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
Please provide a link to a minimal reproduction of the bug
No response
Please provide the exception or error you saw
When 'checkSessionIframe' is not present in the OpenID configuration, the library appears to create a recursive iframe structure(myiFrameForCheckSession). This results in the application repeatedly initializing itself within nested iframes.
Steps to reproduce the behavior
- Configure an OpenID Connect provider without specifying 'checkSessionIframe' in the '.well-known/openid-configuration'.
- Start the app
- Observe the continuous creation of nested iframes
A clear and concise description of what you expected to happen.
The library should handle cases where 'checkSessionIframe' is not defined gracefully, without creating an infinite loop of iframes.
Additional context
This issue appears to have been introduced with commit 367448fhere, The change seems to have moved an 'if' expression that previously checked if 'checkSessionIframe' was undefined or null before setting the iframe location.
The text was updated successfully, but these errors were encountered:
Version
17.1.0+
Please provide a link to a minimal reproduction of the bug
No response
Please provide the exception or error you saw
Steps to reproduce the behavior
A clear and concise description of what you expected to happen.
Additional context
This issue appears to have been introduced with commit 367448f here, The change seems to have moved an 'if' expression that previously checked if 'checkSessionIframe' was undefined or null before setting the iframe location.
The text was updated successfully, but these errors were encountered: