assemblee-virtuelle / assemblee-virtuelle/semapps
Use new `handleCallback` method for OIDC login
- Dominant language
- TypeScript
- Stars
- 103
- Forks
- 14
- Avg merge
- 1m
- Merged PRs (30d)
- 2
Description
After OIDC login, we should redirect to the `/auth-callback` URL and implement `handleCallback`
https://marmelab.com/react-admin/Authentication.html#using-external-authentication-providers
- On the `login` method, change the redirect URL to `/auth-callback` instead of `/login?login=true`
- Move the code of the SsoLoginPage to the `handleCallback` method.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the SsoLoginPage and the existing login method, using the linked external-authentication documentation to understand the callback flow. Done means login redirects to /auth-callback and the SsoLoginPage code is handled through handleCallback.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- authentication, frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100