Retrieve OpenID configuration values
Endpoint to retrieve OpenID configuration values for SlashID in JSON format, as per the OpenID specification
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
- issuer string
- jwks_uri string
{
"issuer": "string",
"jwks_uri": "string"
}