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>
<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>

View file

@ -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