Authorize Endpoint

The authorize endpoint can be used to request tokens or authorization codes via the browser. This process typically involves authentication of the end-user and optionally consent.

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

Next

App storePlay store