I have the functionality when the user doesn't accept the Permission ( At the first time login) I am redirecting it to Signin page. Since the token is cached it is constantly showing the Permission page.
Is there a way to clear the token which is cached ?
prompt
query parameter to the request to change what Azure AD does: learn.microsoft.com/en-us/azure/active-directory/develop/… (scroll down to the table and find the prompt parameter for the options) – Lenette