setting is being ignored - Use script to generate username - Azure AD #13365
Unanswered
GeeksGoneBad
asked this question in
Q&A
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.
-
Hello!
I am trying to change the username that gets set when logging in through Azure AD - but no matter what I put in the script, or what setting I have for the "use script for username" nothing changes in my username - I've even added extra log entries to the script and they are never output to the log - telling me that the script is completely being ignored
log("warning", "Before Script");
log("warning", JSON.stringify(context));
context.userName = "jjjj" + uuid();
log("warning", "After Script");
any ideas?
Beta Was this translation helpful? Give feedback.
All reactions