You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2020/04/05 00:41:05 UTC

[GitHub] [druid] himanshug commented on issue #8992: druid extension for OpenID Connect auth using pac4j lib

himanshug commented 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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org