Skip to content

Commit 67bf7be

Browse files
CopilotHristo313
andcommitted
chore: add TODO comments for OIDC clientID usage in addGoogle/addMicrosoft
Co-authored-by: Hristo313 <57346540+Hristo313@users.noreply.github.com> Agent-Logs-Url: https://github.com/IgniteUI/igniteui-cli/sessions/5b36515b-b4ba-4194-9554-a02f8e024ecf
1 parent 97ac362 commit 67bf7be

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • packages/igx-templates/igx-ts/projects/side-nav-auth/files/src/app/authentication/services

packages/igx-templates/igx-ts/projects/side-nav-auth/files/src/app/authentication/services/external-auth.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ export class ExternalAuth {
4343
}
4444

4545
public addGoogle(clientID: string) {
46+
// TODO: Add Google OIDC config to provideAuthentication() using clientID
4647
this.providers.set(
4748
ExternalAuthProvider.Google,
4849
new GoogleProvider(this.oidcSecurityService, ExternalAuthProvider.Google)
@@ -62,6 +63,7 @@ export class ExternalAuth {
6263
}
6364

6465
public addMicrosoft(clientID: string) {
66+
// TODO: Add Microsoft OIDC config to provideAuthentication() using clientID
6567
this.providers.set(
6668
ExternalAuthProvider.Microsoft,
6769
new MicrosoftProvider(this.oidcSecurityService, ExternalAuthProvider.Microsoft)

0 commit comments

Comments
 (0)