mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 18:17:35 +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:
@@ -87,7 +87,7 @@
|
||||
</div>
|
||||
<div class="idp-table-provider-type" *ngSwitchCase="ProviderType.PROVIDER_TYPE_SAML">
|
||||
<img class="idp-logo" src="./assets/images/idp/saml-icon.svg" alt="saml" />
|
||||
SAML SP
|
||||
SAML
|
||||
</div>
|
||||
<div class="idp-table-provider-type" *ngSwitchDefault>coming soon</div>
|
||||
</div>
|
||||
|
@@ -214,7 +214,7 @@
|
||||
>
|
||||
<img class="idp-logo" src="./assets/images/idp/saml-icon.svg" alt="oauth" />
|
||||
<div class="text-container">
|
||||
<span class="title">SAML SP</span>
|
||||
<span class="title">SAML</span>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
|
@@ -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