Update topics/oidc/oidc-generic.adoc
This commit is contained in:
parent
b31a14bc3d
commit
5ffda76460
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ https://openid.net/specs/openid-connect-registration-1_0.html[OpenID Connect Dyn
|
||||||
===== Authorization Code
|
===== Authorization Code
|
||||||
|
|
||||||
The Authorization Code flow redirects the user agent to {{book.project.name}}. Once the user has successfully authenticated with {{book.project.name}} an
|
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 to along with its
|
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 Roken, 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
|
The flow is targeted towards web applications, but is also recommended for native applications, including mobile applications, where it is possible to embed
|
||||||
|
|
Loading…
Reference in a new issue