Skip to content

Sts  >  Errors  >  IDPRejectedClaimException

IDPRejectedClaimException

Error Class

IDPRejectedClaimException dataclass

Bases: ServiceError

The identity provider (IdP) reported that authentication failed. This might be because the claim is invalid.

If this error is returned for the AssumeRoleWithWebIdentity operation, it can also mean that the claim has expired or has been explicitly revoked.

Attributes

fault class-attribute instance-attribute
fault: Literal['client', 'server'] | None = 'client'