BARON-SSO 로그인 연동

This commit is contained in:
root
2026-07-27 17:23:52 +09:00
parent bf5e694571
commit ac5823234e
44 changed files with 1804 additions and 695 deletions
+5
View File
@@ -1,6 +1,11 @@
<IfModule mod_rewrite.c>
RewriteEngine On
# auth route compatibility
RewriteRule ^auth/baron_login/?$ /auth/baron_login.php [L,QSA]
RewriteRule ^auth/callback/?$ /auth/callback.php [L,QSA]
RewriteRule ^auth/debug_claims/?$ /auth/debug_claims.php [L,QSA]
# local docker/localhost bypass
RewriteCond %{ENV:APP_ENV} =local [OR]
RewriteCond %{HTTP_HOST} ^(localhost|127\.0\.0\.1)(:[0-9]+)?$ [NC]