-
Notifications
You must be signed in to change notification settings - Fork 46
[SIWG] Pass Sign In With Google credential to broker, Fixes AB#3100603 #2573
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. |
|
✅ Work item link check complete. Description contains link AB#3100603 to an Azure Boards work item. |
|
❌ Work item link check failed. Description contains AB#3100603 but the Bot could not link it to an Azure Boards work item. Click here to learn more. |
| /** | ||
| * The newest Msal-To-Broker protocol version. | ||
| * | ||
| * @see <a href="https://identitydivision.visualstudio.com/DevEx/_git/AuthLibrariesApiReview?path=/%5BAndroid%5D%20Broker%20API/broker_protocol_versions.md">Android Auth Broker Protocol Versions</a> |
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.
Once you merge the PR, could you also update the version in the link above?
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.
yes.
...on/src/main/java/com/microsoft/identity/common/internal/msafederation/FederatedCredential.kt
Outdated
Show resolved
Hide resolved
...va/com/microsoft/identity/common/internal/msafederation/google/SignInWithGoogleCredential.kt
Outdated
Show resolved
Hide resolved
...on/src/main/java/com/microsoft/identity/common/internal/msafederation/FederatedCredential.kt
Outdated
Show resolved
Hide resolved
...rc/main/java/com/microsoft/identity/common/internal/msafederation/MsaFederationExtensions.kt
Outdated
Show resolved
Hide resolved
Small in change in response to changes in Android Common Refer below PRs. common: AzureAD/microsoft-authentication-library-common-for-android#2573 Broker: AzureAD/ad-accounts-for-android#3038
Fixes AB#3100603
The PR adds to allow passing google id token credential from app side (in OneAuth) to Android Broker via Android Common.
OneAuth can get the id token by using Sign In With Google component added earlier and pass it to Android Broker via BrokerRequest object.
Changes include:
Related PRs:
Broker: https://github.com/AzureAD/ad-accounts-for-android/pull/3038
MSAL: AzureAD/microsoft-authentication-library-for-android#2247