II.
StackPart JSON
Structured · livestack-part:identity-provider
Identity Provider json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "stack-part:identity-provider",
"_kind": "StackPart",
"_file": "domain/stack-parts/identity-provider.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Identity Provider",
"category": "security",
"description": "Issues authentication and authorization tokens via OIDC/OAuth/SAML. Examples: Auth0, Okta, Keycloak, Supabase Auth.\n"
},
"outgoingEdges": [
{
"from": "stack-part:identity-provider",
"to": "skill-area:identity-security",
"kind": "stack_part_used_by",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "platform-service:aws-iam",
"to": "stack-part:identity-provider",
"kind": "implements_stack_part"
},
{
"from": "platform-service:aws-iam",
"to": "stack-part:identity-provider",
"kind": "implements_stack_part",
"attributes": {}
},
{
"from": "platform-service:aws-cognito",
"to": "stack-part:identity-provider",
"kind": "implements_stack_part"
},
{
"from": "platform-service:aws-cognito",
"to": "stack-part:identity-provider",
"kind": "implements_stack_part",
"attributes": {}
},
{
"from": "platform-service:azure-active-directory",
"to": "stack-part:identity-provider",
"kind": "implements_stack_part"
},
{
"from": "platform-service:azure-active-directory",
"to": "stack-part:identity-provider",
"kind": "implements_stack_part",
"attributes": {}
},
{
"from": "platform-service:gcp-iam",
"to": "stack-part:identity-provider",
"kind": "implements_stack_part"
},
{
"from": "platform-service:gcp-iam",
"to": "stack-part:identity-provider",
"kind": "implements_stack_part",
"attributes": {}
},
{
"from": "skill-area:identity-security",
"to": "stack-part:identity-provider",
"kind": "uses_stack_part"
}
]
}