Skip to main content

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.

View additional information about the IAM Identity Center SCIM implementation.
External DocumentationTo learn more, visit the AWS IAM Identity Center documentation.

Example Output

{
	"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
Workflow LibraryPreview this Workflow on desktop