You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: