From 9dab95a807802b913418da287de8491d138abcdb Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Fri, 10 Jun 2016 13:12:37 +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 0413d70d07..212baec505 100644 --- a/topics/oidc/oidc-generic.adoc +++ b/topics/oidc/oidc-generic.adoc @@ -96,7 +96,7 @@ https://openid.net/specs/openid-connect-registration-1_0.html[OpenID Connect Dyn The Authorization Code flow redirects the user agent to {{book.project.name}}. Once the user has successfully authenticated with {{book.project.name}} an Authorization Code is created and the user agent is redirected back to the application. The application then uses the authorization code along with its -credentials to obtain an Access Roken, Refresh Token and ID Token from {{book.project.name}}. +credentials to obtain an Access Token, Refresh Token and ID Token from {{book.project.name}}. The flow is targeted towards web applications, but is also recommended for native applications, including mobile applications, where it is possible to embed a user agent.