amazonaws.com

AWS IAM Identity Center (successor to AWS Single Sign-On) Portal is a web service that makes it easy for you to assign user access to IAM Identity Center resources such as the AWS access portal. Users can get AWS account applications and roles assigned to them and get federated into the applicati

🔑 oauth2 4 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
Lists all AWS accounts assigned to the user. These AWS accounts are assigned …
curl \
  -H "Authorization: $API_KEY" \
  http://portal.sso.us-east-1.amazonaws.com/assignment/accounts#x-amz-sso_bearer_token
Lists all roles that are assigned to the user for a given AWS account.
curl \
  -H "Authorization: $API_KEY" \
  http://portal.sso.us-east-1.amazonaws.com/assignment/roles#x-amz-sso_bearer_token&account_id
Returns the STS short-term credentials for a given role name that is assigned…
curl \
  -H "Authorization: $API_KEY" \
  http://portal.sso.us-east-1.amazonaws.com/federation/credentials#role_name&account_id&x-amz-sso_bearer_token
Endpoints (4 total)
GET
/assignment/accounts#x-amz-sso_bearer_token
Lists all AWS accounts assigned to the user. These AWS accounts are assigned …
GET
/assignment/roles#x-amz-sso_bearer_token&account_id
Lists all roles that are assigned to the user for a given AWS account.
GET
/federation/credentials#role_name&account_id&x-amz-sso_bearer_token
Returns the STS short-term credentials for a given role name that is assigned…
POST
/logout#x-amz-sso_bearer_token
<p>Removes the locally stored SSO tokens from the client-side cache and sends…
Language coverage
Java
2
unknown
2
At a glance
Total SDKs4
Languages2
Endpoints4
Authoauth2
Categories1
http://portal.sso.us-east-1.amazonaws.com