Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • copy azure-config.example and rename file to azure-config.js.

    Code Block
    const config = {
        path: '/login',
    	clientID: '87f210d2-d3af-43dd-ba98-07adaff3e791',
    	resource: '00000002-0000-0000-c000-000000000000',
    	clientSecret: '3rZp6xxxx?=a72FNpxxxxxx_CgOqOSxxxxxx?EQphp_e0[=5',
    	identityMetadata: 'https://login.microsoftonline.com/24981a26-eb7a-4f13-95d4-66827d36dec8/.well-known/openid-configuration',
    	responseType: 'code', 
    	responseMode: 'form_post', 
    	redirectUrl: 'https://msg-test.akiomacloud.de/auth/openid/return', 
    	allowHttpForRedirectUrl: false,
    	validateIssuer: false,
    	issuer: null,
    	passReqToCallback: false,
    	loggingLevel: 'error',
    	nonceLifetime: null,
    	nonceMaxAmount: 5,
    	clockSkew: null
    };
    
    

...