Merge pull request #22 from mposolda/typos

Fix the typo in SAML chapter
This commit is contained in:
Bill Burke 2016-06-07 12:03:48 -04:00
commit 81759344c2
2 changed files with 1 additions and 4 deletions

View file

@ -72,9 +72,6 @@ _bearer-only_::
Bearer-only access type means that the application only allows bearer token requests. 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. 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* *Root URL*
If {{book.project.name}} uses any configured relative URLs, this value is prepended to them. 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. 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. 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. {{book.project.name}} really only has one endpoint for all SAML requests.