🛂(backend) match email if no existing user matches the sub

Some OIDC identity providers may provide a random value in the "sub"
field instead of an identifying ID. In this case, it may be a good
idea to fallback to matching the user on its email field.
This commit is contained in:
Marie PUPO JEAMMET
2024-10-04 18:59:32 +02:00
committed by Sabrina Demagny
parent f243a2423f
commit 0e48bc0f90
4 changed files with 112 additions and 19 deletions

View File

@@ -16,6 +16,10 @@ and this project adheres to
- ✨(backend) manage roles on domain admin view
### Changed
- 🛂(backend) match email if no existing user matches the sub
## [1.2.1] - 2024-10-03
### Fixed