II.
StackPart JSON
Structured · livestack-part:auth-broker
Auth Broker (Managed Auth) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "stack-part:auth-broker",
"_kind": "StackPart",
"_file": "domain/stack-parts/stack-parts-security-edge.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Auth Broker (Managed Auth)",
"description": "Hosted authentication service distinct from a generic IdP — covers\nuser signup, password/MFA, social login, sessions, and JWT/SDK\nintegration. Examples: Clerk, Supabase Auth, Auth0, WorkOS.\n"
},
"outgoingEdges": [
{
"from": "stack-part:auth-broker",
"to": "skill-area:identity-security",
"kind": "stack_part_used_by",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "platform-service:aws-cognito",
"to": "stack-part:auth-broker",
"kind": "implements_stack_part"
},
{
"from": "platform-service:aws-cognito",
"to": "stack-part:auth-broker",
"kind": "implements_stack_part",
"attributes": {}
},
{
"from": "platform-service:netlify-identity",
"to": "stack-part:auth-broker",
"kind": "implements_stack_part"
},
{
"from": "platform-service:netlify-identity",
"to": "stack-part:auth-broker",
"kind": "implements_stack_part",
"attributes": {}
},
{
"from": "skill-area:identity-security",
"to": "stack-part:auth-broker",
"kind": "uses_stack_part"
}
]
}