0 | phase | <--<-- 0 --- Webfinger -->--> |
0 | not expected to do | WebFinger |
0 | phase | <--<-- 1 --- Discovery -->--> |
0 | not expected to do | Dynamic discovery |
0 | phase | <--<-- 2 --- Registration -->--> |
0 | not expected to do | Dynamic registration |
0 | phase | <--<-- 3 --- AsyncAuthn -->--> |
0 | AuthorizationRequest | {
"client_id": "oidcConformance_clientId",
"nonce": "joFRfDlpOncR0Vgx",
"redirect_uri": "https://op.certification.openid.net:60272/authz_cb",
"response_type": "code",
"scope": "openid",
"state": "vOHWVQNnSUfBq7jM"
}
|
0 | redirect url | https://oidc-test.ergon.ch/auth-oidc/oauth2/oidcConformance_clientId?state=vOHWVQNnSUfBq7jM&nonce=joFRfDlpOncR0Vgx&response_type=code&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A60272%2Fauthz_cb&client_id=oidcConformance_clientId |
0 | redirect | https://oidc-test.ergon.ch/auth-oidc/oauth2/oidcConformance_clientId?state=vOHWVQNnSUfBq7jM&nonce=joFRfDlpOncR0Vgx&response_type=code&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A60272%2Fauthz_cb&client_id=oidcConformance_clientId |
3 | response | Response URL with query part |
3 | response | {'code': 'Wwj4V77FLf-lj3c4GEU6-tHTbqo~Fd8LCrfpcxwvr9AOQdo5MnQZvbI3lNqnKQ47v6yQ', 'state': 'vOHWVQNnSUfBq7jM'} |
3 | response | {'code': 'Wwj4V77FLf-lj3c4GEU6-tHTbqo~Fd8LCrfpcxwvr9AOQdo5MnQZvbI3lNqnKQ47v6yQ', 'state': 'vOHWVQNnSUfBq7jM'} |
3 | AuthorizationResponse | {
"code": "Wwj4V77FLf-lj3c4GEU6-tHTbqo~Fd8LCrfpcxwvr9AOQdo5MnQZvbI3lNqnKQ47v6yQ",
"state": "vOHWVQNnSUfBq7jM"
}
|
3 | phase | <--<-- 4 --- AccessToken -->--> |
3 | request | op_args: {'state': 'vOHWVQNnSUfBq7jM'}, req_args: {'redirect_uri': 'https://op.certification.openid.net:60272/authz_cb'} |
3 | do_access_token_request | kwargs:{'request_args': {'redirect_uri': 'https://op.certification.openid.net:60272/authz_cb', 'code': 'Wwj4V77FLf-lj3c4GEU6-tHTbqo~Fd8LCrfpcxwvr9AOQdo5MnQZvbI3lNqnKQ47v6yQ', 'state': 'vOHWVQNnSUfBq7jM', 'grant_type': 'authorization_code', 'client_id': 'oidcConformance_clientId'}, 'state': 'vOHWVQNnSUfBq7jM', 'authn_method': 'client_secret_basic'}
|
3 | AccessTokenRequest | {
"code": "Wwj4V77FLf-lj3c4GEU6-tHTbqo~Fd8LCrfpcxwvr9AOQdo5MnQZvbI3lNqnKQ47v6yQ",
"grant_type": "authorization_code",
"redirect_uri": "https://op.certification.openid.net:60272/authz_cb",
"state": "vOHWVQNnSUfBq7jM"
}
|
3 | request_url | https://oidc-test.ergon.ch/auth-oidc/oauth2/oidcConformance_clientId |
3 | request_http_args | {'headers': {'Authorization': 'Basic b2lkY0NvbmZvcm1hbmNlX2NsaWVudElkOml4MG9vQ2hlX2VlcmUxTXVrX29vamVpOUllX0VpdGhhaTRq', 'Content-Type': 'application/x-www-form-urlencoded'}} |
3 | request | grant_type=authorization_code&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A60272%2Fauthz_cb&code=Wwj4V77FLf-lj3c4GEU6-tHTbqo%7EFd8LCrfpcxwvr9AOQdo5MnQZvbI3lNqnKQ47v6yQ&state=vOHWVQNnSUfBq7jM |
3 | http response | url:https://oidc-test.ergon.ch/auth-oidc/oauth2/oidcConformance_clientId status_code:200
|
3 | response | {'access_token': 'nKBRaVhWzAbqJhn8-97OZtPC-dY~ldl_29726tcGLXCHa3ntFgv1xEriAIe7JGRiOCwu', 'refresh_token': 'x8gs67zyW-yBJvqw-hOIrfcZ-YM~nNEJ5qlCl3JS6uuz-vic4soY1gthx52oiljc0Qpb', 'id_token': 'eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJtaWtlIiwiYXVkIjoib2lkY0NvbmZvcm1hbmNlX2NsaWVudElkIiwiYXV0aF90aW1lIjoxNTgwNzQ2NDMzLCJpc3MiOiJodHRwczpcL1wvb2lkYy10ZXN0LmVyZ29uLmNoIiwiZXhwIjoxNTgwNzQ2NjI5LCJpYXQiOjE1ODA3NDY1MDksIm5vbmNlIjoiam9GUmZEbHBPbmNSMFZneCJ9.fwi_VIq5L2st7YIjJnNnxayla3lSTBfVZytjBfxE5BY', 'token_type': 'bearer', 'expires_in': 179} |
4 | AccessTokenResponse | {
"access_token": "nKBRaVhWzAbqJhn8-97OZtPC-dY~ldl_29726tcGLXCHa3ntFgv1xEriAIe7JGRiOCwu",
"expires_in": 179,
"id_token": {
"aud": [
"oidcConformance_clientId"
],
"auth_time": 1580746433,
"exp": 1580746629,
"iat": 1580746509,
"iss": "https://oidc-test.ergon.ch",
"nonce": "joFRfDlpOncR0Vgx",
"sub": "mike"
},
"refresh_token": "x8gs67zyW-yBJvqw-hOIrfcZ-YM~nNEJ5qlCl3JS6uuz-vic4soY1gthx52oiljc0Qpb",
"token_type": "bearer"
}
|
4 | jws header | {'typ': 'JWT', 'alg': 'HS256'} |
4 | phase | <--<-- 5 --- Done -->--> |
4 | end | |
4 | assertion | VerifyResponse |
4 | condition | verify-response: status=OK [Checks that the last response was one of a possible set of OpenID Connect Responses] |
4 | assertion | VerifySignedIdTokenHasKID |
4 | condition | verify-signed-idtoken-has-kid: status=OK [Verifies that the header of a signed IDToken includes a kid claim.] |
4 | condition | Done: status=OK |