You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use client authentication callback / generic interface (with method key to distinguish) for par, authorization challenge, and token endpoint instead of client attestation specific logic
This is partially done feat: oid4vci draft 15 support #56. An improvement could be to allow passing the client authentication as param rather than global callback as well
replace the client attestation logic in the oauth2 server side with a verify client authentication method beforehand which is separate from the authorization request endpoint
The text was updated successfully, but these errors were encountered:
method
key to distinguish) for par, authorization challenge, and token endpoint instead of client attestation specific logicThe text was updated successfully, but these errors were encountered: