4.10 Authorization Code Request with prompt Parameter

Refer to [RFC6749] section 4.1.1 (Authorization Request). For more information on the prompt parameter, see section 2.2.2 and [OIDCCore] section 3.1.2.1.

 GET /authorize?response_type=code&client_id=s6BhdRkqt3&state=xyz
   &resource= https:%2F%2Fresource_server
   &client-request-id=EC09AB2D-9655-453B-B555-3317011523E8
   &prompt=login
   &redirect_uri=https%3A%2F%2Fclient%2Eexample%2Ecom%2Fcb HTTP/1.1
 Host: server.example.com