Last update:

Parameter | Description | Default Value |
Access token type | Select JWT or Referenced based on your token type. | JWT |
Access token signing algorithm | Select the desired signing algorithm. This defines the cryptographic method used to sign the JWT, ensuring its integrity and authenticity. | RS256 |
Access token signing algorithm key size | Select the appropriate key size. This defines the key length used for signing the token. | 2048 bits |
Access token validity | Enter the token validity duration. This field specifies the token’s lifespan in minutes. Once expired, a new token must be obtained using a valid refresh token or new authentication grant. | 30 minutes |
Parameter | Description | Default Value |
ID token signing algorithm | Define the cryptographic algorithm used to sign the ID token. | HS256 |
ID token validity | Define the duration (in minutes) for which the ID token remains valid after issuance. | 30 |
Parameter | Description | Default Value |
ID token signing algorithm | Define the cryptographic algorithm used to sign the ID token. | HS256 |
ID token validity | Define the duration (in minutes) for which the ID token remains valid after issuance. | 5 |
Default ACR | The acr claim in OpenID Connect is optional by default. It is only included in the ID token if:
If not explicitly requested or configured, the acr claim may be omitted from the ID token. | For EDA Unmatched: urn:hsid:ial:one For EDA Hybrid: urn:hsid:ial:eid For EDA Matched: urn:aikyam:aal:mfa. |
Scope name | Description |
openid | Identifies the request as an OpenID connect request. |
profile | Requests access to the end user’s default profile claims such as first name, last name, gender, date of birth, locale etc. |
email | Requests access to the email address and email_verified claims |
phone | Requests access to the phone number and phone number_verified claims |
address | Requests access to the address claim |
Federation | Custom scope for SSO inbound |
x-logout | Scope for custom logout |
Scope name | Description |
urn:optum:oid:rest:invitations | Allows the application to manage invitations across Optum applications |
urn:optum:oid:scim:users:query | Enables querying user information using the SCIM2 protocol |
stargate-api | Provides access to the Stargate API for various data operations |
aikyam.clients.read | Allows reading client information within the Aikyam identity fabric |
aikyam.clients.manage | Permits managing client information within the Aikyam identity fabric |
aikyam.clients.delete | Grants the ability to delete client information within the Aikyam identity fabric |
authz.api.manage | Enables management of authorization APIs |
Powered by Aikyam @2025 All rights reserved