UserAuthorizer adds approval_prompt=force
and conflicts with prompt=consent
#1443
Labels
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Environment details
Steps to reproduce
approval_prompt=force
by defaultCode example
External references such as API reference guides
https://developers.google.com/identity/openid-connect/openid-connect#prompt
The
approval_prompt
is not even mentioned in the documentationAny additional information below
After using it like this we get an error
Conflict params: approval_prompt and prompt
but there is no way to remove
approval_prompt
parameter, except manual operation after URL is created.The text was updated successfully, but these errors were encountered: