Hi @ryan-0558, Office 365 relies on Azure AD so it's pretty good for this case. I will try getting ahold of a Google Workspace account (hope they offer trials) and test it myself. I will let you know of any outcome.
Hello @mikelindsay-1993, I'm reaching within the appropriate team about this and will come back to you ASAP.
Hello @alisaeed-4137, in that case this should do it:
.AddMicrosoftAccount(msa =>
{
msa.Scope.Add("your_api_uri/access_as_user");
})
You might have to remove the MS Graph scopes from the Scope collection. Use msa.Scope.Remove(string) for that.
Also, regarding MSAL support for macOS it could happen anytime, it will be of great help to know about your interest trough github :)
Let me know if you need additional assistance. If the answer was helpful, please accept it and complete the quality survey so that others can find a solution.
Hello @randywiemer-9766, thanks for sharing such information. I will reach the B2C team to get their comments about this and come back ASAP.
Hello @mateuszleszek-6375, the issue and attached HAR have been submitted to the B2C team. I will come back as soon as I get an update.
Hello @mateuszleszek-6375, can you detail what's exactly the issue? Maybe the token is not being returned or displayed? Can you share the complete redirect URL?
Hello @alisaeed-4137, I meant GA non-preview support for macOS: https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/blob/main/MauiStatus.md.
Pure iOS development is out of my area of expertise however have you taken a look to this? https://github.com/Azure-Samples/active-directory-b2c-xamarin-native/issues/94
That's great! Let me know if you need additional assistance. If the answer was helpful, please accept it and complete the quality survey so that others can find a solution.
Thank you!
Hello @boiapatriciadaiana-0580, excellent. But yes, Dynamic Groups are not meant to be manually joined since that would defeat its purpose. What do you want to achieve?
Hello @boiapatriciadaiana-0580, ok gotcha. This is not possible out of the box with My Apps or Azure AD. However, you can create a custom solution that leverages the Microsoft Graph API. Please take a look to Working with groups in Microsoft Graph, Add members and the Microsoft Graph SDK. I've added this solution to my original answer.
Let us know if you need additional assistance. If the answer was helpful, please accept it and complete the quality survey so that others can find a solution.
Hello @mikeeangelo-6600, thanks for accepting @fabiangonzalez-msft answer. This other users with similar questions. Also, we would appreciate if you can consider accepting mine and complete the quality survey since the answers provided cover all your initial questions. I've updated with notes from the comments that followed.
This goes into $IssuerURI.