{ "issuer": "https://cricketflicker.com", "authorization_endpoint": "https://cricketflicker.com/auth/authorize", "token_endpoint": "https://cricketflicker.com/auth/token", "jwks_uri": "https://cricketflicker.com/.well-known/jwks.json", "response_types_supported": ["code", "token", "id_token"], "grant_types_supported": ["authorization_code", "refresh_token"], "subject_types_supported": ["public"], "id_token_signing_alg_values_supported": ["RS256"], "scopes_supported": ["openid", "profile", "email"], "token_endpoint_auth_methods_supported": ["client_secret_basic", "client_secret_post"] }