Login.gov OIDC — Authentication
Login.gov OpenID Connect authentication capability. Covers discovery, authorization, token exchange, userinfo, and RP-initiated logout against the federal SSO IdP.
Login.gov OIDC — Authentication is a Naftiko capability published by Login.gov, one of 2 capabilities the APIs.io network indexes for this provider. It bundles 4 operations across the GET and POST methods.
The capability includes 3 read-only operations and 1 state-changing operation. Lead operation: Fetch the Login.gov OIDC discovery document. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.
Tagged areas include LoginGov, OIDC, Authentication, Federal, and SSO.
What You Can Do
MCP Tools
login-gov-get-discovery
Fetch the Login.gov OIDC discovery document.
login-gov-get-jwks
Fetch the Login.gov JWKS so id_token signatures can be verified.
login-gov-exchange-token
Exchange a Login.gov authorization code for an id_token and access_token.
login-gov-get-userinfo
Fetch authenticated user attributes using an access token.