mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-14 11:58:02 +00:00
d01bd1c51a
# 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...`) |
||
---|---|---|
.. | ||
auth_request_test.go | ||
client_test.go | ||
keys_test.go | ||
oidc_test.go | ||
server_test.go | ||
token_client_credentials_test.go | ||
token_exchange_test.go | ||
token_jwt_profile_test.go | ||
userinfo_test.go |