marsalal1014
marsalal1014

Reputation: 1907

Azure B2C dont use webview

I'm pretty new with Azure and all its services and I want to use Azure B2C to provide authentication to local users and FB providers. However, I noticed that I cant use the workflow I have defined in my mobile app because Azure has a redirect URL to load a browser and show the web page defined by them or custom according to the policies defined for sign in.

I've been googling for a while but doesn't seem there's an option to have a webAPI that receives data from the mobile app and authenticate against the Azure B2C.

Does anyone know if there's a way to not use the redirect URL and use the app login workflow?

Thanks!

Upvotes: 1

Views: 943

Answers (1)

Chris Padgett
Chris Padgett

Reputation: 14634

Currently, Azure AD B2C doesn't have support for this.

However, work to support for the Resource Owner Password Credentials flow in Azure AD B2C is in-progress.

This new feature will enable the mobile app to collect a user credential and POST it to the B2C tenant for validation.

Upvotes: 1

Related Questions