How to display the users photo from when using Azure AD Authentication #674
Clifra-Jones
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In order to show the photo you must retrieve the photo from the tenant using the URL fromthe user object provided by Azure AD.
If you are like me and you use 2 different applications , one for testing and one for production you goig to want to put the picture retrieval code in a function
Then in your authentication scheme you'll want to do this.
You should end up with this.
Beta Was this translation helpful? Give feedback.
All reactions