Add a configuration for forwarding the login hint to the upstream provider.

This commit is contained in:
Doug
2025-05-06 17:17:58 +01:00
parent 830b1690cc
commit 7f91c8948b
21 changed files with 135 additions and 60 deletions

View File

@@ -2118,6 +2118,11 @@
"additionalProperties": {
"type": "string"
}
},
"forward_login_mode": {
"description": " Whether the login_hint should be forwarded to the provider in the authorization request.",
"default": false,
"type": "boolean"
}
}
},