-
Notifications
You must be signed in to change notification settings - Fork 138
Add support for OneBox Environment, Fixes AB#3113751 #2231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
❌ Work item link check failed. Description does not contain AB#{ID}. Click here to Learn more. |
melissaahn
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are real devices able to make use of this support as well? Or just emulators?
Real physical devices can use this too. That's what I've been using. Just need to make sure that it is connected to same network where local eSTS is running. So you may need a proxy or VPN to send traffic from mobile device to PC where eSTS is running. |
mohitc1
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
![]()
|
✅ Work item link check complete. Description contains link AB#3113751 to an Azure Boards work item. |
Fixes [AB#3113751](https://identitydivision.visualstudio.com/fac9d424-53d2-45c0-91b5-ef6ba7a6bf26/_workitems/edit/3113751) Changes to allow MSAL/Broker to talk to eSTS running locally. This basically does the following: - Add build config flag to bypass authority validation. This is required because local eSTS authorities are not discovered via cloud discovery. We can enable this flag locally in gradle project properties to target local eSTS. - Read the port number of the authority when constructing the cloud URL because targeting local eSTS requires supplying exact port. I've scoped the change to read port only when environment is specified as onebox. Related MSAL PR: AzureAD/microsoft-authentication-library-for-android#2231
Fixes AB#3113751
Adds a new MSAL config file for the OneBox environment. This specifies exact authority that onebox is using.
Related common PR: AzureAD/microsoft-authentication-library-common-for-android#2559