How to setup reverse proxy using Apache 2.0?
In this Video you will learn the following: What is web server? Why we are using apache 2.0 for reverse proxy? Setup reverse proxy for you tomcat server running on…
In this Video you will learn the following: What is web server? Why we are using apache 2.0 for reverse proxy? Setup reverse proxy for you tomcat server running on…
<?php class demoWP{ /** * Instance. * * @var Singleton */ private static $instance; public static function instance() { if ( ! self::$instance ) { self::$instance = new demoWP(); }…
SAML Tracer Logs: Download SAML tracer add-on : Firefox: [ Link ] | Chrome:[ Link ] Open the SAML tracer from the Browser toolbar. Click on the SAML-tracer and keep the SAML tracer window open. Perform SSO and reproduce the issue. Go to SAML tracer window. You will…