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

Add docs/support for other Dex connectors #173

Open
stoehdoi opened this issue Mar 15, 2022 · 1 comment
Open

Add docs/support for other Dex connectors #173

stoehdoi opened this issue Mar 15, 2022 · 1 comment

Comments

@stoehdoi
Copy link

FEATURE REQUEST?

Dex also supports other connectors besides GitHub and Google. I've tried to use Microsoft Azure AD and it is working fine. Can we add a note that other connectors are supported too or include them in the sample configuration.

This is a working configuration for Microsoft connector

    connectors:
      - type: microsoft
        id: microsoft
        name: Microsoft
        config:
          clientID: # Add your Microsoft Azure Client ID here
          clientSecret: # Add your Microsoft Azure Client Secret here
          redirectURI: http://<NODE_IP>:32000/callback
          tenant: # Add your Microsoft Azure Tenant ID here (if applicable)
@Rohan-Dah
Copy link

Hii.. I'd like to work on this issue.. Can you please mention specifically where is the note supposed to be added and what should be the context of the note?

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

No branches or pull requests

2 participants