Skip to content

Bypass consent page #190

Answered by babelouest
bandirsen asked this question in Q&A
Oct 22, 2021 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

You can skip the consent page by adding the query parameter g_continue to the /auth endpoint.

If the user session is valid and has the expected credentials, the consent page will be automatically skipped.

If the user session isn't valid or the password has expired or no scopes have been granted for example, then the consent page will be displayed anyway.

The url would look like that:

https://glewlwyd.tld/api/oidc/auth?response_type=code&scope=openid&nonce=abcd&state=xyz&client_id=xxx&redirect_uri=https://example.com&g_continue

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@bandirsen
Comment options

Answer selected by babelouest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants