Skip to content

Commit

Permalink
Merge pull request #8263 from marmelab/doc-keycloak
Browse files Browse the repository at this point in the history
[Doc] add ra-keycloak authProvider
  • Loading branch information
WiXSL committed Oct 14, 2022
2 parents 2e82307 + 893103d commit 27d138d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/AuthProviderList.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ It's very common that your auth logic is so specific that you'll need to write y
- **[AWS Amplify](https://docs.amplify.aws)**: [MrHertal/react-admin-amplify](https://github.com/MrHertal/react-admin-amplify)
- **[AWS Cognito](https://docs.aws.amazon.com/cognito/latest/developerguide/setting-up-the-javascript-sdk.html)**: [thedistance/ra-cognito](https://github.com/thedistance/ra-cognito)
- **[Firebase Auth (Google, Facebook, GitHub, etc.)](https://firebase.google.com/docs/auth/web/firebaseui)**: [benwinding/react-admin-firebase](https://github.com/benwinding/react-admin-firebase#auth-provider)
- **[Supabase](https://supabase.io/)**: [marmelab/ra-supabase](https://github.com/marmelab/ra-supabase).
- **[Supabase](https://supabase.io/)**: [marmelab/ra-supabase](https://github.com/marmelab/ra-supabase)
- **[Keycloak](https://www.keycloak.org/)**: [marmelab/ra-keycloak](https://github.com/marmelab/ra-keycloak)

Beyond ready-to-use providers, you may find help in these third-party tutorials about integrating more authentication backends:

Expand Down

0 comments on commit 27d138d

Please sign in to comment.