You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assert.Empty(t, logoutToken.Get("sub").String(), logoutToken.Raw) // The sub claim should be empty because it doesn't work with forced obfuscation and thus we can't easily recover it.
Copy file name to clipboardExpand all lines: spec/config.json
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -726,6 +726,15 @@
726
726
"$ref": "#/definitions/duration"
727
727
}
728
728
]
729
+
},
730
+
"logout_token": {
731
+
"description": "Configures how long logout tokens are valid. If set to 0 or left unset, no exp claim will be added to the logout token (preserving backward compatibility). The OpenID Connect Back-Channel Logout specification recommends a value of at most two minutes (e.g. \"2m\").",
0 commit comments