The redirect URI in the configuration file doesn't match with the one generated with package name and signature hash
@rpdome đang làm issue này rồi.
Từ ngày 2/2/2021.
Đánh giá
Issue này chưa được đánh giá.
Mô tả
Basic information:
I am trying out the sample from this link (https://github.com/Azure-Samples/ms-identity-android-java/)
to integrate with Microsoft identity platform
The sample app is working fine with the default configuration.
I also followed this tutorial (https://docs.microsoft.com/en-us/azure/active-directory/develop/tutorial-v2-shared-device-mode)
to enable shared-device mode using the Authenticator app.
This also working fine.
The problem occurred when I replace the client Id and other configurations in the config file using
the App registration from our Azure Active Directory
Please find more details in the repro steps below
Minimal steps to reproduce
-
Download the sample from this link (https://github.com/Azure-Samples/ms-identity-android-java/)
-
Set up the Authenticator App using this tutorial (https://docs.microsoft.com/en-us/azure/active-directory/develop/tutorial-v2-shared-device-mode)
-
Register an app in the azure active directory and add an android platform in the authentication section
-
Generate a config file by providing package name and signature hash
-
Then open the sample app and open the auth_config_single_account.json file and replace content with the file generated from the App registration in Azure Active directory
-
Open AndroidManifest.xml file and change the data path value in BrowserTabActivity (Line No. 35) with the generated signature hash
-
Run the app
-
On opening the app, it is showing the following exception.
com.microsoft.identity.client.exception.MsalClientException: The redirect URI in the configuration file doesn't match with the one generated with package name and signature hash. Please verify the uri in the config file and your app registration in Azure portal.
I have found a workaround for removing this error as follows. But this workaround doesn’t make the application to run in Shared-Device mode and the app is working in regular mode only even though the “mSingleAccountApp.isSharedDevice()“ returns ‘true’
Workaround steps
- Add a extra character like typo in the redirect uri in the config file as shown below and also include this redirect uri in the app registration in the azure active directory
ORIGINAL
"redirect_uri" : "msauth://com.azuresamples.msalandroidapp/ga0RGNYHvNM5d0SLGQfpQWAPGJ8%3D"
WORKAROUND
"redirect_uri" : "msauth://com.azuresamples.msalandroidappz/ga0RGNYHvNM5d0SLGQfpQWAPGJ8%3D"
- Also change the same in the AndroidManifest.xml (Line No. 34)
ORIGINAL
android:host="com.azuresamples.msalandroidapp"
WORKAROUND
android:host="com.azuresamples.msalandroidappz"
- After these changes, the app is working in regular mode but not working in Shared-Device mode
Please help me resolve this issue.
Device Details
Device : Redmi 4A
Android version: 7.1.2
@rpdome For traceability, mentioning the microsoft support ticket number 120120326004885
Mention any other details that might be useful
Thanks! We'll be in touch soon.
- Ngôn ngữ chính
- Java
- Star
- 34
- Fork
- 30
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Hướng dẫn đóng góp
Bắt đầu từ đâu
- Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
- Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
- Fork repository và làm thay đổi trên một nhánh.
- Mở pull request có tham chiếu số hiệu của issue.
Issue khác của Azure-Samples/ms-identity-android-java
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 55/100
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 35/100
Azure-Samples/ms-identity-android-java#57 · 2 bình luận ·
-
Độ khó 4/5 3-5 ngày Mức phù hợp với người mới 25/100
-
ADAL packages Đang mở
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 35/100
-
Độ khó 4/5 3-5 ngày Mức phù hợp với người mới 20/100
Tất cả issue của Azure-Samples/ms-identity-android-java
Issue tương tự
-
certification
Độ khó 1/5 Dưới một giờ Mức phù hợp với người mới 80/100
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 75/100
-
[BUG] ECR GetAuthorizationToken returns a proxyEndpoint for the default region, not the request's Đang mởbug ecr
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 75/100
-
Needs: Triage Type: Feature request
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 70/100
AntennaPod/AntennaPod#8794 ·
-
agentic-workflows
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 65/100
github/copilot-sdk#2760 ·