-
Can we somehow avoid using the
So far with my attempts, with Thing is that we would like to support, on the same server routes, different |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
For this kind of logic I recommend using a front page that is not GSSAPI protected, and redirect to a GSSAPI protected page only when GSSAPI authentication is requested. |
Beta Was this translation helpful? Give feedback.
-
Note that mod_auth_gssapi itself can't really do much for this scenario, this is an httpd level configuration to deal with. |
Beta Was this translation helpful? Give feedback.
For this kind of logic I recommend using a front page that is not GSSAPI protected, and redirect to a GSSAPI protected page only when GSSAPI authentication is requested.
The GSSAPI protected page should return a cookie or other header that is then used by the application to access other pages and is validated independently from mod_auth_gssapi.