AxaFrance / oidc-client

Light, Secure, Pure Javascript OIDC (Open ID Connect) Client. We provide also a REACT wrapper (compatible NextJS, etc.).
MIT License
582 stars 158 forks source link

post_logout_redirect_uri is missing from the configuration. #746

Closed tielushko closed 2 years ago

tielushko commented 2 years ago

Issue and Steps to Reproduce

Versions

https://www.npmjs.com/package/@axa-fr/react-oidc-context/v/5.0.2

Screenshots

image

vs

image

Expected

in v3 I could specify to redirect from the authentication provider back to my home page "/" after the user logs out.

Actual

in v4 and v5, the options to insert the post_logout_redirect_uri is missing. I was wondering if there's still possibility for adding this configuration, as it's important for our stakeholders.

Additional Details

tielushko commented 2 years ago

Never mind, I went browsing through issues a bit more, and noticed the PR for AuthJS for implementing the logout. I will be waiting for updates then. Thank you!

guillaume-chervet commented 2 years ago

Hi @tielushko , thank you for the issue, Yes many of us need it too. I how AppAuthJs will respond soon.

guillaume-chervet commented 2 years ago

I'am waiting for any news from them => https://github.com/openid/AppAuth-JS/issues/209

guillaume-chervet commented 2 years ago

I close the issue, it is done and followed by #775

Thank yoi for the issue and feel free to reopen it if needed.

tielushko commented 2 years ago

I monitored the solution closely, @guillaume-chervet! Thank you so much for your help!