Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardsn committed May 3, 2024
1 parent 6bf00c7 commit 7dce1fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth/api/iam/metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func authorizationServerMetadata(identity url.URL, oauth2BaseURL url.URL) oauth.
}

// clientMetadata should only be used for dids managed by the node. It assumes the provided identity URL is correct.
func clientMetadata() OAuthClientMetadata {
func clientMetadata(identity url.URL) OAuthClientMetadata {
softwareID, softwareVersion, _ := strings.Cut(core.UserAgent(), "/")
return oauth.OAuthClientMetadata{
TokenEndpointAuthMethod: "none", // defaults is "client_secret_basic" if not provided
Expand Down

0 comments on commit 7dce1fe

Please sign in to comment.