marmelab / ra-auth-msal

An auth provider for react-admin which handles authentication using the MSAL
MIT License
4 stars 2 forks source link

Add support for deep link redirect when authenticating using MSAL #9

Closed jonathan-marmelab closed 9 months ago

jonathan-marmelab commented 9 months ago

We have a use case where users share admin urls with each others, but since the library does not support deep link redirect, they usually have to authenticate, and then repaste url to access the admin page, wich is annoying for them.

This PR implements deep link during authentication : user will be redirected to the page they want once the authentication is completed