Skip to content

Authentication Flow Redirection URI should not be mandatory. #111

Open
@pietrini

Description

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 !

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions