Search code examples
google-workspace

How to control service account display name in Google Admin Domain-wide Delegation?


I am facing an issue with the client name displayed in Google Admin > Security > API controls > Domain-wide Delegation.

Let's say I have created a service account on Google Cloud Platform:

service account details

When I authorize a scope for that service account on Google Admin side (different workspace), the name displayed doesn't match anything I have typed:

service account displayed name

For the record, this M Connector descriptor was used before for another service account in the same Google Project (or another project of same Google Workspace, don't remember exactly), but clearly today I don't have any service account matching this in my Google Project.

Is there a way to control the name displayed in Google Admin Domain-wide Delegation list ?


Solution

  • The API Client Name that is displayed in your Domain-wide delegation is actually the name of your App in your Oauth Consent Screen.

    enter image description here

    my service account:

    enter image description here

    my domain-wide delegation:

    enter image description here