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

requesting nonce by scopes #12

Open
peppelinux opened this issue Feb 3, 2024 · 2 comments
Open

requesting nonce by scopes #12

peppelinux opened this issue Feb 3, 2024 · 2 comments

Comments

@peppelinux
Copy link
Owner

Mike Jones suggests to request nonces by expliciting their scopes, since each nonce should be intended for a particular endpoint/scope.

If no scopes are requested, a default scope would be configured.

this means that if the nonce carries an encrypted payload, the its scope should be included in the payload.

@peppelinux
Copy link
Owner Author

This could be managed by specifying the audience/endpoint, which would implicitly define a sort of scope of the nonce (authorization endpoint ...).

I would give to the nonce the granularity of the oauth scopes

@OR13
Copy link
Collaborator

OR13 commented Feb 4, 2024

The current examples include audience.

We should update them to include scope as well.

We might also leave room for alternatives to scope to be used in the future.

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

2 participants