SSO Identity Federation
Workflow capability for Single Sign-On identity federation using OpenID Connect (OIDC). Enables applications to integrate SSO authentication flows including authorization code exchange, user profile retrieval, provider discovery, and JWKS key management. Designed for developers and platform engineers implementing federated identity across enterprise applications.
What You Can Do
MCP Tools
exchange-authorization-code
Exchange an OIDC/OAuth 2.0 authorization code for access token, ID token, and refresh token
get-authenticated-user-profile
Retrieve the authenticated user's identity claims (name, email, sub, etc.) from the OIDC UserInfo endpoint
get-provider-signing-keys
Retrieve the OpenID Provider's JSON Web Key Set (JWKS) for verifying ID token signatures
discover-oidc-provider-configuration
Retrieve OpenID Provider configuration metadata including endpoints, supported features, and algorithms