ClaimType value for azure newUser claim -


so trying newuser value after signup azure ad b2c. inside onsecuritytokenvalidated using next code (that working fine):

var isnew = (claimsprincipal.current.findfirst("newuser")).value; 

however there claimtypes -class has numbers of different properties user displayname, firstname etc. unable find 1 getting newuser value. there any?


Comments

Popular posts from this blog

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

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -