Fix the typo in SAML chapter. Remove note about 'Direct grant only' switch

This commit is contained in:
mposolda 2016-06-06 12:21:11 +02:00
parent 306ed24ad4
commit 7f471d7bee
2 changed files with 1 additions and 4 deletions

View file

@ -71,9 +71,6 @@ _bearer-only_::
Bearer-only access type means that the application only allows bearer token requests.
If this is turned on, this application cannot participate in browser logins.
_direct access only_::
This switch is for clients that only use the <<fake/../../sso-protocols/oidc.adoc#_oidc-auth-flows,Direct Access Grant>> protocol to obtain access tokens.
*Root URL*
If {{book.project.name}} uses any configured relative URLs, this value is prepended to them.

View file

@ -56,7 +56,7 @@ You really don't need to know about this stuff, but it is a pretty clever trick.
ECP stands for "Enhanced Client or Proxy", a SAML v.2.0 profile which allows for the exchange of SAML attributes outside the context of a web browser.
This is used most often for REST or SOAP-based clients.
==== {{book.project.name}} Server OIDC URI Endpoints
==== {{book.project.name}} Server SAML URI Endpoints
{{book.project.name}} really only has one endpoint for all SAML requests.