OIDC Keycloak authentication! #1446
Replies: 2 comments
-
resolved! for those looking how to do this: |
Beta Was this translation helpful? Give feedback.
-
@mckaywrigley just FYI not sure if this is a UI bug or something I am doing. but after authenticating the user, it takes me to the chat UI and the profile icon is missing (along with some other stuff missing). I have to refresh the page to make them appear. |
Beta Was this translation helpful? Give feedback.
-
Hey so trying to connect keycloak to this app!
I've added a 'login with keycloak' button on the login page and it navigates my keycloak instance. and i've properly (i think) used the config.toml file to set this up along with this https://supabase.com/docs/guides/auth/social-login/auth-keycloak
The error i get in keycloak is incorrect redirect URI. its attempting to redirect to the API URL. which is set to the same thing as NEXT_PUBLIC_SUPABASE_URL per the instructions.. However i'm on a local instance, shouldn't the API URL be set to the same thing as the API URL in the supabase GUI (localhost:54321)?
Any ideas?? thanks
Beta Was this translation helpful? Give feedback.
All reactions