Release Note
Validated on 6 May 2020 • Last edited on 24 Jan 2025
It is now possible to adjust the behavior of the OAuth authorization flow by specifying a prompt and/or max_auth_age query parameter:
- The
promptquery parameter can be used to specify how the authorizing user should be authenticated. - The
max_auth_agequery parameter can be used to determine a deadline (in seconds) after which a user must re-authenticate on the control panel.
For more details, consult the OAuth documentation.