| Package | Description |
|---|---|
| com.amazonaws.services.ssoadmin.model |
| Modifier and Type | Method and Description |
|---|---|
OidcJwtConfiguration |
OidcJwtConfiguration.clone() |
OidcJwtConfiguration |
TrustedTokenIssuerConfiguration.getOidcJwtConfiguration()
A structure that describes the settings for a trusted token issuer that works with OpenID Connect (OIDC) by using
JSON Web Tokens (JWT).
|
OidcJwtConfiguration |
OidcJwtConfiguration.withClaimAttributePath(String claimAttributePath)
The path of the source attribute in the JWT from the trusted token issuer.
|
OidcJwtConfiguration |
OidcJwtConfiguration.withIdentityStoreAttributePath(String identityStoreAttributePath)
The path of the destination attribute in a JWT from IAM Identity Center.
|
OidcJwtConfiguration |
OidcJwtConfiguration.withIssuerUrl(String issuerUrl)
The URL that IAM Identity Center uses for OpenID Discovery.
|
OidcJwtConfiguration |
OidcJwtConfiguration.withJwksRetrievalOption(JwksRetrievalOption jwksRetrievalOption)
The method that the trusted token issuer can use to retrieve the JSON Web Key Set used to verify a JWT.
|
OidcJwtConfiguration |
OidcJwtConfiguration.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 |
TrustedTokenIssuerConfiguration.setOidcJwtConfiguration(OidcJwtConfiguration oidcJwtConfiguration)
A structure that describes the settings for a trusted token issuer that works with OpenID Connect (OIDC) by using
JSON Web Tokens (JWT).
|
TrustedTokenIssuerConfiguration |
TrustedTokenIssuerConfiguration.withOidcJwtConfiguration(OidcJwtConfiguration oidcJwtConfiguration)
A structure that describes the settings for a trusted token issuer that works with OpenID Connect (OIDC) by using
JSON Web Tokens (JWT).
|
Copyright © 2025. All rights reserved.