srikanthgunturu opened a new issue #10703: URL: https://github.com/apache/druid/issues/10703
I am trying to connect my druid cluster (deployed on AWS) to Azure AD using druid-pac4j. I had the following entry in runtime.properties in query -> broker druid.extensions.loadList=["druid-pac4j”,…] druid.auth.authenticatorChain=["pac4j"] druid.auth.authenticator.pac4j.type=pac4j druid.auth.pac4j.cookiePassphrase=passPhrase druid.auth.pac4j.enableCustomSslContext=false druid.auth.pac4j.oidc.clientID=xxxxxxxxxxxxxxxxxxxx druid.auth.pac4j.oidc.clientSecret=xxxxxxxxxxxxxxxxxxx druid.auth.pac4j.oidc.discoveryURI=https://login.microsoftonline.com/<tenant-id>/v2.0/.well-known/openid-configuration I am getting the error "The reply URL specified in the request does not match the reply URLs configured for the application:" after authentication. The only issue I can spot is that the redirectURI sent from the application is "http" (Azure AD forces redirect URIs to be "https") Is it because I have enableCustomSslContext set to false ? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
