Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

How to setup apache redirect or custom 401 document on Kerberos SSO login failure

In order not to interrupt the Kerberos/SSO authentication process, use the following:

ErrorDocument 401 "<html><meta http-equiv=\"refresh\" content=\"0;url=/login.htm\"></html>"

This will cause a redirect to occur only when the user clicks cancel on the browser dialog box.

Tags:

Jboss

Kerberos

Apache 2.2

Related

Why does my Windows 7 VM running under Linux' KVM not use all the virtual processors? Line break in batch file Is Round-Robin DNS "good enough" for load balancing static content? How do I tell which AIX version am I running? Database 'XXX' is in transition. Try the statement later Identifying which MTA is running Rsync daemon: is it really useful? What happens during a live SQL Server backup? Apache httpd won't stop doing reverse DNS requests for clients' IPs rpm without root DNS: Is it valid to have an "MX" record and no "A" record? Tab Autocomplete for New User

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy