Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PropertiesDescription

EnableSAML2SSOLogin=true

Use this property to enable users to log in using SAML2SSO.
EnableOpenIDLogin=falseUse this property to enable users to log in using OpenID.
EnableOAuth2SAML2Grant=false 
SkipURIs=URIs to skip authentication.
handleConsumerURLAfterSLO=trueEnable this if needed This property is used to automatically redirect the consumer URL from the acs page after SLO.
LoginUrl=index.jsp

This is the URL of the page that is used to choose for selecting the login scheme, such as SAML SSO or OpenID. This Url URL will not be processed by the SSOAgentFilter or the SAMLSSOValve.

SAML2SSOURL=samlssoUrl to do send SAMLSSO AuthnRequestThe URL that is used for sending SAMLSSO authentication requests.
SAML.IssuerID=avis.comA unique identifier for this the SAML 2.0 Service Provider application.
ApplicationServerURL=https://localhost:9444Application Server server URL.
SAML.ConsumerUrlPostFix=/acsThe URL path of the SAML 2.0 Assertion Consumerassertion consumer.
SAML.ConsumerUrl=http://localhost:8080/avis.com/home.jspThe URL of the SAML 2.0 Assertion Consumerassertion consumer.
SAML2.IdPURL=https://localhost:9443/samlssoThe URL of the SAML 2.0 Identity Provideridentity provider.
SAML2.IdPEntityId=https://localhost:9443/samlssoIdPEntityIdThis is the Identity Provider Entity ID.
SSOAgentSessionBeanName=SSOAgentSessionBean

This is the attribute name under which the authenticated session information of SAML SSO and OpenID are stored.

QueryParamsAttrName="QueryParams" 
SAML.AttributeConsumingServiceIndex=1701087467

Identifier given for the Service Provider service provider for SAML 2.0 attributes attribute exchange.

SAML2.RelayState=index.jspSAML Relay Staterelay state.
SAML2.EnableSLO=trueSpecify if SingleLogout is enabled/disabled.
SAML2.SLOURL=logoutThis is the URL that is used for SLO.
SAML2.EnableResponseSigning=trueSpecify if This property determines whether the SAMLResponse element is signed.
SAML2.EnableAssertionEncryption=falseSpecify if This property determines whether the SAMLAssertion element is encrypted.
SAML2.EnableRequestSigning=trueSpecify if This property determines whether the AuthnRequests and LogoutRequests should be signed.
SAML2.IsForceAuthn=falseSpecify if This property determines whether force authentication is enabled.
SAML2.IsPassiveAuthn=falseSpecify is This property determines whether passive authentication is enabled.
SAML.SSOAgentCredentialImplClass=org.wso2.carbon.identity.sso.agent.saml.SSOAgentKeyStoreCredentialCustom credentials class.
SAML.KeyStorePassword=wso2carbonPassword of the KeyStorekeystore.
SAML.IdPCertAlias=wso2carbonAlias of the IdPidentity provider's public certificate.
SAML.PrivateKeyAlias=wso2carbonAlias of the SPservice provider's private key.
SAML.PrivateKeyPassword=wso2carbon

Private key password to retrieve the private key used to sign for signing AuthnRequest and LogoutRequest messages.

SAML.Request.Query.Param=&forceAuth=trueAdditional request parameters.