oidc-client-ts icon indicating copy to clipboard operation
oidc-client-ts copied to clipboard

Feature Request: Add an error callback to CheckSessionIFrame

Open EmperorArthur opened this issue 11 months ago • 2 comments

I have encountered at least one custom OIDC server which returns "error" if a user is not logged in.

Unfortunately, the only ways to do something with this information is to use hacks or bypass "CheckSessionIFrame" completely. I would like to add an onError callback or similar to be able to handle this situation. It may also be useful in other scenarios as well.

EmperorArthur avatar Nov 07 '24 22:11 EmperorArthur