saml icon indicating copy to clipboard operation
saml copied to clipboard

feat: Add Subject ID attribute support

Open hf opened this issue 3 years ago • 1 comments

Add support for the SAML V2.0 Subject Identifier Attributes Profile Version 1.0 which supersedes persistent NameID.

Additionally, adds support for passing in a different NameIDFormat.

hf avatar Aug 14 '22 17:08 hf

Fixes #441

solodyagin avatar Nov 03 '22 12:11 solodyagin

Hi @hf, we ran into this issue as well. Thanks for putting together this PR! In the meantime, we're using the workaround of having a custom AssertionMaker in our IdentityProvider that first calls DefaultAssertionMaker.MakeAssertion(), and then patches values we'd like to change before returning.

scottsitar-yeshid avatar Jan 06 '23 22:01 scottsitar-yeshid