Test info

Profile: {'openid-configuration': 'config', 'response_type': 'id_token', 'crypto': 'encrypt+sign', 'registration': 'dynamic'}
Timestamp: 2016-12-19T09:48:20Z
Test description: Using prompt=none with user hint through id_token_hint [Basic, Implicit, Hybrid]
Test ID: OP-Req-id_token_hint
Issuer: https://demo.c2id.com/c2id

Test output


__RegistrationRequest:post__
[check]
	status: INFORMATION
	description: Registration Response
	info: {"post_logout_redirect_uris":["https:\/\/op.certification.openid.net:60312\/logout"],"grant_types":["implicit"],"subject_type":"public","default_max_age":3600,"application_type":"web","registration_client_uri":"https:\/\/demo.c2id.com\/c2id\/clients\/nzk2wxcw4r2vu","redirect_uris":["https:\/\/op.certification.openid.net:60312\/authz_cb"],"registration_access_token":"dUkl42ilDPy9RpSD3gyd4St6m4gJ3PuIflvraQL02nM.YSxpLHI","token_endpoint_auth_method":"none","client_id":"nzk2wxcw4r2vu","require_auth_time":true,"client_id_issued_at":1482140894,"contacts":["roland.hedberg@umu.se"],"response_types":["id_token"],"id_token_signed_response_alg":"RS256"}
__AuthorizationRequest:pre__
[check-response-type]
	status: OK
	description: Checks that the asked for response type are among the supported
[check-endpoint]
	status: OK
	description: Checks that the necessary endpoint exists at a server
__AuthorizationRequest:pre__
[check-response-type]
	status: OK
	description: Checks that the asked for response type are among the supported
[check-endpoint]
	status: OK
	description: Checks that the necessary endpoint exists at a server
__After completing the test flow:__
[verify-response]
	status: OK
	description: Checks that the last response was one of a possible set of OpenID Connect Responses
[same-authn]
	status: OK
	description: Verifies that the same authentication was used twice in the flow.
__X:==== END ====__

Trace output


