Use entity name as CIMD client name
OAuth client_name should be the short brand label, not the composed English hero heading. Signed-off-by: Émile Ré <emile@probo.com>
This commit is contained in:
@@ -85,7 +85,7 @@ func BuildClientMetadataDocument(
|
||||
|
||||
doc := oauth2.ClientMetadataDocument{
|
||||
ClientID: clientID,
|
||||
ClientName: "Compliance at " + portal.EntityName + ".",
|
||||
ClientName: portal.EntityName,
|
||||
ClientURI: portalRootURL,
|
||||
RedirectURIs: []string{redirectURI},
|
||||
TokenEndpointAuthMethod: "none",
|
||||
|
||||
Reference in New Issue
Block a user