Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…docs into branch1
  • Loading branch information
andoriyaprashant committed Sep 19, 2024
2 parents 2e82bfb + 0701239 commit f0c58d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/docs/concepts/oauth-dex-concept.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ By default chaoscenter comes with then authentication server as part of the `lit
By default litmus-portal comes with then authentication server as part of the **litmusportal-server** deployment and it allows local authentication that is based of mongo database. Client services such as **litmusctl** and **litmusportal-frontend** make use of this server.
>>>>>>> ceb8a67f939a9cbf444a6a40a60b4a2b3050e727
<<<<<<< HEAD
=======

>>>>>>> 0701239a71547d4177ceb6272a35f7b239617acf
In order to provide enhanced and seamless login features, we wanted to integrate OAuth and other authentication mechanisms such as OpenID connect. To have flexibility, chaoscenter makes use of an additional component, [Dex OIDC server](https://dexidp.io/).

Dex is a highly extensible cloud-native OIDC provider that is able to take care of various authentication mechanisms. With Dex being deployed, the authentication-server can communicate with the dex-server which enables the integration of various OAuth providers. GitHub and Google auth has been tested at present.
Expand Down

0 comments on commit f0c58d3

Please sign in to comment.