zitadel/internal/api/saml
Livio Spring d01bd1c51a
fix: correctly check app state on authentication (#8630)
# Which Problems Are Solved

In Zitadel, even after an organization is deactivated, associated
projects, respectively their applications remain active. Users across
other organizations can still log in and access through these
applications, leading to unauthorized access.
Additionally, if a project was deactivated access to applications was
also still possible.

# How the Problems Are Solved

- Correctly check the status of the organization and related project. 
(Corresponding functions have been renamed to `Active...`)
2024-09-17 11:34:14 +00:00
..
auth_request_converter.go refactor: rename package errors to zerrors (#7039) 2023-12-08 15:30:55 +01:00
certificate.go fix(eventstore): precise decimal (#8527) 2024-09-06 12:19:19 +03:00
provider.go feat: block instances (#7129) 2024-01-17 10:16:48 +00:00
storage.go fix: correctly check app state on authentication (#8630) 2024-09-17 11:34:14 +00:00