Files
Kvaesitso/ms-services/src/debug/res/raw/msal_auth_config_example.json
2021-09-18 23:37:52 +02:00

15 lines
341 B
JSON

{
"client_id" : "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"authorization_user_agent" : "DEFAULT",
"account_mode": "SINGLE",
"redirect_uri" : "msauth://de.mm20.launcher2.debug/xxxxxxxxxxxxxxxxxxxxxxxxxxx",
"authorities" : [
{
"type": "AAD",
"audience": {
"type": "PersonalMicrosoftAccount"
}
}
]
}