himanshug edited a comment on issue #8992: druid extension for OpenID Connect auth using pac4j lib URL: https://github.com/apache/druid/pull/8992#issuecomment-609110308 @averma111 on druid side, runtime properties would have something like below... ``` druid.auth.authenticatorChain=[...,"pac4j"] druid.auth.authenticator.pac4j.type=pac4j druid.auth.pac4j.oidc.clientID=0oa1y3j06asdfw34ruy357 druid.auth.pac4j.oidc.clientSecret=sdafds23khrouerwo druid.auth.pac4j.oidc.discoveryURI=https://dev-960309.okta.com/oauth2/default/.well-known/openid-configuration druid.auth.pac4j.oidc.cookiePassphrase=asfddsgewro23 ``` you would have to add a client app on your auth server where you will get the client id and client secret e.g. https://developer.okta.com/docs/guides/sign-into-web-app/aspnet/create-okta-application/
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
