mock-saml icon indicating copy to clipboard operation
mock-saml copied to clipboard

Feature request: FriendlyName flag

Open nbennett25 opened this issue 1 year ago • 0 comments
trafficstars

Some SAML SPs are looking for FriendlyName in the Attribute properties in the SAML Response, rather than Name:

 <saml:Attribute Name="firstName"
                            NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:unspecified">

Is there a way to set this property to FriendlyName? If not, could this be set an .env var?

...
USE_ATTRIBUTE_FRIENDLYNAME=true
...

nbennett25 avatar Apr 05 '24 17:04 nbennett25