Identity Federation for AWS is mainly a system integration and API add-on, which exposes resources via a REST API - all resources can be used like the regular JIRA REST API and are exposed via an URL keyed by the add-on namespace:
/jira/rest/identity-federation-aws/1.0
REST API Browser
The easiest way to explore the API is by means of the Atlassian REST API Browser, simply select the Identity Federation for AWS resources.
On this page:
REST API resources
Resource | URI template | methods | description | permissions | comments |
---|---|---|---|---|---|
Accounts | ![]() | ||||
/accounts | GET|POST | Get all accounts (IAM users). | Administrator | ||
/accounts/{id} | GET|DELETE|PUT | Get an account (IAM user) identified by its id. | Administrator | ||
Connectors | ![]() | ||||
/connectors | GET | Get all AWS connectors. | Configurable | ![]() | |
/connectors/{id} | GET | Get an AWS connector identified by its id. | Configurable | ![]() | |
/connectors/{id}/credentials | GET | Get the temporary security credentials via an AWS connector identified by its id. | Configurable | ![]() |