-
Notifications
You must be signed in to change notification settings - Fork 21
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
Challenge/nonce endpoint #345
Comments
According to the text and the specification https://datatracker.ietf.org/doc/draft-demarco-oauth-nonce-endpoint/, the "endpoint" referenced in the statement, "this endpoint is compliant with the OAuth 2.0 Nonce Endpoint specification," is the nonce endpoint and is part of the wallet provider’s backend infrastructure. |
Yes, but there is no reference to a nonce endpoint in the metadata specified in the Wallet Solution document. |
@cmarco0 please do a PR for the definition of the nonce_endpoint metadata parameter, here: https://github.com/peppelinux/draft-demarco-oauth-nonce-endpoint somethign like Nonce Issuer MetadataThe Nonce Issuers that uses the Nonce endpoint MUST include in their entity metadata the parameters: nonce_endpoint. REQUIRED. It MUST be an HTTPs URL indicating the endpoint where the client can request the Nonce. |
According to step 3-5 of the "Wallet instance initialization and registration" the Wallet Instance sends a request to the Wallet Provider Backend and receives a one-time
challenge
.Which endpoint is used ?
According to the Wallet Providers metadata there is only one endpoint and that is the token endpoint.
Is this a new endpoint not yet documented ?
In the same paragraph it is stated that "This endpoint is compliant with the specification OAuth 2.0 Nonce Endpoint."
Even so it should be part of the Wallet Providers metadata. Demanding that Nonce endpoint discovery must be used according to the specification above is just overkill.
The text was updated successfully, but these errors were encountered: