mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:37:32 +00:00
fix: compliance problems (#607)
* fix: compliance problems * fix: at least one redirect uri * fix: at least one redirect uri * Update de.yaml * Update en.yaml Co-authored-by: Livio Amstutz <livio.a@gmail.com>
This commit is contained in:
@@ -298,6 +298,7 @@ Application:
|
||||
OIDC:
|
||||
V1:
|
||||
NotCompliant: Deine Konfiguration ist nicht konform und weicht vom OIDC 1.0 Standard ab.
|
||||
NoRedirectUris: Es muss mindestens eine Redirect URI erfasst sein.
|
||||
NotAllCombinationsAreAllowed: Die Konfiguration ist konform, jedoch werden nicht alle möglichen Kombinationen erlaubt.
|
||||
Code:
|
||||
RedirectUris:
|
||||
|
@@ -298,6 +298,7 @@ Application:
|
||||
OIDC:
|
||||
V1:
|
||||
NotCompliant: Your configuration is not compliant and differs from OIDC 1.0 standard.
|
||||
NoRedirectUris: At least one redirect uri must be registered.
|
||||
NotAllCombinationsAreAllowed: Configuration is compliant, but not all possible combinations are allowed.
|
||||
Code:
|
||||
RedirectUris:
|
||||
|
Reference in New Issue
Block a user