issues
search
openwallet-foundation-labs
/
wallet-framework-dotnet
Apache License 2.0
19
stars
5
forks
source link
Refactor auth flow session handling
#129
Closed
JoTiTu
closed
4 months ago
JoTiTu
commented
4 months ago
Short description of what this resolves:
Uses the state parameter from the OAuth2.0 specs to handle the session instead of an query parameter (
https://datatracker.ietf.org/doc/html/rfc6749#section-4.1.1
)
removes the haip and openid4vp scheme check to allow verified deeplinks.
Short description of what this resolves: