Provides X.509 certificate-based authentication.
Component Properties
Properties
|
Sample Component Definition
josso-gateway-auth.xml
<?xml version="1.0" encoding="UTF-8" ?> <s:beans xmlns:s="http://www.springframework.org/schema/beans" xmlns:strong-authscheme="urn:org:josso:strong:authscheme" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd urn:org:josso:strong:authscheme http://www.josso.org/schema/josso-strong-authscheme.xsd"> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- Strong Authentication Scheme --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <strong-authscheme:strong-auth-scheme id="josso-strong-authentication"> <strong-authscheme:credentialStore> <s:ref bean="josso-identity-store"/> </strong-authscheme:credentialStore> <strong-authscheme:credentialStoreKeyAdapter> <s:ref bean="josso-simple-key-adapter"/> </strong-authscheme:credentialStoreKeyAdapter> </strong-authscheme:strong-auth-scheme> </s:beans>