Skip to content

Instantly share code, notes, and snippets.

@ritou
Created July 17, 2012 15:47
Show Gist options
  • Save ritou/3130212 to your computer and use it in GitHub Desktop.
Save ritou/3130212 to your computer and use it in GitHub Desktop.
20120717 oictest result for my OP
$ oic_flow_tests.py ryo > ryo.out
$ cat ryo.out
* (mj-00)Client registration Request - OK
* (mj-01)Request with response_type=code - OK
* (oic-code-token)Simple authorization grant flow - OK
* (mj-39)Trying to use access code twice should result in an error - OK
* (mj-40)Trying to use access code twice should result in revoking previous issued tokens - OK
* (oic-code-token-userinfo_bb)Authorization grant flow response_type='code token',
UserInfo request using POST and bearer body authentication - OK
* (mj-02)Request with response_type=token - OK
* (oic-token-userinfo)Implicit flow and Userinfo request - OK
* (oic-token-userinfo_bb)Implicit flow, UserInfo request using POST and bearer body
authentication - OK
* (mj-03)Request with response_type=id_token - OK
* (mj-04)Request with response_type=code token - OK
* (oic-code+token-token)Flow with response_type='code token' - OK
* (oic-code+token-userinfo)Flow with response_type='code token' and Userinfo request - OK
* (mj-05)Request with response_type=code id_token - OK
* (oic-code+idtoken-token)Flow with response_type='code idtoken' - OK
* (oic-code+idtoken-token-userinfo)Flow with response_type='code idtoken' and Userinfo request - OK
* (mj-06)Request with response_type=id_token token - OK
* (oic-idtoken+token-userinfo)Flow with response_type='token idtoken' and Userinfo request - OK
* (mj-07)Request with response_type=code id_token token - OK
* (oic-code+idtoken+token-token)Flow with response_type='code token idtoken' - OK
* (oic-code+idtoken+token-token-userinfo)Flow with response_type='code idtoken token'
grab a second token using the code and then do a Userinfo
request - OK
* (oic-code+idtoken+token-userinfo)Flow with response_type='code idtoken token' and Userinfo
request - OK
* (mj-11)UserInfo Endpoint Access with GET and bearer_header - OK
* (mj-12)UserInfo Endpoint Access with POST and bearer_header - OK
* (mj-13)UserInfo Endpoint Access with POST and bearer_body - OK
* (mj-14)Scope Requesting profile Claims - OK
* (mj-15)Scope Requesting email Claims - OK
* (mj-16)Scope Requesting address Claims - OK
* (mj-17)Scope Requesting phone Claims - OK
* (mj-18)Scope Requesting all Claims - OK
* (mj-19)OpenID Request Object with Required name Claim - OK
* (mj-20)OpenID Request Object with Optional email and picture Claim - OK
* (mj-21)OpenID Request Object with Required name and Optional email and picture Claim - OK
* (mj-22)Requesting ID Token with auth_time Claim - OK
* (mj-23)Requesting ID Token with Required acr Claim - OK
* (mj-24)Requesting ID Token with Optional acr Claim - OK
* (mj-25a)Requesting ID Token with max_age=1 seconds Restriction - OK
* (mj-25b)Requesting ID Token with max_age=10 seconds Restriction - OK
* (mj-26)Request with display=page - OK
* (mj-27)Request with display=popup - OK
* (mj-28)Request with prompt=none - OK
* (mj-29)Request with prompt=login - OK
* (mj-30)Access token request with client_secret_basic authentication - OK
* (mj-31)Request with response_type=code and extra query component - OK
* (mj-32)Request with redirect_uri with query component - OK
* (mj-33)Registration where a redirect_uri has a query component - OK
* (mj-34)Registration where a redirect_uri has a fragment - OK
* (mj-35)Authorization request missing the 'response_type' parameter - OK
* (mj-36)The sent redirect_uri does not match the registered - OK
* (mj-37)Access token request with client_secret_jwt authentication - OK
* (mj-38)Access token request with public_key_jwt authentication - OK
* (mj-41)Registration and later registration update - OK
* (mj-42)Registration and later secret rotate - OK
* (oic-verify)Special flow used to find necessary user interactions - OK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment