Feature request: FriendlyName flag
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 168
- Forks
- 54
- PR merge metrics
- No merged PRs in 30d
Description
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
...
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files, tests, or entry points are mentioned in the issue. Locate the SAML response attribute-generation entry point and existing environment-variable configuration, then verify that the response can emit FriendlyName when enabled and that the default behavior remains unchanged.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- authentication, security
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100