Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenID Connect code flow problem with Microsoft Active Directory Federation Services (ADFS) #6603

Closed
ulmtal opened this issue Jan 17, 2020 · 1 comment · Fixed by #6749
Closed

Comments

@ulmtal
Copy link

ulmtal commented Jan 17, 2020

Using Microsoft Active Directory Federation Services (ADFS) with OpenID Connect fails with error:

MSIS9631: Received invalid OAuth request. Multiple client authentication methods were attempted.

Is it possible to add useBasicAuthorizationHeader to quarkus OpenID Connect Extension Parameter,
io.quarkus.oidc.runtime.OidcConfig -> https://vertx.io/docs/apidocs/io/vertx/ext/auth/oauth2/OAuth2ClientOptions.html to configure not using the useBasicAuthorizationHeader in the authorisation code -> Token POST request?

Or is there another way to disable useBasicAuthorizationHeader?

@sberyozkin
Copy link
Member

@ulmtal it will be fixed with the upgrade to Vert.x 3.8.5 (#6526), scheduled for the Quarkus 1.3.0 release, thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants