> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Service Provider Configuration

View additional information about the IAM Identity Center SCIM implementation.

<Note>
  External Documentation

  To learn more, visit the [AWS IAM Identity Center documentation](https://docs.aws.amazon.com/singlesignon/latest/developerguide/serviceproviderconfig.html).
</Note>

## Example Output

```json theme={"dark"}
{
	"schemas": [
		"urn:ietf:params:scim:schemas:core:2.0:ServiceProviderConfig"
	],
	"documentationUri": "https://docs.aws.amazon.com/singlesignon/ latest/userguide/manage-your-identity-source-idp.html",
	"authenticationSchemes": [
		{
			"type": "oauthbearertoken",
			"name": "OAuth Bearer Token",
			"description": "Authentication scheme using the OAuth Bearer Token Standard",
			"specUri": "https://www.rfc-editor.org/info/rfc6750",
			"documentationUri": "https://docs.aws.amazon.com/singlesignon/ latest/userguide/provision-automatically.html",
			"primary": true
		}
	],
	"patch": {
		"supported": true
	},
	"bulk": {
		"supported": false,
		"maxOperations": 1,
		"maxPayloadSize": 1048576
	},
	"filter": {
		"supported": true,
		"maxResults": 50
	},
	"changePassword": {
		"supported": false
	},
	"sort": {
		"supported": false
	},
	"etag": {
		"supported": false
	}
}
```

## Workflow Library Example

[Get Service Provider Configuration with Aws Iam Identity Center and Send Results Via Email](https://library.blinkops.com/workflows/get-service-provider-configuration-with-aws-iam-identity-center-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/get-service-provider-configuration-with-aws-iam-identity-center-and-send-results-via-email/canvas" />
</div>
