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
Add error page and fix SAML assertion handling for 0.3.5
- Fix AttributeError when Attribute element has no AttributeValue child
- Log CannotHandleAssertion reason instead of silently swallowing it
- Render user_not_authorized.html on UserNotAuthorized instead of 500
- Add get_login_page_url() to ServiceProvider for configurable back-link
- Bump version to 0.3.5
<p>Access could not be granted. This may be caused by a misconfiguration in your Identity Provider or insufficient permissions.</p>
6
+
<p>Please contact your administrator to verify the SAML configuration. You can also refer to the <ahref="https://docs.faradaysec.com/SAML/#saml-single-sign-on-sso">SAML documentation</a> for setup instructions.</p>
7
+
<p><ahref="{{ return_url }}">Back to login</a></p>
0 commit comments