0.000326 ------------ DiscoveryRequest ------------
0.000340 Provider info discover from 'https://demo.c2id.com/c2id'
0.000346 --> URL: https://demo.c2id.com/c2id/.well-known/openid-configuration
0.368205 ProviderConfigurationResponse: {
  "acr_values_supported": [
    "0"
  ],
  "authorization_endpoint": "https://demo.c2id.com/c2id-login-page-js",
  "claim_types_supported": [
    "normal"
  ],
  "claims_parameter_supported": true,
  "claims_supported": [
    "sub",
    "iss",
    "auth_time",
    "acr",
    "name",
    "given_name",
    "family_name",
    "nickname",
    "email",
    "email_verified"
  ],
  "code_challenge_methods_supported": [
    "S256",
    "plain"
  ],
  "display_values_supported": [
    "page",
    "popup"
  ],
  "grant_types_supported": [
    "implicit",
    "authorization_code",
    "refresh_token",
    "password",
    "client_credentials",
    "urn:ietf:params:oauth:grant-type:jwt-bearer"
  ],
  "id_token_encryption_alg_values_supported": [
    "RSA1_5",
    "RSA-OAEP",
    "RSA-OAEP-256",
    "ECDH-ES",
    "ECDH-ES+A128KW",
    "ECDH-ES+A192KW",
    "ECDH-ES+A256KW",
    "dir",
    "A128KW",
    "A192KW",
    "A256KW",
    "A128GCMKW",
    "A192GCMKW",
    "A256GCMKW"
  ],
  "id_token_encryption_enc_values_supported": [
    "A128CBC-HS256",
    "A192CBC-HS384",
    "A256CBC-HS512",
    "A128GCM",
    "A192GCM",
    "A256GCM"
  ],
  "id_token_signing_alg_values_supported": [
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES384",
    "ES512",
    "HS256",
    "HS384",
    "HS512",
    "none"
  ],
  "introspection_endpoint": "https://demo.c2id.com/c2id/token/introspect",
  "issuer": "https://demo.c2id.com/c2id",
  "jwks_uri": "https://demo.c2id.com/c2id/jwks.json",
  "registration_endpoint": "https://demo.c2id.com/c2id/clients",
  "request_object_signing_alg_values_supported": [
    "HS256",
    "HS384",
    "HS512",
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES384",
    "ES512",
    "none"
  ],
  "request_parameter_supported": true,
  "request_uri_parameter_supported": false,
  "request_uri_quota": 10,
  "require_request_uri_registration": true,
  "response_modes_supported": [
    "query",
    "fragment",
    "form_post"
  ],
  "response_types_supported": [
    "code",
    "id_token",
    "id_token token",
    "code id_token",
    "code id_token token"
  ],
  "revocation_endpoint": "https://demo.c2id.com/c2id/token/revoke",
  "scopes_supported": [
    "openid",
    "profile",
    "email",
    "address",
    "phone",
    "offline_access"
  ],
  "subject_types_supported": [
    "public",
    "pairwise"
  ],
  "token_endpoint": "https://demo.c2id.com/c2id/token",
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "client_secret_post",
    "client_secret_jwt",
    "private_key_jwt",
    "none"
  ],
  "token_endpoint_auth_signing_alg_values_supported": [
    "RS256",
    "RS384",
    "RS512",
    "HS256",
    "HS384",
    "HS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES384",
    "ES512"
  ],
  "ui_locales_supported": [
    "en"
  ],
  "userinfo_encryption_alg_values_supported": [
    "RSA1_5",
    "RSA-OAEP",
    "RSA-OAEP-256",
    "ECDH-ES",
    "ECDH-ES+A128KW",
    "ECDH-ES+A192KW",
    "ECDH-ES+A256KW",
    "dir",
    "A128KW",
    "A192KW",
    "A256KW",
    "A128GCMKW",
    "A192GCMKW",
    "A256GCMKW"
  ],
  "userinfo_encryption_enc_values_supported": [
    "A128CBC-HS256",
    "A192CBC-HS384",
    "A256CBC-HS512",
    "A128GCM",
    "A192GCM",
    "A256GCM"
  ],
  "userinfo_endpoint": "https://demo.c2id.com/c2id/userinfo",
  "userinfo_signing_alg_values_supported": [
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES384",
    "ES512",
    "HS256",
    "HS384",
    "HS512"
  ],
  "version": "3.0"
}
0.732901 JWKS: {
  "keys": [
    {
      "e": "AQAB",
      "kid": "XPvp",
      "kty": "RSA",
      "n": "29nkxanYPgpux2gKI269pAuDmQ-FJVIzc5TDUjwRHkOWjBUxdTmwu9g_FCQWAG5_As6umczakynH5i6B-hLAoYCYNZThD9AqWRj-kKtqDhHPBz1WYruO17NBiJsP4pqmN9abffRmSVSTwKmt3yqkoWLwCobiofo4q-etX-QJO5_5c4vG-FNDp-zSjXfMshK92dllH35umnROp0qidi-TsbfSZasgeddLJPbRG80dVSoBBqViT5mUy8Cu5VPlSeXthjnVWKvNugeuHlOgnuR310Nalg9ocapMRZ3F90xVeld8Qtc7LrDZLsuVrHkb2RGFRJ42qUE4wiXEEusuAfdnjw",
      "use": "sig"
    },
    {
      "crv": "P-256",
      "kid": "SEGI",
      "kty": "EC",
      "use": "sig",
      "x": "IB0jEtk1kESc0YXr59l_H4dYF66pOu6GDtsGHutFpFo",
      "y": "N8QW2dVl3hdncKkvEks8ITeRTwXkQFg3mf_b4kQxID0"
    },
    {
      "crv": "P-384",
      "kid": "BB4g",
      "kty": "EC",
      "use": "sig",
      "x": "jKEG_F8_i1DgPWQ641JPNXtARk0_eqKT_U80bap2IGc91TEzKI8CQjO8MymC2LiY",
      "y": "avSOVF8Wf-yxkJGFmY3POkdGMTXgECkbcL0Vv3Uc7Ro9ssu9XsRXRcfFtHKnLXeS"
    },
    {
      "crv": "P-521",
      "kid": "fbSW",
      "kty": "EC",
      "use": "sig",
      "x": "AYXvNe1V25gOusorgp8AHAFUNaEkmONOpVtYSuvk2v3OIy8HgIYeg6CGjwFwlEFCXwm6zRe-Ckzb71ZHKTd2--Sz",
      "y": "APanwCboxQuQxmEllq1dSgVUsV6v_xHWinjhovd06s_LiReXOoWEOQERjz3_UpLj45enfr08a37mTOAvgVdeL6fM"
    },
    {
      "e": "AQAB",
      "kid": "Slbc",
      "kty": "RSA",
      "n": "toMIuWFSAdAqHUMNatz3UYyVAh_gg6mj2ktqxDLzv840yh5V-3f2Jsyr4Vgzt1wRTl8TD8VsVjOe217siCBKevquo4M7WsEZLHMx0eM_gB1u5nGEwXsElReVTFc3KblFsdxjTR2lPwVEjL8iuLhb-JNWt9dZFGV_g8lTRqp4fEUjDnheLKLZMnxxBy6J4HGGgOye-Yl4WCaiSjw2py6Jvio9VE-x-yorJAjH66fMwvoslnPzLMuARy21NsKjCWvtW36tisF1o0JI7sXzS8I8iTnNCD_tGLx-aEkoo_JDdOfjU1PLeBKqOV-0ZPT309nQRXKAXA9dxUj7PQoL9c-9dw",
      "use": "sig"
    },
    {
      "crv": "P-256",
      "kid": "s7ek",
      "kty": "EC",
      "use": "sig",
      "x": "Rr4kh9uK3hO1g-orV7eVO8X0uPPQ_u4-eYPCEgQ1xa0",
      "y": "ECq1fmVC7mU7F7c0CTN7MCwDpWdFcbJF2zTg6EZK8Kg"
    },
    {
      "crv": "P-384",
      "kid": "lauH",
      "kty": "EC",
      "use": "sig",
      "x": "QyWDd8kJoqzsXEWiCkUAzg11ntg_x7KKWLdVOS-GDw5GgbfLkUJytK16tGLZWGUI",
      "y": "P4HM7uknJ64Teg1vrhYKvS_nrZFyh5CZDjH67hFsFaI3bfdWiU8duK4oYaPjnU6n"
    },
    {
      "crv": "P-521",
      "kid": "96Oc",
      "kty": "EC",
      "use": "sig",
      "x": "AOE3yNXWAiguNjBduYIbCKR3I3fNX_LUFH8IKaePjeTxouKLMu7JYQwEMaa11Zhka0kmuusfixvm24fDppKAOvO3",
      "y": "AUtg3p6hVIL5RZj4I7FjbjZtRfAd-laDdPx-Fw6qG0s2MMFHu05X9bRYduPbFaz-YJj4Zsa7PzCRwZgqc_lP4LuE"
    }
  ]
}
0.740121 ------------ RegistrationRequest ------------
0.740515 --> URL: https://demo.c2id.com/c2id/clients
0.740522 --> BODY: {"subject_type": "public", "jwks_uri": "https://op.certification.openid.net:60312/export/jwk_60312.json", "contacts": ["roland.hedberg@umu.se"], "application_type": "web", "grant_types": ["implicit"], "post_logout_redirect_uris": ["https://op.certification.openid.net:60312/logout"], "redirect_uris": ["https://op.certification.openid.net:60312/authz_cb"], "response_types": ["id_token"], "require_auth_time": true, "default_max_age": 3600}
0.740532 --> HEADERS: {'Content-Type': 'application/json'}
1.117501 <-- STATUS: 200
1.117559 <-- BODY: {"post_logout_redirect_uris":["https:\/\/op.certification.openid.net:60312\/logout"],"grant_types":["implicit"],"subject_type":"public","default_max_age":3600,"application_type":"web","registration_client_uri":"https:\/\/demo.c2id.com\/c2id\/clients\/nzk2wxcw4r2vu","redirect_uris":["https:\/\/op.certification.openid.net:60312\/authz_cb"],"registration_access_token":"dUkl42ilDPy9RpSD3gyd4St6m4gJ3PuIflvraQL02nM.YSxpLHI","token_endpoint_auth_method":"none","client_id":"nzk2wxcw4r2vu","require_auth_time":true,"client_id_issued_at":1482140894,"contacts":["roland.hedberg@umu.se"],"response_types":["id_token"],"id_token_signed_response_alg":"RS256"}
1.118422 RegistrationResponse: {
  "application_type": "web",
  "client_id": "nzk2wxcw4r2vu",
  "client_id_issued_at": 1482140894,
  "contacts": [
    "roland.hedberg@umu.se"
  ],
  "default_max_age": 3600,
  "grant_types": [
    "implicit"
  ],
  "id_token_signed_response_alg": "RS256",
  "post_logout_redirect_uris": [
    "https://op.certification.openid.net:60312/logout"
  ],
  "redirect_uris": [
    "https://op.certification.openid.net:60312/authz_cb"
  ],
  "registration_access_token": "dUkl42ilDPy9RpSD3gyd4St6m4gJ3PuIflvraQL02nM.YSxpLHI",
  "registration_client_uri": "https://demo.c2id.com/c2id/clients/nzk2wxcw4r2vu",
  "require_auth_time": true,
  "response_types": [
    "id_token"
  ],
  "subject_type": "public",
  "token_endpoint_auth_method": "none"
}
1.126376 ------------ AuthorizationRequest ------------
1.126789 --> URL: https://demo.c2id.com/c2id-login-page-js?nonce=2WhWCxbCqCo2&state=6xa7TVvQiLElXsfD&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A60312%2Fauthz_cb&response_type=id_token&client_id=nzk2wxcw4r2vu&scope=openid
1.126796 --> BODY: None
3.228861 QUERY_STRING:
4.307878 <-- id_token=eyJraWQiOiJYUHZwIiwiYWxnIjoiUlMyNTYifQ.eyJzdWIiOiJib2IiLCJhdWQiOiJuemsyd3hjdzRyMnZ1IiwiYWNyIjoiaHR0cDpcL1wvbG9hLmMyaWQuY29tXC9iYXNpYyIsImFtciI6WyJwd2QiXSwiYXV0aF90aW1lIjoxNDgyMTQwODU4LCJicm93c2VyIjoiTmV0c2NhcGUiLCJpc3MiOiJodHRwczpcL1wvZGVtby5jMmlkLmNvbVwvYzJpZCIsImV4cCI6MTQ4MjE0MTQ5NiwiaWF0IjoxNDgyMTQwODk2LCJub25jZSI6IjJXaFdDeGJDcUNvMiIsImxvZ2luX2lwIjoiMTAuMjAuMzAuNDAifQ.2HKFVVfovuyJtk9aSeZDlN8AWdG_EB8hpLebaFZiF3CNiTyn0Kzcl_IfI8ZJcftJL70W8NsxZ8vSt0esM3ZEC6P1bUJ7I8qani4y3H2L6sY4sX2dtPQ4J1LRAi30k4dLpntZPbjtWi4NzLjC0oEJSB77_PjU5_3ZlCHY90f8XIu3XQVeTDuszgeOOGZofmSLbducGVYOeWJ5WYV0fuKU4mvZw_lZ_kskhf2pIjQtsYxzZDFpkXz-CX1wC8edWKgJIRQkCywZeGvyDXyCDoBK0Q7lL7P2cFjlSKJH_LHrsh9FzntV_edaW0f3YtoMd_m-Ng8oL4FEB3tjRw8kH--vuQ&state=6xa7TVvQiLElXsfD
4.684384 AuthorizationResponse: {
  "id_token": {
    "claims": {
      "acr": "http://loa.c2id.com/basic",
      "amr": [
        "pwd"
      ],
      "aud": [
        "nzk2wxcw4r2vu"
      ],
      "auth_time": 1482140858,
      "browser": "Netscape",
      "exp": 1482141496,
      "iat": 1482140896,
      "iss": "https://demo.c2id.com/c2id",
      "login_ip": "10.20.30.40",
      "nonce": "2WhWCxbCqCo2",
      "sub": "bob"
    },
    "jws header parameters": {
      "alg": "RS256",
      "kid": "XPvp"
    }
  },
  "state": "6xa7TVvQiLElXsfD"
}
4.685148 ------------ AuthorizationRequest ------------
4.685621 --> URL: https://demo.c2id.com/c2id-login-page-js?nonce=01gVIJaDFzXO&prompt=none&id_token_hint=eyJraWQiOiJYUHZwIiwiYWxnIjoiUlMyNTYifQ.eyJzdWIiOiJib2IiLCJhdWQiOiJuemsyd3hjdzRyMnZ1IiwiYWNyIjoiaHR0cDpcL1wvbG9hLmMyaWQuY29tXC9iYXNpYyIsImFtciI6WyJwd2QiXSwiYXV0aF90aW1lIjoxNDgyMTQwODU4LCJicm93c2VyIjoiTmV0c2NhcGUiLCJpc3MiOiJodHRwczpcL1wvZGVtby5jMmlkLmNvbVwvYzJpZCIsImV4cCI6MTQ4MjE0MTQ5NiwiaWF0IjoxNDgyMTQwODk2LCJub25jZSI6IjJXaFdDeGJDcUNvMiIsImxvZ2luX2lwIjoiMTAuMjAuMzAuNDAifQ.2HKFVVfovuyJtk9aSeZDlN8AWdG_EB8hpLebaFZiF3CNiTyn0Kzcl_IfI8ZJcftJL70W8NsxZ8vSt0esM3ZEC6P1bUJ7I8qani4y3H2L6sY4sX2dtPQ4J1LRAi30k4dLpntZPbjtWi4NzLjC0oEJSB77_PjU5_3ZlCHY90f8XIu3XQVeTDuszgeOOGZofmSLbducGVYOeWJ5WYV0fuKU4mvZw_lZ_kskhf2pIjQtsYxzZDFpkXz-CX1wC8edWKgJIRQkCywZeGvyDXyCDoBK0Q7lL7P2cFjlSKJH_LHrsh9FzntV_edaW0f3YtoMd_m-Ng8oL4FEB3tjRw8kH--vuQ&state=tSyd0jvudSX1L0EC&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A60312%2Fauthz_cb&response_type=id_token&client_id=nzk2wxcw4r2vu&scope=openid
4.685630 --> BODY: None
5.204901 QUERY_STRING:
6.164852 <-- id_token=eyJraWQiOiJYUHZwIiwiYWxnIjoiUlMyNTYifQ.eyJzdWIiOiJib2IiLCJhdWQiOiJuemsyd3hjdzRyMnZ1IiwiYWNyIjoiaHR0cDpcL1wvbG9hLmMyaWQuY29tXC9iYXNpYyIsImFtciI6WyJwd2QiXSwiYXV0aF90aW1lIjoxNDgyMTQwODU4LCJicm93c2VyIjoiTmV0c2NhcGUiLCJpc3MiOiJodHRwczpcL1wvZGVtby5jMmlkLmNvbVwvYzJpZCIsImV4cCI6MTQ4MjE0MTc5OCwiaWF0IjoxNDgyMTQwODk4LCJub25jZSI6IjAxZ1ZJSmFERnpYTyIsImxvZ2luX2lwIjoiMTAuMjAuMzAuNDAifQ.e26tx8PMsS7EcUTnVjSwDWK6N3Voqel2tOIzpoJdY56CmKTpvuqaES28bci00Z_uwRJ470ik-HhLjwXjrAZBobtXks2xEwxT0sWN2z4GI5UuekNyE1YnXS8tAiaf--58ZojoYMZazVAwjHguJapm4M3mVSW0-Vf3jAL03trBC2Bfs2eOUFz0bJo2qsmytwxhXNYuRmEIfgdQVrCJ2vh1uE_9ddp8gQaDWmQU7S7OoTdUdeT9X_gN7JW5KbpM4j6mHo_ntd5sdyzelQXxwqmkht7NA0PrG3lNblTmVmU4EikyiPaU2z_gBBeH_VRDK5OZq-HSByBQj_snIGD_mKlPhw&state=tSyd0jvudSX1L0EC
6.175659 AuthorizationResponse: {
  "id_token": {
    "claims": {
      "acr": "http://loa.c2id.com/basic",
      "amr": [
        "pwd"
      ],
      "aud": [
        "nzk2wxcw4r2vu"
      ],
      "auth_time": 1482140858,
      "browser": "Netscape",
      "exp": 1482141798,
      "iat": 1482140898,
      "iss": "https://demo.c2id.com/c2id",
      "login_ip": "10.20.30.40",
      "nonce": "01gVIJaDFzXO",
      "sub": "bob"
    },
    "jws header parameters": {
      "alg": "RS256",
      "kid": "XPvp"
    }
  },
  "state": "tSyd0jvudSX1L0EC"
}
6.176141 ==== END ====

Result

PASSED