You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use Azure AD B2C.
I directly edited AndroidManifest.xml to include
android:host="<your_custom_host>"/>.
However, build.gradle adds an intent-filter that does not include a host.
How can I generate an intent-filter that includes a host in the build.gradle definition?
The text was updated successfully, but these errors were encountered:
I am trying to use Azure AD B2C.
I directly edited AndroidManifest.xml to include
android:host="<your_custom_host>"/>.
However, build.gradle adds an intent-filter that does not include a host.
How can I generate an intent-filter that includes a host in the build.gradle definition?
The text was updated successfully, but these errors were encountered: