Expose the compat login policy from the policy engine

This commit is contained in:
Olivier 'reivilibre
2025-11-25 18:20:14 +00:00
parent 069b57758b
commit 2c95c0a9a0
4 changed files with 70 additions and 27 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"