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
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 !
The text was updated successfully, but these errors were encountered:
SDK version
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
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 !
The text was updated successfully, but these errors were encountered: