{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/OIDCIdentityProviderIssuer", "title": "OIDC Identity Provider Issuer Property", "description": "The issuer URI of the identity provider. This is the URL where the provider's metadata can be obtained.", "type": "string", "format": "uri", "example": "https://konghq.okta.com/oauth2/default" }