CAS Gate SSO Authentication Handler plugin for Gate SSO. Gate SSO is MFA enabled HTTP/Rest best authentication and VPN management server.
Although it can be used to authenticate against any HTTP-Based Service. Which responds with body "0" for successful login and "1" for authentication failure with "username" and"token" passed as GET Request.
- Set an environment variable
GateGoogleAuthenticateURIto https:///profile/authenticate ./doc/deployerConfigContext.xmlis a sample cas-maven-overlay config to enable this plug-in- It includes maven-wrapper, so just run './mvnw package' to generate target jar.
- Then put this jar in cas configuration with package name
- Better documentation and all steps for writng custom MFA
- Example code for CAS configuration
- Better test