AWS Account Ingestion Role configuration
Create a new OIDC application
https://<your-okta-domain>.okta.com/oauth2
, as this is the correct Okta endpoint for OIDC authentication.Add the OIDC application as an identity provider in AWS
Configure AWS roles so that Serval can grant temporary access to them
ACCOUNT_ID
— The ID of the current AWS account being configured.IDP_ISSUER_URL
— The URL of your IdP instance which was configured as an identity provider above.SERVAL_OIDC_APP_CLIENT_ID
— The Client ID of the application created in your IdP.