Azure-Samples / Azure-Samples/ms-identity-android-kotlin
Duplicate client_id key in auth_config_multiple_account.json
- Dominant language
- Kotlin
- Stars
- 49
- Forks
- 39
- PR merge metrics
- No merged PRs in 30d
Description
The configuration file at `app/src/main/res/raw/auth_config_multiple_account.json` contains two client_id fields. Example:
```
{
"client_id" : "Enter_the_Application_Id_Here",
"client_id" : "",
"authorization_user_agent" : "WEBVIEW",
"redirect_uri" : "",
"account_mode" : "MULTIPLE",
"broker_redirect_uri_registered": true,
"authorities" : [
{
"type": "AAD",
"authority_url": "https://login.microsoftonline.com/common"
}
]
}
```
Should the first one perhaps be `application_id` or another key? Just wanted to confirm the intended field name.
Contributor guide
No contributing guide indexed for this repository
Research direction
Open app/src/main/res/raw/auth_config_multiple_account.json and verify the expected schema for multiple-account authentication configuration. Confirm which key should replace the duplicate client_id, then ensure the file contains one valid client identifier field and remains valid JSON.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, kotlin
- Domain
- authentication, mobile
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100