Commit 943c2ab
committed
cleanup(samlsp): remove deprecated AttributeMapper
The AttributeMapper was replaced by the unified ClaimTransformer system
(pkg/credential/transformer.go) which handles both SAML and OIDC RP
flows identically. The mapper operated on SAML-specific map[string][]string,
output flat claims (no dot-notation nesting), and had no remaining references
outside its own file.
Closes SUNET#2981 parent 49c85f4 commit 943c2ab
1 file changed
+0
-115
lines changedThis file was deleted.
0 commit comments