ReturnUriMismatchError

exception gafaelfawr.exceptions.ReturnUriMismatchError(message)

Bases: InputValidationError

Specified return URI does not match return URI of registered client.

Parameters:

message (str)

error: ClassVar[str] = 'return_uri_mismatch'

Used as the type field of the error message.

Should be overridden by any subclass.

status_code: ClassVar[int] = 403

HTTP status code for this type of validation error.