AM
ZH-TW
免費開始
選單
API

Backend Integration

Backend service integrations

api backend-integration

Contents

Backend service integrations

GET/.well-known/jwks.json

Retrieve the public JSON Web Key Set (JWKS) for a specific client. This endpoint provides the public keys that can be used to verify tokens issued by the authorization server for the specified client. More

Responses
200application/jwk-set+json
A JSON Web Key Set (JWKS) containing the client's public keys.
schemaobject
keysarrayrequired
itemobjectrequired
ktystringrequired
usestringrequired
kidstringrequired
algstringrequired
nstringrequired
estringrequired
404application/json
Client not found
schemaobject
okrequired
errorrequired
GET/.well-known/openid-configuration

Get the OpenID Connect Discovery Document for a given client. Useful for discovering the OAuth configuration of a particular client, since they may be reconfigured at any time. More

Responses
200application/json
OpenID Connect Discovery Document
schemaobject