more duplicate IDs to correct

This commit is contained in:
Andy Munro 2020-12-16 17:48:27 -05:00 committed by Marek Posolda
parent a95c0f3536
commit cb7e1aa3bd
4 changed files with 3 additions and 6 deletions

View file

@ -63,7 +63,7 @@ Pragma: no-cache
Only the access token is returned by default. No refresh token is returned and no user session is created
on the {project_name} side upon successful authentication by default. Due to the lack of refresh token, re-authentication is required when the access token expires. However, this situation does not mean any additional overhead for the {project_name} server because sessions are not created by default.
In this situation, logout is unnecessary. However, issued access tokens can be revoked by sending requests to the OAuth2 Revocation Endpoint as described in the <<_oidc-endpoints, OpenID Connect Endpoints>> section.
In this situation, logout is unnecessary. However, issued access tokens can be revoked by sending requests to the OAuth2 Revocation Endpoint as described in the xref:con-oidc_{context}[OpenID Connect Endpoints] section.
[role="_additional-resources"]
.Additional resources

View file

@ -1,5 +1,5 @@
[id="con-oidc-auth-flows_{context}"]
[id="con-oidc-auth-flows_{context}"]
==== OIDC Auth Flows
[role="_abstract"]
OIDC has several methods, or flows, that clients or applications can use to authenticate users and receive _identity_ and _access_ tokens. The method depends on the type of application or client requesting access.

View file

@ -21,7 +21,3 @@ Verify Email::
Update Profile::
The user must update profile information, such as name, address, email, and phone number.
include::proc-setting-required-actions.adoc[leveloffset=3]
include::proc-setting-default-required-actions.adoc[leveloffset=3]
include::proc-enabling-terms-conditions.adoc[leveloffset=3]

View file

@ -1,3 +1,4 @@
[id="proc-setting-default-required-actions_{context}"]
= Setting required actions for all users