You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow third party login methods through user Federations
Look for keycloak admin login in the values file of box folder
Vismayak
added
3storypoints
Between 7-15 hours of work, requiring back and forth communications to clarify a complex problem
and removed
2storypoints
Between 2-6 hours of work, requiring email and/or a brief meeting
labels
Jan 17, 2024
Update - I have almost figured out how to connect the keycloak js adapter, the issue right now is I initialized it in the wrong place, , right now I created in the actions for reducers. I will instead move the variable to config, then handle the login logic inside the login component similar to farmdoc. Logout handling compnent is created.
One thing to look out for will be the redirect uri, depending on the place that called the login, this can be handled probably in the component
Reason - Enables us to use keycloak APIs to login with 3rd parties
Sources - Farmdoc and Clowder also does this, look for it there
Useful note - https://refactored-carnival-0c1ec87e.pages.github.io/keycloak.html
https://onelinerhub.com/reactjs/how-can-i-implement-keycloak-authentication-with-react-js
The text was updated successfully, but these errors were encountered: