hercul1017

Results 5 comments of hercul1017

I had the same problem and adding "/tfp" to AadInstance parameter in web.config fixed it. `` I could login, however api call fails now. Account always null, GetAccountAsync could not...

Hi @andrueastman, It cannot be replicated by using Graph Explorer, since it uses a tenant that is not configured to require only digits and 6 chars long password complexity. You...

Hi @MartinM85, We have a working process for our web application. Either user use web flow to register or we create user by using GraphServiceClient. Your application's Tenant id, client...

Dear @andrueastman, Our application is designed for use in schools, and this feature is very important for the upcoming spring semester, especially given the success of our pilot program. As...

Hi @andrueastman, Your suggestion fixed my issue by also adding disable strong password policy to password policies like below `PasswordPolicies = "DisablePasswordExpiration, DisableStrongPassword"` Thank you very much. As far as...