{
  "issuer": "https://omnilearnix.co.uk",
  "authorization_endpoint": "https://omnilearnix.co.uk/oauth/authorize",
  "token_endpoint": "https://omnilearnix.co.uk/oauth/token",
  "jwks_uri": "https://omnilearnix.co.uk/.well-known/jwks.json",
  "grant_types_supported": ["authorization_code", "client_credentials"],
  "response_types_supported": ["code"],
  "scopes_supported": ["read:catalog", "read:health", "write:enquiry"],
  "token_endpoint_auth_methods_supported": ["client_secret_post", "none"],
  "subject_types_supported": ["public"],
  "id_token_signing_alg_values_supported": ["RS256"]
}
