From b31a14bc3d3cc09557702bb107f423065da41766 Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Fri, 10 Jun 2016 13:11:17 +0200 Subject: [PATCH] Update topics/oidc/oidc-generic.adoc --- topics/oidc/oidc-generic.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/oidc/oidc-generic.adoc b/topics/oidc/oidc-generic.adoc index d4c589bb22..45f5e37bf9 100644 --- a/topics/oidc/oidc-generic.adoc +++ b/topics/oidc/oidc-generic.adoc @@ -133,7 +133,7 @@ There are a number of limitations of using this flow, including: * No support for identity brokering or social login * Flows are not supported (user self-registration, required actions, etc.) -For a client to be permitted to use the Resource Owner Password Credentials grant the client has to have `Direct Access Grants Enabled` enabled. +For a client to be permitted to use the Resource Owner Password Credentials grant the client has to have the `Direct Access Grants Enabled` option enabled. This flow is not included in OpenID Connect, but is a part of the OAuth 2.0 specification.