Skip to content

Commit

Permalink
added api client for getting OAuth Authorization Server metadata
Browse files Browse the repository at this point in the history
added tests

refactor of http Test TLS Server

added comment

add a DIDToURL method for webdid

added comment

added test case

PR feedback

test fix

remove generated client
  • Loading branch information
woutslakhorst committed Sep 21, 2023
1 parent e679b02 commit f167c98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion auth/api/iam/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ func (r Wrapper) HandleAuthorizeRequest(ctx context.Context, request HandleAutho
// OAuthAuthorizationServerMetadata returns the Authorization Server's metadata
func (r Wrapper) OAuthAuthorizationServerMetadata(ctx context.Context, request OAuthAuthorizationServerMetadataRequestObject) (OAuthAuthorizationServerMetadataResponseObject, error) {
ownDID := idToDID(request.Id)

owned, err := r.vdr.IsOwner(ctx, ownDID)
if err != nil {
if didservice.IsFunctionalResolveError(err) {
Expand Down

0 comments on commit f167c98

Please sign in to comment.