AM
ZH-TW
免費開始
選單
API

Backend Integration

Backend service integrations

apibackend-integration

Contents

Backend service integrations

GET/.well-known/jwks.json

Retrieve the public JSON Web Key Set (JWKS) for the application authority identified by the request hostname. Applications now publish JWKS from their authority hostname at https://{authority-hostname}/.well-known/jwks.json. More

Responses
200application/jwk-set+json
A JSON Web Key Set (JWKS) containing the application authority public keys.
schemaobject
keysarrayrequired
itemobjectrequired
ktystringrequired
usestringrequired
kidstringrequired
algstringrequired
nstringrequired
estringrequired
GET/.well-known/openid-configuration

Get the OpenID Connect Discovery Document for the application authority identified by the request hostname. Applications now publish discovery from their authority hostname at https://{authority-hostname}/.well-known/openid-configuration. More

Responses
200application/json
OpenID Connect Discovery Document
schemaobject
issuerstringrequired
authorization_endpointstringrequired
token_endpointstringrequired
userinfo_endpointstringrequired
revocation_endpointstringrequired
introspection_endpointstringrequired
jwks_uristringrequired
scopes_supportedarrayrequired
itemstringrequired
response_types_supportedarrayrequired
itemstringrequired
grant_types_supportedarrayrequired
itemstringrequired
subject_types_supportedarrayrequired
itemstringrequired
id_token_signing_alg_values_supportedarrayrequired
itemstringrequired