RobWagMLP commented on issue #11229:
URL: https://github.com/apache/apisix/issues/11229#issuecomment-2097589077

   Yes of course, sorry if i was not precise enough.
   So what i want is
   
   -     visit `/web/app1` and get KC GUI loginpage
   -     authenticate with user A
   -     visit `/web/app2` and get KC GUI loginpage
   -     authenticate with user B
   
   instead it is like you described, user A is also logged in app2 , instead of 
beeing asked for credentials for app2.
   Basically what i am asking for is an option to configure which routes belong 
to a session. So for example that i could say routes 
    `/web/app1`
    and /api/* with host app1.mydomain.de get session_id A, and 
     `/web/app2`
    and api* with host app2.mydomain.de get session_id B, so that if a user 
with session_id A comes to web/app2, he is not treated as authenticated.
    Maybe thats already somewaht there and its a bug on my side, but so far i 
couldnt figure anything out that would trigger that behaviour. Already checked 
a bit of the code to to figure out if can make some plugin for myself here, but 
my lua-knowledge tends towards zero :\


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@apisix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to