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
I want to implement this library to connect to a Keycloack OIDC provider implementing OAuth2 with PKCE (redirect uri etc) by using OidcServiceWorker and OidcTrustedDomain (js file with all truted providers)
Nethertheless I have a lot of trouble to implement it with Astro JS and I want to know if someone have alreary implement it and can give me advices or example. Maybe its not the right lib IDK.
Best regards
The text was updated successfully, but these errors were encountered:
DaSilvaRemi
changed the title
OAuth2 with PKCE x Astro -> Does someona has tried it ?
OAuth2 with PKCE x Astro -> Does someone has tried it ?
Jan 17, 2025
Hi @DaSilvaRemi , thank you for your issue.
I did not know about astro. I will look at.
With oidc client everything is done at client side.
Redirect should be handle by the server to run back the javascript client.
Hi everybody,
I want to implement this library to connect to a Keycloack OIDC provider implementing OAuth2 with PKCE (redirect uri etc) by using OidcServiceWorker and OidcTrustedDomain (js file with all truted providers)
Nethertheless I have a lot of trouble to implement it with Astro JS and I want to know if someone have alreary implement it and can give me advices or example. Maybe its not the right lib IDK.
Best regards
The text was updated successfully, but these errors were encountered: