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
Describe the bug
SAML2 metadata page does not load if IdP metadata page is unavailable and SAML2_AUTOLOAD_METADATA=true. This is an issue if the IdP is configured to load metadata from BookStack because it creates a dependency loop.
Steps To Reproduce
Steps to reproduce the behavior:
Configure SAML2 authentication where the SAML2_IDP_ENTITYID points to a URL which returns a 504 error and set SAML2_AUTOLOAD_METADATA=true
Attempt to load the (bookstack_url/saml2/metadata) page
See error
Expected behavior
The metadata URL (bookstack_url/saml2/metadata) should load correctly regardless of whether the IdP metadata URL is available
Your Configuration (please complete the following information):
Exact BookStack Version (Found in settings): v0.31.3
Describe the bug
SAML2 metadata page does not load if IdP metadata page is unavailable and SAML2_AUTOLOAD_METADATA=true. This is an issue if the IdP is configured to load metadata from BookStack because it creates a dependency loop.
Steps To Reproduce
Steps to reproduce the behavior:
Expected behavior
The metadata URL (bookstack_url/saml2/metadata) should load correctly regardless of whether the IdP metadata URL is available
Your Configuration (please complete the following information):
Additional context
Stack trace from laravel.log
The text was updated successfully, but these errors were encountered: