feat(auth): add Zitadel OAuth Provider (#5490)

This commit is contained in:
Hauke Schnau
2025-06-18 14:35:54 +02:00
committed by GitHub
parent a77bd88258
commit 1968d4d494
8 changed files with 25 additions and 1 deletions

View File

@@ -37,7 +37,7 @@
helper="Optional parameter that supplies a hosted domain (HD) to Google, which<br>triggers a login hint to be displayed on the OAuth screen with this domain.<br><br><a class='underline dark:text-warning text-coollabs' href='https://developers.google.com/identity/openid-connect/openid-connect#hd-param' target='_blank'>Google Documentation</a>"
label="Tenant" />
@endif
@if ($oauth_setting->provider == 'authentik' || $oauth_setting->provider == 'clerk')
@if ($oauth_setting->provider == 'authentik' || $oauth_setting->provider == 'clerk' || $oauth_setting->provider == 'zitadel')
<x-forms.input id="oauth_settings_map.{{ $oauth_setting->provider }}.base_url"
label="Base URL" />
@endif