Hello,
I'm trying to login to https://www.office.com
I'm redirected to Microsoft sign-in page which is expected
https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=4765445b-32c6-49b0-83e6-1d93765276ca......
I signed in with my UPN ******@mydomain.com
I see that the Entra ID on which I'm registered returned back an ID token and access code back to www.office.com
Token Details:
"aud": "4765445b-32c6-49b0-83e6-1d93765276ca",
"iss": "https://login.microsoftonline.com/my-tenant-id/v2.0"
This all looks fine. However when I look for enterprise applications listed under my Entra ID tenant I don't see an app with the ID 4765445b-32c6-49b0-83e6-1d93765276ca - Note this is the ID assigned for Microsoft 365 web application.
Why does Entra ID issued a token for application not registered in my tenant? I have verified this for power apps sign-in process too. Even though the app does not exist on my Entra ID, token generation is still successful and I'm confused why tokens are generated for a app that does not exist.