asp.net web api - Trouble facing while using Azure AD B2C for authentication -


i trying authenticate web application azure ad b2c specifications shared in site: https://docs.microsoft.com/azure/active-directory-b2c/active-directory-b2c-get-started

after following guide code , logging in, getting message:

"we can't seem find account".

do need customize other settings in policies or application settings?

when creating user via azure portal have "guest users", source "azure active directory", when creating non-account.com user. when inheriting user via azure portal creating "member", source "external azure active directory" when creating non-account.com user.
when creating user via signup creating "member", source "azure active directory". "guest user" fail since "guest user" , not "member" ...and fail inherited user fail since member belongs "external azure active directory"

the user type need "member" , have source "azure active directory"


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -