Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OIDC session management error status not supported #611

Open
divid3byzero opened this issue Jul 8, 2022 · 0 comments · May be fixed by #613
Open

OIDC session management error status not supported #611

divid3byzero opened this issue Jul 8, 2022 · 0 comments · May be fixed by #613

Comments

@divid3byzero
Copy link

divid3byzero commented Jul 8, 2022

Currently oidc-client-ts does not support the status error that is specified in the OIDC session management specification (https://openid.net/specs/openid-connect-session-1_0.html section 3). The error status is supposed to be the result of any error that occurs during the processing of the session_state in the OP iFrame.

This feature was also not supported in the "original" JavaScript version of this library. I had created a pull request to add the support for the error status but the maintainers of the JavaScript library did not merge the request before deciding to discontinue the development. Therefore I will provide the PR again to add the support of the error status to this library.

@divid3byzero divid3byzero linked a pull request Jul 8, 2022 that will close this issue
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant