Added missing IDs

This commit is contained in:
Stian Thorgersen 2016-06-06 19:25:58 +02:00
parent cd17a92b0e
commit fea02c4c7c
3 changed files with 3 additions and 2 deletions

View file

@ -118,6 +118,7 @@ browser history. This is somewhat mitigated by using short expiration for Access
For more details refer to the http://openid.net/specs/openid-connect-core-1_0.html#ImplicitFlowAuth[Implicit Flow] in the OpenID Connect specification.
[[_resource_owner_password_credentials_flow]]
==== Resource Owner Password Credentials
Resource Owner Password Credentials, referred to as Direct Grant in {{book.project.name}}, allows exchanging user credentials for tokens. It's not recommended

View file

@ -65,7 +65,7 @@
{% if book.community %}
* <<fake/../../saml/java/jboss-adapter.adoc#_jboss_adapter,WildFly>>
* <<fake/../../saml/java/tomcat-adapter.adoc#_tomcat_adapter,Tomcat>>
* <<fake/../../saml/java/jetty-adapter.adoc#_jetty_adapter,Jetty>>
* <<fake/../../saml/java/jetty-adapter.adoc#_jetty_saml_adapter,Jetty>>
{% endif %}
==== Apache HTTP Server

View file

@ -1,4 +1,4 @@
[[_jetty_saml_adapter]]
==== Jetty SAML Adapters
To be able to secure WAR apps deployed on Jetty you must install the {{book.project.name}} Jetty 9.x or 8.x SAML adapter into your Jetty installation.