{
  "authorization_endpoint": "https://u1aryz.com/oauth/authorize",
  "code_challenge_methods_supported": [
    "S256"
  ],
  "grant_types_supported": [
    "authorization_code",
    "refresh_token",
    "client_credentials"
  ],
  "issuer": "https://u1aryz.com",
  "jwks_uri": "https://u1aryz.com/.well-known/jwks.json",
  "protected_resources": [
    "https://u1aryz.com"
  ],
  "response_types_supported": [
    "code"
  ],
  "scopes_supported": [
    "openid",
    "profile"
  ],
  "service_documentation": "https://u1aryz.com/docs/service",
  "token_endpoint": "https://u1aryz.com/oauth/token",
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "client_secret_post"
  ]
}