BARON-SSO 로그인 연동
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user