saml2Auth = org.pac4j.saml.client.SAML2Client
saml2Auth.keystorePath = keystore.jks
saml2Auth.keystorePassword = password
saml2Auth.serviceProviderEntityId = http://localhost:8080/callback
facebookAuth = org.pac4j.oauth.client.FacebookClient
facebookAuth.key = your_app_key
facebookAuth.secret = your_secret_key
pac4jConfig = org.pac4j.core.config.Config
pac4jConfig.clients = saml2Auth, facebookAuth