OpenID Connect API

v1.0.0OAS 3.0

API for managing discovery caches and JWKs in Kong via the OpenID Connect plugin.

API Base URL
  • Server 1:{protocol}://{hostname}:{port}{path}

    Default Admin API URL

Security
personalAccessToken (http)

Provide your bearer token in the Authorization header when making requests to protected resources.

Example: Authorization: Bearer 123

List All Discovery Cache Objects

Retrieves a list of all discovery cache objects stored in Kong.

get
{protocol}://{hostname}:{port}{path}/openid-connect/issuers

Response

List of discovery cache objects.

 
Error initializing code snippet
List of discovery cache objects.

Delete All Discovery Cache Objects

Deletes all stored discovery cache objects.

delete
{protocol}://{hostname}:{port}{path}/openid-connect/issuers

Response

All discovery cache objects successfully deleted.

 
Error initializing code snippet
All discovery cache objects successfully deleted.

Did this doc help?

Something wrong?

Help us make these docs great!

Kong Developer docs are open source. If you find these useful and want to make them better, contribute today!