Approval required screen

JESUS MARTIN GARCIA ENCINAS 1 Reputation point
2022-06-06T22:09:27.867+00:00

Unable to get status when admin approve consent from azure portal. Hence every time when user login, we are getting “Approval required screen”. Even Admin approved consent and email received to user that “Admin consent granted” but again while login, user is getting “Approval required screen”.
Is it any way to link or modify setting that approved users should not get “Approval required screen” again ?

Microsoft Security | Microsoft Authenticator
Microsoft Security | Microsoft Graph
{count} votes

1 answer

Sort by: Most helpful
  1. CarlZhao-MSFT 46,426 Reputation points
    2022-06-07T10:10:26.2+00:00

    Hi @JESUS MARTIN GARCIA ENCINAS

    You can try this login URL:

    https://login.microsoftonline.com/{tenant id}/oauth2/v2.0/authorize?  
    client_id={client id}  
    &response_type=code   
    &redirect_uri={redirect url}  
    &response_mode=query  
    &scope=https://graph.microsoft.com/user.read  
    &state=12345  
    

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.