v0.1.0
OAS 3.1.0

IdP API

The IdP API implements endpoints in accordance with the OpenID Connect and OAuth 2.0 specifications. The API allows you to authenticate users, authorize access to resources, and manage user sessions.

Support

If you have any questions or need help, please contact us at [email protected].

Server: https://idp.authpi.com

Production server

Client Libraries

default

default Operations

/{issuer_id}/jwks.json

Get JWKS to validate tokens issued by a specific issuer.

Path Parameters
  • issuer_id
    Type:string
    required

    The issuer ID for which to get the JWKS

Responses
Request Example forGET/{issuer_id}/jwks.json
curl 'https://idp.authpi.com/{issuer_id}/jwks.json'
null

Models