Skip to content

Is the OIDC client RFC8707 compliant? #47996

Discussion options

You must be logged in to vote

@MikaelAnderssonWigander

When requesting tokens, Quarkus does not know where the access token is intended to be forwarded to by the application.

But the resource indicator can be configured.

If you meant the quarkus-oidc extension, for it to add the resource indicator during the authorization code flow, then you can configure it as follows:

quarkus.oidc.authentication.extra-params.resource=https://...

That will add it to the redirect URI as shown in https://www.rfc-editor.org/rfc/rfc8707.html#name-authorization-request.

If this resource must also be included in the code exchange request as shown in https://www.rfc-editor.org/rfc/rfc8707.html#name-access-token-request, then you can add:

qu…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@sberyozkin
Comment options

Answer selected by MikaelAnderssonWigander
@MikaelAnderssonWigander
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants