Add experimental and preliminary policy-driven session limiting when logging in compatibility sessions. (#5287)

This commit is contained in:
Olivier 'reivilibre
2025-12-02 15:50:04 +00:00
committed by GitHub
22 changed files with 704 additions and 56 deletions

View File

@@ -1883,6 +1883,10 @@
"description": "Entrypoint to use when evaluating authorization grants",
"type": "string"
},
"compat_login_entrypoint": {
"description": "Entrypoint to use when evaluating compatibility logins",
"type": "string"
},
"password_entrypoint": {
"description": "Entrypoint to use when changing password",
"type": "string"