简体   繁体   中英

Azure AD B2C Create User with the Graph API

I know that we can create users in the Azure AD B2C using the Graph Api. But can we use it in a mobile app (like Android or iOS) and automatically connect the user once the registration (it means to get the tokens (id & refresh) at the end of registration) is done ?

thanks in advance

Unfortunately you can't call the Graph API using tokens you receive on a mobile client right now.

The only workaround is to have your client call some web service you run, and then have the web service create users using the pattern described at aka.ms/aadb2c (look for Graph API in the navigation tree)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM