amazonaws.com

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

🔑 oauth2 3 endpoints cloud
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (4 total)

# Maven: see https://github.com/kwawk8/aws-sdk-android-aws-android-sdk-cloudwatch-src-main-java-com-amazonaws-services-cloudwatch-AmazonClo
# Maven: see https://github.com/Aashish-Chaturvedi/relaxed-amazonaws-sdk-extensionApi
# See https://github.com/lucee/osgi-bundle-com.amazonaws.aws-java-sdk-osgi
# See https://github.com/timanrebel/AmazonAWS
curl examples
Creates and returns an access token for the authorized client. The access tok…
curl \
  -H "Authorization: $API_KEY" \
  http://oidc.us-east-1.amazonaws.com/token
Registers a client with IAM Identity Center. This allows clients to initiate …
curl \
  -H "Authorization: $API_KEY" \
  http://oidc.us-east-1.amazonaws.com/client/register
Endpoints (3 total)
POST
/token
Creates and returns an access token for the authorized client. The access tok…
POST
/client/register
Registers a client with IAM Identity Center. This allows clients to initiate …
POST
/device_authorization
Initiates device authorization by requesting a pair of verification codes fro…
Language coverage
Java
2
unknown
2
At a glance
Total SDKs4
Languages2
Endpoints3
Authoauth2
Categories1
http://oidc.us-east-1.amazonaws.com