Configure NameID value
Hello, i'm trying to configure an SAML application that required to have email value from NameID and it's currently set with username and it's seem there is no way to replace it. Do you hve any clue to fix this behaviour ?
3 Replies
hey @Math thanks for your question, can you please share more on the document that you might gave followed?. Also, what version are you running?. Are you self hosted?.
Thanks 🙂
Hey, I'm running Zitadel v3.2.3. I don't follow any documentation but my SAML application expect to have en email in the NameID field of SAML assertion and I currently have my username.
<Subject xmlns="urn:oasis:names:tc:SAML:2.0:assertion">
<NameID xmlns="urn:oasis:names:tc:SAML:2.0:assertion"
Format="urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress"
>MyUsername</NameID>
My only workaround for now is to set my email insted my username in Zitadel user config
