Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compliance test -- allow for unsigned request objects? #118

Open
jjg-123 opened this issue Aug 2, 2023 · 0 comments
Open

Compliance test -- allow for unsigned request objects? #118

jjg-123 opened this issue Aug 2, 2023 · 0 comments

Comments

@jjg-123
Copy link
Contributor

jjg-123 commented Aug 2, 2023

In compliance testing, unsigned JSON object may be allowed (if we feel like it). Do we want to do this? the example they used is

https://serge.ncsa.illinois.edu:443/oauth2/authorize?request=eyJhbGciOiJub25lIn0.eyJzY29wZSI6Im9wZW5pZCIsInJlc3BvbnNlX3R5cGUiOiJjb2RlIiwicmVkaXJlY3RfdXJpIjoiaHR0cHM6XC9cL3d3dy5jZXJ0aWZpY2F0aW9uLm9wZW5pZC5uZXRcL3Rlc3RcL2FcL09BNE1QX0JBU0lDXzFcL2NhbGxiYWNrIiwic3RhdGUiOiJDbmM0b2FQNVIxIiwibm9uY2UiOiJRN3A2dFNqUVd1IiwiY2xpZW50X2lkIjoic2VyZ2U6b2lkYy1jb21wbGlhbmNlIn0.&client_id=serge:oidc-compliance&redirect_uri=https://www.certification.openid.net/test/a/OA4MP_BASIC_1/callback&scope=openid&response_type=code

which has a 

header:
{"alg":"none"} payload:
{"scope":"openid","response_type":"code","redirect_uri":"https:\/\/www.certification.openid.net\/test\/a\/OA4MP_BASIC_1\/callback","state":"Cnc4oaP5R1","nonce":"Q7p6tSjQWu","client_id":"serge:oidc-compliance"}
So the payload is largely the same (note that the required parameters of client_id etc are still passed as parameters, but optional ones like state and nonce are in the payload).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant