Skip to content

Commit d322ccf

Browse files
committed
update session expiry description
1 parent ab8088a commit d322ccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

draft-openid-ipsie-sl1-profile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ For the authorization code flow, Relying Parties:
200200
In addition to the ID Token validation requirements described in Section 3.1.37 of [OpenID], Relying Parties:
201201

202202
* MUST validate that the `aud` claim is a single string and matches the OAuth Client ID of the RP;
203-
* MUST set the session expiration of the session created to match the `session_expiry` claim (see Note 1);
203+
* MUST re-authenticate the user through the OpenID Provider after the time indicated in the `session_expiry` claim, by either initiating a new authorization code flow, or by requesting a new ID token using a previously obtained refresh token (see Note 1);
204204

205205
Note 1: This claim is currently being defined in the AB Connect WG. See the latest draft at https://openid.github.io/connect-enterprise-extensions/main.html.
206206

0 commit comments

Comments
 (0)