Merge pull request #1872 from patriot1burke/master

KEYCLOAK-1970
This commit is contained in:
Bill Burke 2015-11-25 12:01:51 -05:00
commit 889679c715
2 changed files with 10 additions and 1 deletions

View file

@ -14,6 +14,15 @@
</para> </para>
<para> <para>
<variablelist> <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> <varlistentry>
<term>Include AuthnStatement</term> <term>Include AuthnStatement</term>
<listitem> <listitem>

View file

@ -164,7 +164,7 @@ add-client=Add Client
select-file=Select file select-file=Select file
view-details=View details view-details=View details
clear-import=Clear import 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.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. client.enabled.tooltip=Disabled clients cannot initiate a login or have obtain access tokens.
consent-required=Consent Required consent-required=Consent Required