Skip to content

Commit

Permalink
Update auth/api/iam/api.go
Browse files Browse the repository at this point in the history
Co-authored-by: Wout Slakhorst <[email protected]>
  • Loading branch information
rolandgroen and woutslakhorst authored Apr 8, 2024
1 parent 5e324df commit dad6aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth/api/iam/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ func (r Wrapper) RequestOid4vciCredentialIssuance(ctx context.Context, request R
log.Logger().WithError(err).Errorf("failed to create the PKCE parameters")
return nil, err
}
redirectUri, err := url.Parse("https://" + requesterDidUrl.Host + "/iam/oid4vci/callback")
redirectUri, err := url.Parse("/iam/oid4vci/callback")
if err != nil {
log.Logger().WithError(err).Errorf("failed to create the url for host: %s", requesterDidUrl.Host)
return nil, err
Expand Down

0 comments on commit dad6aaa

Please sign in to comment.