授权/验证端点 (Authorization/Authentication Endpoint)

授权端点既可以用于请求访问令牌 (access token) 也可以用于授权码 (authorization code) (隐式流 (implicit flow) 和授权码流 (authorization code flow))。你可以使用一个 Web 浏览器或者一个 Web view 来发起请求。

支持的参数 (Supported Parameters)

参见 spec.

示例 (Example)

(为了可读性移除了 URL 编码)

GET /connect/authorize?client_id=client1&scope=openid email api1&response_type=id_token token&redirect_uri=https://myapp/callback&state=abc&nonce=xyz