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

add nonce_endpoint parameter in wallet provider metadata #348

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/en/wallet-solution.rst
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,9 @@ Payload
| token_endpoint | Endpoint for obtaining the Wallet |
| | Instance Attestation. |
+---------------------------------------------+---------------------------------------------------------------------+
| nonce_endpoint | HTTPs URL indicating the endpoint |
| | where the client can request the nonce. |
+---------------------------------------------+---------------------------------------------------------------------+
| aal_values_supported | List of supported values for the |
| | certifiable security context. These |
| | values specify the security level |
Expand Down Expand Up @@ -212,6 +215,7 @@ Below a non-normative example of the Entity Configuration.
]
},
"token_endpoint": "https://wallet-provider.example.org/token",
"nonce_endpoint": "https://wallet-provider.example.org/nonce",
"aal_values_supported": [
"https://wallet-provider.example.org/LoA/basic",
"https://wallet-provider.example.org/LoA/medium",
Expand Down
Loading