Skip to content

Commit

Permalink
feat: common auth config
Browse files Browse the repository at this point in the history
  • Loading branch information
mghilardelli authored Jul 12, 2024
1 parent 91c57de commit f46d066
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webapp/src/environment/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import { Environment } from "./environment.model";
import { AuthConfig } from "angular-oauth2-oidc";

const authConfig: AuthConfig = {
// This is the issuer URL for the SBB Azure AD organization
issuer: 'https://login.microsoftonline.com/2cda5d11-f0ac-46b3-967d-af1b2e1bd01a/v2.0',
issuer: 'https://login.microsoftonline.com/common/v2.0',
skipIssuerCheck: true,
// This is required, since Azure AD uses different domains in their issuer configuration
strictDiscoveryDocumentValidation: false,
clientId: '6025180f-123b-4f2f-9703-16e08fc221f0',
Expand Down

0 comments on commit f46d066

Please sign in to comment.