GET /oauth2/authorise?scope=https://identity.company-information.service.gov.uk/user/profile.read%20https://api.company-information.service.gov.uk/company/00000000/registered-office-address.update&redirect_uri=https://somewhere.example.com/oauthcallback&response_type=code&client_id=6ghe7938zhd821hf&state=some_application_state_string HTTP/1.1
The response is sent to the redirect_uri passed in the authorisation request.
The redirect_uri will be of a server page that will decode the response and issue an
access token exchange on the authorisation code.
The size of the code values may vary in size and be increased in the future.
GET https://somewhere.example.com/oauthcallback&code=987124y8g5r897t1t9y8b24t967g13-wzy&state=some_application_state_string HTTP/1.1