Skip to content

Commit 2f126ec

Browse files
feat(auth): nicer OIDC client name #3228
Signed-off-by: Nikolas Komonen <[email protected]>
1 parent 9593551 commit 2f126ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/credentials/sso/ssoAccessTokenProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ export class SsoAccessTokenProvider {
165165

166166
private async registerClient(): Promise<ClientRegistration> {
167167
return this.oidc.registerClient({
168-
clientName: `aws-toolkit-vscode-${globals.clock.Date.now()}`,
168+
clientName: `AWS Toolkit for VSCode`,
169169
clientType: clientRegistrationType,
170170
scopes: this.profile.scopes,
171171
})

0 commit comments

Comments
 (0)