Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
woutslakhorst committed Sep 19, 2023
1 parent 12aa99d commit fe54d9a
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 @@ -216,7 +216,7 @@ func (r Wrapper) GetOAuthAuthorizationServerMetadata(ctx context.Context, reques
return nil, core.NotFoundError("authz server metadata: did not owned")
}

identity := r.auth.PublicURL().JoinPath(ownDID.WithoutURL().String())
identity := r.auth.PublicURL().JoinPath("iam", request.Id)

return GetOAuthAuthorizationServerMetadata200JSONResponse(authorizationServerMetadata(*identity)), nil
}
Expand Down

0 comments on commit fe54d9a

Please sign in to comment.