https://login.microsoftonline.com/common/oauth2/authorize?state=%7B%7D&resource=https%3A%2F%2Fapi.office.com%2Fdiscovery%2F&response_type=code&redirect_uri=<<MY-REDIRECT-URI>>&client_id=<<CLIENT_ID>>
@carlzhao-msft
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have created application with these API permissions, when I am trying to perform the SSO.
I even enabled Microsoft Entra ID >Consent and Permission and accepted permissions as admin user.
But still giving consent for non-admin users.
The the app that is requesting is Verified
https://login.microsoftonline.com/common/oauth2/authorize?state=%7B%7D&resource=https%3A%2F%2Fapi.office.com%2Fdiscovery%2F&response_type=code&redirect_uri=<<MY-REDIRECT-URI>>&client_id=<<CLIENT_ID>>
@carlzhao-msft