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

Authentication Flow Redirection URI should not be mandatory. #111

Open
pietrini opened this issue Dec 9, 2024 · 0 comments
Open

Authentication Flow Redirection URI should not be mandatory. #111

pietrini opened this issue Dec 9, 2024 · 0 comments

Comments

@pietrini
Copy link

pietrini commented Dec 9, 2024

SDK version

eudiWallet = "0.12.1"

According to the OpenId4Vci specification to issue a credential, we could use either authorization code grant or pre-authorized code grant.

Today in the SDK if the

withAuthFlowRedirectionURI("")

method is not called, an issue will be raised. Making this parameter mandatory, even in the use case where we do not want to only support pre-authorized code grant.

As I'm quite new with the protocol, I might have missed something and maybe there is a case where the redirection URI is necessary for pre-authorized. So I might be wrong.

Thanks and have a great day !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant