Hi, I’m reading this guide:
OpenID Authentication with Microsoft Entra ID (XWiki.org)
And the guide is not quite consistent.
My main issue is this that the section:
#-# Username will be generated based on UPN of the user. It will be converted to lowercase and removed all dots and other symbols
oidc.user.nameFormater=${oidc.idtoken.upn._clean._lowerCase}
oidc.user.subjectFormater=${oidc.idtoken.upn}
oidc.user.preferredUsername:${oidc.idtoken.upn}
oidc.user.mail:${oidc.idtoken.upn}
Has a different way to do the mail and the name, one uses “=” and the other uses “:”, also there’s no much info about the “oidc.idtoken.upn” claim or what the “${}” is or where does it come from or how it’s used.
Are there any guides I’m missing?
3 posts - 2 participants