mirror of
https://github.com/zitadel/zitadel
synced 2024-11-22 00:39:36 +00:00
d92717a1c6
# 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 |
||
---|---|---|
.. | ||
providers | ||
provider.go | ||
session.go |