Sample Response
A sample response, sent to the redirect_uri specified in the sign-in request after the user has authenticated, can be as follows:
GET  302 Found
Location: https://www.appname.com/oidc/cbk?
code=PogGjLoPEZ49i7E1DXY_jyteE1inZ7Udv...
&state=jctMTcwMWE1ZmQ2ZTQx
This code is then exchanged with an access token via server-to-server request to CONNECT's token endpoint. More information about the token endpoint URL can be found in the OpenID Connect metadata document.