Home > OS >  Shibbeloth Session Time-Out need to Redirect to error template
Shibbeloth Session Time-Out need to Redirect to error template

Time:07-29

I am using shibbeloth with IIS configuration and configured the session Time-Out with some value.

Our expectation is when the shibbeloth configured Time-Out is expired it's need to Redirect to error template.

But currently when session got time out the shibbeloth try to calling the IDP provider to re-login to create the fresh session.

Can some help us how to redirect to error template when session got timedout in shibbeloth.

CodePudding user response:

Yes already tried that option it's not working.

CodePudding user response:

Have you tried setting redirectErrors attribute of Errors tag to a custom page?

  • Related