Skip to content

authConfig

reference
1 min readUpdated

Kind: Constant

Source: Frontend/src/app/mslConfig.ts (line 3)

Part of: Frontend

Definition

ts
{
  issuer: 'https://sts.windows.net/7addfd49-e9ad-4f9b-83ff-d84989e1d8c0/',
  //issuer: 'https://login.microsoftonline.com/7addfd49-e9ad-4f9b-83ff-d84989e1d8c0/v2.0',
  clientId: 'd9801208-fe70-4b23-bc46-824b01f7ea72',
  //clientId: '0f686c34-cfc9-4931-8144-8860a230d552',
  clientSecret: 'D-J8Q~FqSH-REx0L.kLOoWfve1d8U5p~PSD2NaxY',
  //clientSecret: 'Nlv8Q~BgT0gM6N-bH1zsol_5kMn2OygB4nGkIbTx',
  re…

Value

ts
{
  issuer: 'https://sts.windows.net/7addfd49-e9ad-4f9b-83ff-d84989e1d8c0/',
  //issuer: 'https://login.microsoftonline.com/7addfd49-e9ad-4f9b-83ff-d84989e1d8c0/v2.0',
  clientId: 'd9801208-fe70-4b23-bc46-824b01f7ea72',
  //clientId: '0f686c34-cfc9-4931-8144-8860a230d552',
  clientSecret: 'D-J8Q~FqSH-REx0L.kLOoWfve1d8U5p~PSD2NaxY',
  //clientSecret: 'Nlv8Q~BgT0gM6N-bH1zsol_5kMn2OygB4nGkIbTx',
  re…

Relationships

  • IMPORTS → AppSettings

Was this page helpful?

Download as PDF