zitadel/internal/idp/providers/saml
Livio Spring 18499274dd
fix(SAML): check on empty nameID (#8714)
# Which Problems Are Solved

If a SAML IdP did not send a `NameID` (even though required by the
specification), ZITADEL would crash.

# How the Problems Are Solved

- Check specifically if the `Subject` and its `NameID` is passed

# Additional Changes

None

# Additional Context

- closes https://github.com/zitadel/zitadel/issues/8654
2024-10-03 08:17:33 +00:00
..
requesttracker feat: add SAML as identity provider (#6454) 2023-09-29 11:26:14 +02:00
mapper.go feat(saml): allow setting nameid-format and alternative mapping for transient format (#7979) 2024-05-23 05:04:07 +00:00
saml_test.go feat(saml): allow setting nameid-format and alternative mapping for transient format (#7979) 2024-05-23 05:04:07 +00:00
saml.go feat(saml): allow setting nameid-format and alternative mapping for transient format (#7979) 2024-05-23 05:04:07 +00:00
session_test.go fix(SAML): check on empty nameID (#8714) 2024-10-03 08:17:33 +00:00
session.go fix(SAML): check on empty nameID (#8714) 2024-10-03 08:17:33 +00:00