providers/saml: disallow idp-initiated SSO by default and validate Request ID
This commit is contained in:
@ -8,3 +8,7 @@ class MissingSAMLResponse(SentryIgnoredException):
|
||||
|
||||
class UnsupportedNameIDFormat(SentryIgnoredException):
|
||||
"""Exception raised when SAML Response contains NameID Format not supported."""
|
||||
|
||||
|
||||
class MismatchedRequestID(SentryIgnoredException):
|
||||
"""Exception raised when the returned request ID doesn't match the saved ID."""
|
||||
|
||||
Reference in New Issue
Block a user