AWS IAM Identity Center (successor to AWS Single Sign-On) OpenID Connect (OIDC) is a web service that enables a client (such as AWS CLI or a native application) to register with IAM Identity Center. The service also enables the client to fetch the user’s access token upon successful authenticatio
curl \ -H "Authorization: $API_KEY" \ http://oidc.us-east-1.amazonaws.com/token
curl \ -H "Authorization: $API_KEY" \ http://oidc.us-east-1.amazonaws.com/client/register