| Package | Description |
|---|---|
| com.amazonaws.services.ssoadmin.model |
| Modifier and Type | Method and Description |
|---|---|
OidcJwtUpdateConfiguration |
OidcJwtUpdateConfiguration.clone() |
OidcJwtUpdateConfiguration |
TrustedTokenIssuerUpdateConfiguration.getOidcJwtConfiguration()
A structure that describes an updated configuration for a trusted token issuer that uses OpenID Connect (OIDC)
with JSON web tokens (JWT).
|
OidcJwtUpdateConfiguration |
OidcJwtUpdateConfiguration.withClaimAttributePath(String claimAttributePath)
The path of the source attribute in the JWT from the trusted token issuer.
|
OidcJwtUpdateConfiguration |
OidcJwtUpdateConfiguration.withIdentityStoreAttributePath(String identityStoreAttributePath)
The path of the destination attribute in a JWT from IAM Identity Center.
|
OidcJwtUpdateConfiguration |
OidcJwtUpdateConfiguration.withJwksRetrievalOption(JwksRetrievalOption jwksRetrievalOption)
The method that the trusted token issuer can use to retrieve the JSON Web Key Set used to verify a JWT.
|
OidcJwtUpdateConfiguration |
OidcJwtUpdateConfiguration.withJwksRetrievalOption(String jwksRetrievalOption)
The method that the trusted token issuer can use to retrieve the JSON Web Key Set used to verify a JWT.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TrustedTokenIssuerUpdateConfiguration.setOidcJwtConfiguration(OidcJwtUpdateConfiguration oidcJwtConfiguration)
A structure that describes an updated configuration for a trusted token issuer that uses OpenID Connect (OIDC)
with JSON web tokens (JWT).
|
TrustedTokenIssuerUpdateConfiguration |
TrustedTokenIssuerUpdateConfiguration.withOidcJwtConfiguration(OidcJwtUpdateConfiguration oidcJwtConfiguration)
A structure that describes an updated configuration for a trusted token issuer that uses OpenID Connect (OIDC)
with JSON web tokens (JWT).
|
Copyright © 2025. All rights reserved.