how to set the nameidformat on the saml:Subject

Hello

I’d like to set the following value to transient instead of unspecified:
saml:Subject
<saml:NameID Format=“urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified”>user</saml:NameID>
<saml:SubjectConfirmation Method=“urn:oasis:names:tc:SAML:2.0:cm:bearer”>
<saml:SubjectConfirmationData NotOnOrAfter=“2018-12-20T00:17:13Z” Recipient=“<a href=“https://localhost:44365/SAML/AssertionConsumerService””>https://localhost:44365/SAML/AssertionConsumerService" />
</saml:SubjectConfirmation>
</saml:Subject>

How do I do this ?

Thanks !

The NameID format may be specified through the partner service provider configuration.
For example:
“NameIDFormat”: “urn:oasis:names:tc:SAML:2.0:nameid-format:transient”

[quote]
ComponentSpace - 12/20/2018
The NameID format may be specified through the partner service provider configuration.
For example:
"NameIDFormat": "urn:oasis:names:tc:SAML:2.0:nameid-format:transient"

[/quote]

great, thanks !

You’re welcome.