Show "Permissions requested" again

choonkeat 1 Reputation point
2021-04-05T13:59:41.613+00:00

I've implemented oauth login (App registrations, Web Redirect URIs) and things work ok.

However since I've used my account to login before, I no longer see the Permissions requested page with Cancel or Accept buttons.

How do I reset my own state anytime such that I can see that permission dialog again when I login, while not affecting any other users?

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,100 questions
{count} votes

3 answers

Sort by: Most helpful
  1. James Hamil 21,151 Reputation points Microsoft Employee
    2021-04-08T21:39:22.117+00:00

    Hi @choonkeat ,

    The consent page appears only in two cases:

    1: If the user has never consented for the permissions.

    2: If the user has consented to the permissions, but during the next access the app has some new permissions pushed in that would need fresh consent.

    Now, if you want to reset the already consented permissions, you have to revoke the permissions from https://myapps.microsoft.com portal

    Once you log in to the My Apps portal, it would list all the apps that user is a part of. Now for whichever app you want to reset the permission consent you need to revoke those permissions from that app.

    To do that:

    1. Click the three horizontal dots available on the top right corner of the desired app icon whose permissions needs to be reset.
    2. You should select "Manage your application" from that list of options:
    3. Once you in you should see the list of consented permissions and a button on the right stating "Revoke Permissions".
    4. User selects that options and resets the consents. Next time they access this app, they get the consent page again for them to provide their consents.

    Please let me know if you have any questions! If this answer helped you, please mark it as "Verified" so other users may reference it.

    Thank you,
    James

    0 comments No comments

  2. choonkeat 1 Reputation point
    2021-04-09T02:10:27.193+00:00

    Hi James,

    if you want to reset the already consented permissions, you have to revoke the permissions

    exactly what I need

    Once you log in to the My Apps portal, it would list all the apps that user is a part of. Now for whichever app you want to reset the permission consent you need to revoke those permissions from that app.

    unfortunately, it seem to only list some standard apps e.g. 'add ins', 'yammer', ...

    what I'm looking for, is the app that I created in portal.azure.com 'App registrations'

    0 comments No comments

  3. choonkeat 1 Reputation point
    2021-10-27T12:55:55.58+00:00

    Any solution?

    0 comments No comments