litmuschaos / litmus-docs

Documentation for the Litmus Project
https://docs.litmuschaos.io
Apache License 2.0
14 stars 72 forks source link

Add docs/support for other Dex connectors #173

Open stoehdoi opened 2 years ago

stoehdoi commented 2 years ago

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 commented 1 year ago

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?