We are trying to implement Open ID for our 11.3 portal. The site is hosted on Apache and going through our Azure environment.
When you try to log into the portal, the authentication goes through successfully (shown as successful in the Azure app logs), but then an error of "Did not receive 'user profile' parameter from the provider."
I followed all the steps here: https://github.com/Esri/idp/blob/main/Documentation/OpenID/Azure%20Entra%20ID.md
And the troubleshooting steps at the bottom all check out as good.
Any ideas of where to look/what we need to do to remedy this?
Thanks!
For anyone having this same issue, I realized that I copied the URLs from the endpoint tab in Azure, instead of from the metadata URL.
Once I put in the correct URLs, it started working.