FusionAuth API — OAuth2
FusionAuth API — OAuth2. 10 operations. Lead operation: Returns public keys used by FusionAuth to cryptographically verify JWTs using the JSON Web Key format.. Self-contained Naftiko capability covering one business surface.
FusionAuth API — OAuth2 is a Naftiko capability published by FusionAuth, one of 33 capabilities the APIs.io network indexes for this provider. It bundles 10 operations across the GET and POST methods.
The capability includes 5 read-only operations and 5 state-changing operations. Lead operation: Returns public keys used by FusionAuth to cryptographically verify JWTs using the JSON Web Key format. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.
Tagged areas include FusionAuth and OAuth2.
What You Can Do
MCP Tools
fusionauth-retrievejsonwebkeysetwithid
Returns public keys used by FusionAuth to cryptographically verify JWTs using the JSON Web Key format.
fusionauth-retrieveopenidconfigurationwithid
Returns the well known OpenID Configuration JSON document
fusionauth-createdeviceapprove
Approve a device grant. OR Approve a device grant.
fusionauth-retrievedeviceusercode
Retrieve a user_code that is part of an in-progress Device Authorization Grant. This API is useful if you want to build your own login work
fusionauth-createdeviceusercode
Retrieve a user_code that is part of an in-progress Device Authorization Grant. This API is useful if you want to build your own login work
fusionauth-retrievedevicevalidate
Validates the end-user provided user_code from the user-interaction of the Device Authorization Grant. If you build your own activation form
fusionauth-createdeviceauthorize
Start the Device Authorization flow using a request body OR Start the Device Authorization flow using form-encoded parameters
fusionauth-createintrospect
Inspect an access token issued as the result of the Client Credentials Grant. OR Inspect an access token issued as the result of the Client
fusionauth-createtoken
Exchange User Credentials for a Token. If you will be using the Resource Owner Password Credential Grant, you will make a request to the Tok
fusionauth-retrieveuserinfofromaccesstokenwithid
Call the UserInfo endpoint to retrieve User Claims from the access token issued by FusionAuth.