ms-identity-javascript-angular-tutorial icon indicating copy to clipboard operation
ms-identity-javascript-angular-tutorial copied to clipboard

how to enables CAE in Azure

Open gimswapna opened this issue 1 year ago • 0 comments

..\ms-identity-javascript-angular-tutorial\2-Authorization-I\1-call-graph\SPA

  1. I have logged in user1 and clicked on profile getting and showing in Page correctly
  2. Now I have reset the user password in Active directory User.
  3. The Angular application if click on Profile or contacts it is showing profile data instead of asking the username of re-login due to CAE. From Profile GraphAPI i am always getting the 200 status instead of 401. Please let me know any configuration is missed.

Sample application is working every time 200 status even I resetpassword/revoke session. Expected: It should ask re-login when change password or revoke session of user in AD.

Please help me we need to implement in our project.

gimswapna avatar Apr 25 '24 08:04 gimswapna