mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-14 02:27:34 +00:00
feat(console): guide users when configuring IDPs (#7572)
* feat(console): show external idp remote config * reuse copy-row * finish google and saml sp * finish apps * add next steps modal * rollout * activate * fix saml urls * fix saml provider * complete providers * translate * update google docs * update entra id oidc docs * update entra id saml docs * update github docs * update gitlab docs * update apple docs * update okta oidc docs * update okta saml docs * update keycloak docs * update mocksaml * cleanup * lint * lint * fix overriden classes * encapsulate styles * fix icon classes --------- Co-authored-by: peintnermax <max@caos.ch>
This commit is contained in:
@@ -88,7 +88,32 @@
|
||||
},
|
||||
"IDPS": {
|
||||
"TITLE": "Identity Providers",
|
||||
"DESCRIPTION": "Create and activate external identity providers. Choose a well-known provider or configure any other OIDC, OAuth or SAML compatible provider of your choice. You can even use your existing JWT tokens as federated identities by configuring a JWT identity provider."
|
||||
"DESCRIPTION": "Create and activate external identity providers. Choose a well-known provider or configure any other OIDC, OAuth or SAML compatible provider of your choice. You can even use your existing JWT tokens as federated identities by configuring a JWT identity provider.",
|
||||
"NEXT": "What now?",
|
||||
"SAML": {
|
||||
"TITLE": "Configure your SAML Identity Provider",
|
||||
"DESCRIPTION": "ZITADEL is configured. Now your SAML Identity Provider needs some configuration. Most providers allow you to just upload the whole ZITADEL metadata XML. Other providers ask you to provide some distinct URLs only, like for example the entity ID (metadata URL), the Assertion Consumer Service (ACS) URL or the Single Logout URL."
|
||||
},
|
||||
"CALLBACK": {
|
||||
"TITLE": "Configure your {{ provider }} Identity Provider",
|
||||
"DESCRIPTION": "Before you can configure ZITADEL, pass this URL to your Identity Provider to enable the browser redirection back to ZITADEL after authentication."
|
||||
},
|
||||
"JWT": {
|
||||
"TITLE": "Use JWTs as federated Identities",
|
||||
"DESCRIPTION": "The JWT Identity Provider enables you to use your existing JWT tokens as federated identities. This feature is handy if you already have an issuer for JWTs. With a JWT IdP, you can use these JWTs to create and update users in ZITADEL on-the-fly."
|
||||
},
|
||||
"LDAP": {
|
||||
"TITLE": "Configure ZITADEL to connect to your LDAP Identity Provider",
|
||||
"DESCRIPTION": "Provide the connection details to your LDAP server and configure the mapping of your LDAP attributes to ZITADEL attributes."
|
||||
},
|
||||
"AUTOFILL": {
|
||||
"TITLE": "Autofill user data",
|
||||
"DESCRIPTION": "Use an action to improve your users experience. You can pre-fill ZITADELs registration form with values from the identity provider."
|
||||
},
|
||||
"ACTIVATE": {
|
||||
"TITLE": "Activate the IdP",
|
||||
"DESCRIPTION": "Your IdP is not active yet. Activate it to allow your users to log in."
|
||||
}
|
||||
},
|
||||
"PW_COMPLEXITY": {
|
||||
"TITLE": "Password Complexity",
|
||||
@@ -467,7 +492,8 @@
|
||||
},
|
||||
"TABLE": {
|
||||
"SHOWUSER": "Show user {{value}}"
|
||||
}
|
||||
},
|
||||
"DOWNLOAD": "Download"
|
||||
},
|
||||
"MEMBERROLES": {
|
||||
"IAM_OWNER": "Has control over the whole instance, including all organizations",
|
||||
@@ -1506,7 +1532,8 @@
|
||||
"DESCRIPTIONCREATEADMIN": "Users can choose from the available identity providers below.",
|
||||
"DESCRIPTIONCREATEMGMT": "Users can choose from the available identity providers below. Note: You can use System-set providers as well as providers set for your organization only.",
|
||||
"LIFETIME_INVALID": "Form contains invalid value(s).",
|
||||
"SAVED": "Saved successfully!"
|
||||
"SAVED": "Saved successfully!",
|
||||
"PROVIDER_ADDED": "Identity provider activated."
|
||||
},
|
||||
"PRIVACY_POLICY": {
|
||||
"DESCRIPTION": "Set your Privacy Policy and Terms of Service Links",
|
||||
|
Reference in New Issue
Block a user