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

Clarification about nonce #28

Open
cmarco0 opened this issue Jul 8, 2024 · 0 comments · May be fixed by #29
Open

Clarification about nonce #28

cmarco0 opened this issue Jul 8, 2024 · 0 comments · May be fixed by #29

Comments

@cmarco0
Copy link
Contributor

cmarco0 commented Jul 8, 2024

Explaination of Nonce value

Nonce can be any value, and its encrypted payload with an expiration time prevents storing and reusing expired nonces.

The security and configuration of the nonce_endpoint can vary. While a standard configuration might not require client authentication, it is possible to protect this endpoint to enhance the overall security of the system.

Explaination of Nonce Payload claims

  • source_endpoint claim specifies which specific endpoint (or URL) within the federation created or issued the nonce.
  • aud claim refers to the intended recipient or the endpoint that is supposed to use or process the nonce.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant