You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added
Prometheus exporter on route "/metrics" (basic auth protected)
Changed
BREAKING: Extra-Attributes and groups are now no longer included in the JWT issued after user authentication. Extra-Attributes and group memberships are now resolved during the token review and are included in the token review response
Internal: Use ldapts instead of ldapjs as ldap library
Fixed
Fix membership resolution for ldap objects without any membership
Removed
BREAKING: LDAP StartTLS is no longer supported
BREAKING: LDAP reconnect logic (now there's a new connection for every request)