pyeudiw.satosa package
Subpackages
- pyeudiw.satosa.backends package
- Subpackages
- pyeudiw.satosa.backends.openid4vp package
- Subpackages
- Submodules
- pyeudiw.satosa.backends.openid4vp.authorization_request module
- pyeudiw.satosa.backends.openid4vp.authorization_response module
- pyeudiw.satosa.backends.openid4vp.exceptions module
- pyeudiw.satosa.backends.openid4vp.interface module
- pyeudiw.satosa.backends.openid4vp.openid4vp module
- pyeudiw.satosa.backends.openid4vp.utils module
- pyeudiw.satosa.backends.openid4vp.vp module
- pyeudiw.satosa.backends.openid4vp.vp_mdoc_cbor module
- pyeudiw.satosa.backends.openid4vp.vp_sd_jwt_vc module
- Module contents
- pyeudiw.satosa.backends.openid4vp package
- Module contents
- Subpackages
- pyeudiw.satosa.frontends package
Submodules
pyeudiw.satosa.exceptions module
- exception pyeudiw.satosa.exceptions.AuthorizeUnmatchedResponse[source]
Bases:
ExceptionRaised when an authorization response cannot be matched to an authentication request
- exception pyeudiw.satosa.exceptions.BadRequestError[source]
Bases:
ExceptionBad Request error.
This exception should be raised when we want to return an HTTP 400 Bad Request
- exception pyeudiw.satosa.exceptions.DiscoveryFailedError[source]
Bases:
ExceptionRaised when the discovery fails
- exception pyeudiw.satosa.exceptions.EmptyHTTPError[source]
Bases:
HTTPErrorDefault HTTP empty error
- exception pyeudiw.satosa.exceptions.FinalizedSessionError[source]
Bases:
BadRequestErrorRaised when an authorization request or respsonse attempts at updating or modifying an already finalized authentication session.
- exception pyeudiw.satosa.exceptions.HTTPError[source]
Bases:
ExceptionRaised when an error occurs during an HTTP request
- exception pyeudiw.satosa.exceptions.InternalServerError[source]
Bases:
ExceptionBad Request error.
This exception should be raised when we want to return an HTTP 400 Bad Request
- exception pyeudiw.satosa.exceptions.InvalidInternalStateError[source]
Bases:
InternalServerErrorThis is specification of InternalServerError that specify that the internal error is caused by an invalid backend, storage or cache state.