Package org.apache.sling.auth.saml2
Annotation Type AuthenticationHandlerSAML2Config
-
public @interface AuthenticationHandlerSAML2ConfigThe configuration forSAML2in Apache Sling- See Also:
AuthenticationHandlerSAML2Impl
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description StringacsPathStringentityIDStringidpCertAliasStringjksFileLocationStringjksStorePasswordStringpathStringsaml2groupMembershipAttrStringsaml2IDPDestinationStringsaml2LogoutURLStringsaml2SessionAttrbooleansaml2SPEnabledbooleansaml2SPEncryptAndSignStringsaml2userHomeStringsaml2userIDAttrStringspKeysAliasStringspKeysPasswordString[]syncAttrs
-
-
-
Element Detail
-
path
String path
- Default:
- ""
-
-
-
entityID
String entityID
- Default:
- "http://localhost:8080/"
-
-
-
acsPath
String acsPath
- Default:
- "/sp/consumer"
-
-
-
saml2userIDAttr
String saml2userIDAttr
- Default:
- "username"
-
-
-
saml2userHome
String saml2userHome
- Default:
- "/home/users/saml"
-
-
-
saml2groupMembershipAttr
String saml2groupMembershipAttr
- Default:
- ""
-
-
-
syncAttrs
String[] syncAttrs
- Default:
- {}
-
-
-
saml2SessionAttr
String saml2SessionAttr
- Default:
- "saml2AuthInfo"
-
-
-
saml2IDPDestination
String saml2IDPDestination
- Default:
- "http://localhost:8080/idp/profile/SAML2/Redirect/SSO"
-
-
-
saml2LogoutURL
String saml2LogoutURL
- Default:
- "https://sling.apache.org/"
-
-
-
jksFileLocation
String jksFileLocation
- Default:
- ""
-
-
-
jksStorePassword
String jksStorePassword
- Default:
- ""
-
-
-
idpCertAlias
String idpCertAlias
- Default:
- ""
-
-
-
spKeysAlias
String spKeysAlias
- Default:
- ""
-
-
-
spKeysPassword
String spKeysPassword
- Default:
- ""
-
-