mirror of
https://github.com/keycloak/keycloak.git
synced 2026-04-30 04:02:52 -05:00
KEYCLOAK-1970
This commit is contained in:
@@ -14,6 +14,15 @@
|
||||
</para>
|
||||
<para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term>Client ID</term>
|
||||
<listitem>
|
||||
<para>
|
||||
This value must match the issuer value sent with AuthNRequests. Keycloak will pull the issuer
|
||||
from the Authn SAML request and match it to a client by this value.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>Include AuthnStatement</term>
|
||||
<listitem>
|
||||
|
||||
Regular → Executable
+1
-1
@@ -164,7 +164,7 @@ add-client=Add Client
|
||||
select-file=Select file
|
||||
view-details=View details
|
||||
clear-import=Clear import
|
||||
client-id.tooltip=Specifies ID referenced in URI and tokens. For example 'my-client'
|
||||
client-id.tooltip=Specifies ID referenced in URI and tokens. For example 'my-client'. For SAML this is also the expected issuer value from authn requests
|
||||
client.name.tooltip=Specifies display name of the client. For example 'My Client'. Supports keys for localized values as well. For example\: ${my_client}
|
||||
client.enabled.tooltip=Disabled clients cannot initiate a login or have obtain access tokens.
|
||||
consent-required=Consent Required
|
||||
|
||||
Reference in New Issue
Block a user