Skip to content

Commit 5aa27d5

Browse files
authored
Merge pull request #8703 from marmelab/add-msal-to-authProvider-list
[Doc] Add ra-auth-msal to the authProvider list
2 parents 2e2d6e3 + 2d14105 commit 5aa27d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/AuthProviderList.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ It's very common that your auth logic is so specific that you'll need to write y
1313
- **[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)
1414
- **[Supabase](https://supabase.io/)**: [marmelab/ra-supabase](https://github.com/marmelab/ra-supabase)
1515
- **[Keycloak](https://www.keycloak.org/)**: [marmelab/ra-keycloak](https://github.com/marmelab/ra-keycloak)
16+
- **[Azure Active Directory (using MSAL)](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/lib/msal-browser)**: [marmelab/ra-auth-msal](https://github.com/marmelab/ra-auth-msal)
1617

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

19-
* **[Azure Active Directory](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/lib/msal-browser)**: [victorp13/react-admin-msal](https://github.com/victorp13/react-admin-msal)
20-
* **[Loopback](https://loopback.io/doc/en/lb4/Authentication-overview.html)**: [appsmith dev.to tutorial](https://dev.to/appsmith/building-an-admin-dashboard-with-react-admin-86i#adding-authentication-to-reactadmin)
21-
* **[OpenID Connect (OIDC)](https://openid.net/connect/)**: [marmelab/ra-example-oauth](https://github.com/marmelab/ra-example-oauth)
20+
- **[Loopback](https://loopback.io/doc/en/lb4/Authentication-overview.html)**: [appsmith dev.to tutorial](https://dev.to/appsmith/building-an-admin-dashboard-with-react-admin-86i#adding-authentication-to-reactadmin)
21+
- **[OpenID Connect (OIDC)](https://openid.net/connect/)**: [marmelab/ra-example-oauth](https://github.com/marmelab/ra-example-oauth)
2222

2323
If you have released a reusable `authProvider`, or a tutorial for another auth backend, please open a PR to add it to this list!

0 commit comments

Comments
 (0)