Skip to content

Quarkus OIDC with custom code flow and customize url for call to autorhize and the redirect - #23053

Answered by sberyozkin
debu999 asked this question in Q&A

You must be logged in to vote

@debu999 I see, it can only happen if you have configured quarkus-oidc to require UserInfo, see:

https://github.com/quarkusio/quarkus/blob/main/extensions/oidc/runtime/src/main/java/io/quarkus/oidc/runtime/OidcIdentityProvider.java#L115

(in the earlier versions false is set as a default at the config level)

It should not trigger a user info request unless you have set quarkus.oidc.authentication.user-info-required=true, can you check please your config

Replies: 8 comments 17 replies

You must be logged in to vote
0 replies

You must be logged in to vote
0 replies

You must be logged in to vote
0 replies

You must be logged in to vote
3 replies
@debu999

@sberyozkin

@debu999

You must be logged in to vote
2 replies
@sberyozkin

@debu999

You must be logged in to vote
2 replies
@debu999

@debu999

You must be logged in to vote
1 reply
@debu999

You must be logged in to vote
9 replies
@debu999

@sberyozkin

@debu999

@sberyozkin

@debu999

Answer selected by debu999
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants
Converted from issue

This discussion was converted from issue #23025 on January 20, 2022 10:39.