jennyf19

Results 166 comments of jennyf19

@MichaelWytek you can get the correlation id from the [MSAL logs](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/wiki/logging), also can you provide your b2c tenant name?

@PeterSomosDF Using the latest MSAL.NET version, we would need the same information as above, the correlationID from a failed request, assuming the b2c tenant is the same. @SameerK-MSFT can you...

Did you change [this](https://github.com/Azure-Samples/active-directory-b2c-xamarin-native/blob/master/UserDetailsClient/UserDetailsClient.Droid/MsalActivity.cs#L15) to match your client id? and possibly [here](https://github.com/Azure-Samples/active-directory-b2c-xamarin-native/blob/master/UserDetailsClient/UserDetailsClient.Droid/Properties/AndroidManifest.xml#L12) as well

@aiwangmicrosoft Updating the URI should be a string replacement and then testing. Should be done sooner than later. Or assign to someone else if you don't have time.

@plettb thanks for the feedback. Does this [documentation](https://docs.microsoft.com/en-us/azure/active-directory-b2c/tutorial-create-tenant) help get you started? It walks you through how to set up your own b2c tenant.

@plettb i see. so it's just with getting the sample working with your specific b2c tenant. Thanks for clarifying that. Are you running the sample as-is...meaning you are just replacing...

@plettb Yes, a PR to fix that would be great. thanks! For Android, in the `AndroidManifest.xml`, you'll need to change the [scheme value](https://github.com/Azure-Samples/active-directory-b2c-xamarin-native/blob/d4442b8ee6dcc278938c0fa9d9eb162480a84973/UserDetailsClient/UserDetailsClient.Droid/Properties/AndroidManifest.xml#L13) to be your clientId: `` this should...