Skip to content

Instantly share code, notes, and snippets.

P Level: VERBOSE Message: Type: AAD Android 24
P Level: VERBOSE Message: Type: AzureADMyOrg Android 24
P Level: VERBOSE Message: Loading default configuration Android 24
P Level: VERBOSE Message: Type: AAD Android 24
P Level: VERBOSE Message: Type: AzureADandPersonalMicrosoftAccount Android 24
P Level: VERBOSE Message: Creating MsalOAuth2TokenCache Android 24
P Level: VERBOSE Message: Init: CacheKeyValueDelegate Android 24
P Level: VERBOSE Message: Init with storage helper: SharedPreferencesFileManager Android 24
P Level: VERBOSE Message: Init: SharedPreferencesAccountCredentialCache Android 24
P Level: VERBOSE Message: Init: MsalOAuth2TokenCache Android 24
@johnathon101
johnathon101 / gist:125a103c25d3dfd9a09c587193f07c55
Created May 19, 2020 11:35
Authentication Initialization
//auth.service.ts
initMsalAuthMobile(): void {
this.aWindow = this.windowService.getWindow();
this.options = {
authorities: [
{
type: 'AAD',
audience: 'AzureADMyOrg',
authorityUrl: '',