Skip to content

remove sso .env guard from login - #1288

Open
eduardoliron wants to merge 1 commit into
mainfrom
1266-remove-env-sso-guard-from-login
Open

remove sso .env guard from login#1288
eduardoliron wants to merge 1 commit into
mainfrom
1266-remove-env-sso-guard-from-login

Conversation

@eduardoliron

Copy link
Copy Markdown
Contributor

🤖 Resolves #1266

👋 Intro

IS_SSO_ENABLED guard (in .env) was leading to deployment errors and unexpected behaviors. Since it was updated to a BACKEND flag, it can be safely deprecated. It was only used for login, and is now fully removed.

🕵️ Context

SSO availability/requirement is now backend-defined via getSsoStatus → instanceSso (enabled) and ssoRequired (required).

📋 Checklist

  • Tested manually
  • Added e2e tests for new functionality
  • GitHub issue linked
  • Changelist updated
  • Backward and forward compatible with aula-backend/releases
  • Doesn't need update in the database or BE
  • Must be deployed ASAP (HOTFIX)
  • Needs update of docs.aula.de (repo)

📸 Screenshot

@eduardoliron eduardoliron linked an issue Sep 4, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove .env SSO guard from login

1 participant