Topic on Extension talk:OpenID Connect

No email populating via OpenIDConnect and Azure

4
Summary by Cindy.cicalese

updated documentation

Viiiwonder (talkcontribs)

I have successfully gotten PluggableAuth, and OpenIDConnect, functioning (thank you for your development thereof), and have successfully gotten them talking to Azure/pulling back 'real names' for users. However, at this time I'm still not getting email back. I've verified API permissions in Azure as well.

Debug log indicates:

[OpenID Connect] Real name: DTP Support, Email: , Subject: ...

(Email field is blank in debug)

Are there additional debug options or investigation I can do to perhaps find the root of the issue? Anyone familiar with this issue with Azure?

Cindy.cicalese (talkcontribs)
Viiiwonder (talkcontribs)

I found that that example was actually inaccurate - I have updated the instructions/example to a currently working config. Key issue was the correct location of the /.well-known/openid-configuration.

After changing the endpoint, all works now. I also updated the instructions to be a bit more detailed of 'how' to create the app registration with Azure.

Thanks again for your work on this project.

Cindy.cicalese (talkcontribs)

Wonderful! Thank you so much for fixing the documentation!