zitadel/internal/idp
Stefan Benz d92717a1c6
fix: encode ldap values to make valid UTF8 (#8210)
# Which Problems Are Solved

UUIDs stored in LDAP are Octet Strings and have to be parsed, so that
they can be stored as IDs as they are not valid UTF8.

# How the Problems Are Solved

Try to parse the RawValue from LDAP as UUID, otherwise try to base64
decode and then parse as UUID, else use the data as string as before.

# Additional Changes

None

# Additional Context

Closes #7601
2024-06-28 13:46:54 +00:00
..
providers fix: encode ldap values to make valid UTF8 (#8210) 2024-06-28 13:46:54 +00:00
provider.go fix: improve login_hint usage on IDPs (#6899) 2023-11-13 09:25:26 +01:00
session.go feat: add SAML as identity provider (#6454) 2023-09-29 11:26:14 +02:00