Created
August 9, 2017 19:50
-
-
Save chenkie/03ee98bff7bca15d39ba0b8ed7aef62b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function (user, context, callback) { | |
context.idToken["http://your-domain/azure_photo"] = user.azure_photo; | |
callback(null, user, context); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment