diff --git a/topics/oidc/oidc-generic.adoc b/topics/oidc/oidc-generic.adoc index 4c71cdade3..9c9fd6c89b 100644 --- a/topics/oidc/oidc-generic.adoc +++ b/topics/oidc/oidc-generic.adoc @@ -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 diff --git a/topics/overview/supported-platforms.adoc b/topics/overview/supported-platforms.adoc index 1a630d16dc..379d20a71c 100644 --- a/topics/overview/supported-platforms.adoc +++ b/topics/overview/supported-platforms.adoc @@ -65,7 +65,7 @@ {% if book.community %} * <> * <> -* <> +* <> {% endif %} ==== Apache HTTP Server diff --git a/topics/saml/java/jetty-adapter.adoc b/topics/saml/java/jetty-adapter.adoc index 6a85ed2798..bb342de974 100644 --- a/topics/saml/java/jetty-adapter.adoc +++ b/topics/saml/java/jetty-adapter.adoc @@ -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.