mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 12:57:34 +00:00
fix: change saml sp to saml idp (#8233)
# Which Problems Are Solved In the configuration of external idps we show SAML SP as provider which is confusing, as it is a SAML IdP which is configured # How the Problems Are Solved Rename SAML SP to SAML IdP
This commit is contained in:
@@ -2047,7 +2047,7 @@
|
||||
"DESCRIPTION": "Enter the credentials for your Apple Provider"
|
||||
},
|
||||
"SAML": {
|
||||
"TITLE": "Sign in with SAML SP",
|
||||
"TITLE": "Sign in with SAML",
|
||||
"DESCRIPTION": "Enter the credentials for your SAML Provider"
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user