Versions Compared

Key

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

Users can change the default configurations by editing the <PRODUCT_HOME>/repository/conf/identity.xml file using the information given below.

Click on the table and use the left and right arrow keys to scroll horizontally. 

XML Elements 
Anchor
elements
elements

_____<JDBCPersistenceManager>
XML elementAttributeDescriptionData typeDefault valueMandatory/OptionalSample
<Server>      
 xmlns     
_<JDBCPersistenceManager> Identity related data source configuration.    
__________<DataSource>     __ 
_____________<Name><Name> Include a data source name (jndiConfigName) from the set of data sources defined in master-datasources.xml.StringN/AMandatory <Name>jdbc/WSO2CarbonDB</Name>
__________<SkipDBSchemaCreation> If the identity database is created from another place and if it is required to skip schema initialization during the server start up, set the property to "true".BooleanFALSEOptional ____<SkipDBSchemaCreation>false</SkipDBSchemaCreation>
_<OpenID> OpenID related configurations.    
__________<OpenIDServerUrl> This is the URL that the OpenID server (servlet) is running in.StringN/AMandatory __________<OpenIDUserPattern><OpenIDServerUrl>https://localhost:9443/openidserver</OpenIDServerUrl>
__<OpenIDUserPattern> URL of the pattern that can be configured for the user's OpenID.StringN/AMandatory __________<OpenIDSkipUserConsent><OpenIDUserPattern>https://localhost:9443/openid/</OpenIDUserPattern>
__<OpenIDSkipUserConsent> Set to false if the users must be prompted for approval.BooleanFALSEOptional ________<OpenIDSkipUserConsent>false</OpenIDSkipUserConsent>
__<OpenIDRememberMeExpiry> Expiry time of the OpenID RememberMe token in minutes.Int0 MinutesOptional ________<OpenIDRememberMeExpiry>7200</OpenIDRememberMeExpiry>
__<UseMultifactorAuthentication> Multifactor authentication configuration.BooleanFALSEOptional _______<UseMultifactorAuthentication>false</UseMultifactorAuthentication>
___<DisableOpenIDDumbMode> To enable or disable OpenID dumb mode.BooleanFALSEOptional <DisableOpenIDDumbMode>false</DisableOpenIDDumbMode>
__________<SessionTimeout><SessionTimeout> OpenID session timeout in seconds.Int36000 SecondsOptional <SessionTimeout>36000</SessionTimeout>
__________<AcceptSAMLSSOLogin> Skips authentication if the valid SAML2 Web SSO browser session is available.BooleanFALSEOptional ________<AcceptSAMLSSOLogin>false</AcceptSAMLSSOLogin>
__<ClaimsRetrieverImplClass> User claim retrieving module for OpenID.    _____<OAuth><ClaimsRetrieverImplClass>org.wso2.carbon.identity.provider.openid.claims.DefaultClaimsRetriever</ClaimsRetrieverImplClass>
_<OAuth> OAuth related configurations.    
__________<AuthorizationCodeDefaultValidityPeriod> Default validity period for Authorization Code in seconds.Int300 SecondsOptional ________<AuthorizationCodeDefaultValidityPeriod>300</AuthorizationCodeDefaultValidityPeriod>
__<AccessTokenDefaultValidityPeriod> Default validity period for Access Token in seconds.Int3600 SecondsOptional ________<AccessTokenDefaultValidityPeriod>3600</AccessTokenDefaultValidityPeriod>
__<TimestampSkew> Timestamp skew in seconds.Int300 SecondsOptional ____<TimestampSkew>300</TimestampSkew>
______<EnableOAuthCache> Enable OAuth caching. This cache has the replication support.BooleanTRUEOptional _______<EnableOAuthCache>true</EnableOAuthCache>
___<TokenPersistencePreprocessor> Configure the security measures needed to be done prior to storing the token in the database, such as hashing, encrypting, etc.Stringorg.wso2.carbon.identity.oauth.preprocessor.PlainTokenPersistencePreprocessorOptional __________<SupportedResponseTypes><TokenPersistencePreprocessor>org.wso2.carbon.identity.oauth.preprocessor.PlainTextTokenPersistencePreprocessor</TokenPersistencePreprocessor>
__<SupportedResponseTypes> Supported OAuth2.0 respose types.
String values with Comma separated

token, code
Optional ______<SupportedResponseTypes>token,code</SupportedResponseTypes>
____<SupportedGrantTypes> Supported OAuth2.0 grant types.String values with Comma separatedauthorization_code,password,refresh_token,client_credentials,urn:ietf:params:oauth:grant-type:saml2-bearerOptional __________<OAuthCallbackHandlers><SupportedGrantTypes>authorization_code,password,refresh_token,client_credentials,urn:ietf:params:oauth:grant-type:saml2-bearer</SupportedGrantTypes>
__<OAuthCallbackHandlers>      
_______________<OAuthCallbackHandler> OAuth callback handler module class name.StringN/AMandatory __________<EnableAssertions><OAuthCallbackHandler class="org.wso2.carbon.identity.oauth.callback.DefaultCallbackHandler"/>
__<EnableAssertions> Assertions can be used to embed parameters into the access token.    
_______________<UserName> This enables you to add the user name as an additional parameter if you require it.BooleanFALSEOptional ___<UserName>false</UserName>
_______<EnableAccessTokenPartitioning> This should be set to true when using multiple user stores and keys should be saved into different tables according to the user store. By default, all the application keys are saved into the same table. UserName Assertion should be 'true' to use this.BooleanFALSEOptional ________<EnableAccessTokenPartitioning>false</EnableAccessTokenPartitioning>
__<AccessTokenPartitioningDomains> This includes the user store domain names and mapping to the new table name. E.g., if you provide 'A:foo.com', foo.com should be the user store domain name and 'A' represents the relavant mapping of the token store table, i.e., tokens will be added to a table called IDN_OAUTH2_ACCESS_TOKEN_A.String values with Comma separatedN/AOptional 
__________<AuthorizationContextTokenGeneration>     _________ 
______<Enabled> 
This mentions whether token generation is enabled or not.
BooleanFALSEOptional <Enabled>false</Enabled>
_______________<TokenGeneratorImplClass><TokenGeneratorImplClass> Token generation class name.Stringorg.wso2.carbon.identity.oauth2.token.JWTTokenGeneratorOptional ______<TokenGeneratorImplClass>org.wso2.carbon.identity.oauth2.authcontext.JWTTokenGenerator</TokenGeneratorImplClass>
_________<ClaimsRetrieverImplClass> Claim retrieving class name for generating a token. org.wso2.carbon.identity.oauth2.token.DefaultClaimsRetrieverOptional <ClaimsRetrieverImplClass>org.wso2.carbon.identity.oauth2.authcontext.DefaultClaimsRetriever</ClaimsRetrieverImplClass><AuthorizationContextTTL>15</AuthorizationContextTTL>
_______________<ConsumerDialectURI><ConsumerDialectURI> Claim Dialect URI that is used for claim retrieving. http://wso2.org/claimsOptional ________<ConsumerDialectURI>http://wso2.org/claims</ConsumerDialectURI>
_______<SignatureAlgorithm> Signature algorithm used for sign the token. SHA256withRSAOptional <SignatureAlgorithm>SHA256withRSA</SignatureAlgorithm>
_______________<AuthorizationContextTTL><AuthorizationContextTTL> Token time to live value.Long15 MinutesOptional <AuthorizationContextTTL>15</AuthorizationContextTTL>
__________<SAML2Grant> Configuration related to SAML2 Grant type.    
__________<OpenIDConnect>      
_______________<IDTokenBuilder> IDToken generator implementation class name.Stringorg.wso2.carbon.identity.openidconnect.DefaultIDTokenBuilderOptional <IDTokenBuilder>org.wso2.carbon.identity.openidconnect.DefaultIDTokenBuilder</IDTokenBuilder>
_______________<IDTokenIssuerID><IDTokenIssuerID> The value of TokenIssuerID of the IDToken. This is a unique value and should be changed according to the deployment values.StringOIDCAuthzServerOptional __________<IDTokenIssuerID>https://localhost:9443/oauth2endpoints/token</IDTokenIssuerID>
_____<IDTokenSubjectClaim> This is the claim used as the subject of the IDToken. You can use
different claims such
as http://wso2.org/claims/emailaddress.
Stringhttp://wso2.org/claims/fullnameOptional _<IDTokenSubjectClaim>http://wso2.org/claims/givenname</IDTokenSubjectClaim>
______________<IDTokenCustomClaimsCallBackHandler><IDTokenCustomClaimsCallBackHandler> Claim callback implementation class name. This is used to return custom claims with the IDToken.Stringorg.wso2.carbon.identity.openidconnect.SAMLAssertionClaimsCallbackOptional <IDTokenCustomClaimsCallBackHandler>org.wso2.carbon.identity.openidconnect.SAMLAssertionClaimsCallback</IDTokenCustomClaimsCallBackHandler>
_______________<IDTokenExpiration> The expiration value of the IDToken in seconds.Int300 SecondsOptional __________<IDTokenExpiration>3600</IDTokenExpiration>
_____<UserInfoEndpointClaimDialect> Defines which claim dialect should be returned from the User Endpoint.Stringhttp://wso2.org/claims/fullnameOptional <UserInfoEndpointClaimDialect>http://wso2.org/claims</UserInfoEndpointClaimDialect>
_______________<UserInfoEndpointClaimRetriever><UserInfoEndpointClaimRetriever> Defines the implemenation name of the class which builds the claims for the user info endpoint's response.Stringorg.wso2.carbon.identity.oauth.endpoint.user.impl.UserInfoUserStoreClaimRetrieverOptional _____<UserInfoEndpointClaimRetriever>org.wso2.carbon.identity.oauth.endpoint.user.impl.UserInfoUserStoreClaimRetriever</UserInfoEndpointClaimRetriever>
__________<UserInfoEndpointRequestValidator> Implemenation name of the class that validates the user info request against the specification.Stringorg.wso2.carbon.identity.oauth.endpoint.user.impl.UserInforRequestDefaultValidatorOptional __________<UserInfoEndpointRequestValidator>org.wso2.carbon.identity.oauth.endpoint.user.impl.UserInforRequestDefaultValidator</UserInfoEndpointRequestValidator>
_____<UserInfoEndpointAccessTokenValidator> Implementation name of the class that validates the access token.Stringorg.wso2.carbon.identity.oauth.endpoint.user.impl.UserInfoISAccessTokenValidatorOptional __________<UserInfoEndpointAccessTokenValidator>org.wso2.carbon.identity.oauth.endpoint.user.impl.UserInfoISAccessTokenValidator</UserInfoEndpointAccessTokenValidator>
_____<UserInfoEndpointResponseBuilder> Implementation name of the class that builds the user info request.Stringorg.wso2.carbon.identity.oauth.endpoint.user.impl.UserInfoJSONResponseBuilderOptional __<UserInfoEndpointResponseBuilder>org.wso2.carbon.identity.oauth.endpoint.user.impl.UserInfoJSONResponseBuilder</UserInfoEndpointResponseBuilder>
_____________<SkipUserConsent> Set to false if the users must be prompted for approval.BooleanFALSEOptional ___<SkipUserConsent>false</SkipUserConsent>
__<MultifactorAuthentication>      
__________<XMPPSettings> XMPP setting for multifactor authentication.    
_______________<XMPPConfig>      
____________________<XMPPProvider> XMPP provider name.StringN/AMandatory ________<XMPPProvider>gtalk</XMPPProvider>
____________<XMPPServer> XMPP server name.StringN/AMandatory _______<XMPPServer>talk.google.com</XMPPServer>
_____________<XMPPPort> XMPP server's port.IntN/AMandatory __________<XMPPPort>5222</XMPPPort>
__________<XMPPExt> XMPP domain.StringN/AMandatory ___________<XMPPExt>gmail.com</XMPPExt>
_________<XMPPUserName> User name for login to XMPP server.StringN/AMandatory ______________<XMPPUserName>multifactor1@gmail.com</XMPPUserName>
______<XMPPPassword> Password for login to XMPP server.StringN/AMandatory ___<XMPPPassword>wso2carbon</XMPPPassword>
__<SSOService>      
__________<IdentityProviderURL> Unique identifier for IDP. This would be passed as Issuer in SAML2 response.StringN/AMandatory <IdentityProviderURL>https://localhost:9443/samlsso</IdentityProviderURL>
__________<SingleLogoutRetryCount> Number of retries that must be done if a single logout request is not received from the SP.Int5Optional ____<SingleLogoutRetryCount>5</SingleLogoutRetryCount>
______<SingleLogoutRetryInterval> Interval between two re-tries.Int60 SecondsOptional <SingleLogoutRetryInterval>60000</SingleLogoutRetryInterval>
__________<TenantPartitioningEnabled> This would add the tenant domain as parameter into the ACS URL.BooleanFALSEOptional ____<TenantPartitioningEnabled>false</TenantPartitioningEnabled>
______<SessionTimeout> Remember me session timeout in seconds.Int36000 SecondsOptional ___<SessionTimeout>36000</SessionTimeout>
_______<AttributesClaimDialect> Claim Dialect URI that is used for claim retrieving.String
http://wso2.org/claims
Optional <AttributesClaimDialect>http://wso2.org/claims</AttributesClaimDialect>
__________<AcceptOpenIDLogin> Skips authentication if the valid OpenID login session is available.BooleanFALSEOptional ____<AcceptOpenIDLogin>false</AcceptOpenIDLogin>
______<ClaimsRetrieverImplClass> Claim retrieving class name for generating a token.StringN/AMandatory ____<ClaimsRetrieverImplClass>org.wso2.carbon.identity.sso.saml.builders.claims.DefaultClaimsRetriever</ClaimsRetrieverImplClass>
______<SAMLResponseValidityPeriod> SAML Token validity period in minutes.Int5 MinutesOptional <SAMLResponseValidityPeriod>5</SAMLResponseValidityPeriod>
______<UseAuthenticatedUserDomainCrypto> When set to true, this is useful in tenant mode setup with older versions of API Manager. This indicates that the SAML2 SSO SAML Response must be signed using the authenticated user's tenant keystore.BooleanFALSE  
__<EntitlementSettings>      
__________<ThirftBasedEntitlementConfig> Thrift transport configurations for entitlement service.    
_______________<EnableThriftService> Enable thrift transport.BooleanFALSEOptional <ReceivePort><EnableThriftService>true</EnableThriftService>
_______<ReceivePort> Thrift listening port.IntN/AMandatory <ClientTimeout><ReceivePort>${Ports.ThriftEntitlementReceivePort}</ReceivePort>
_______<ClientTimeout> Thrift session time out in seconds.IntN/AMandatory <KeyStore><ClientTimeout>10000</ClientTimeout>
_______<KeyStore> Thrift key store configurations used for SSL.    
__________<Location> Key store locationStringN/AMandatory <Password>Key Store <Location>${carbon.home}/repository/resources/security/wso2carbon.jks</Location>
___________<Password> Key store passwordStringN/AMandatory <Password>wso2carbon</Password>
__<SCIMAuthenticators>      
____<Authenticator> Defines implementations of SCIM authenticator.Stringorg.wso2.carbon.identity.scim.provider.auth.BasicAuthHandler and org.wso2.carbon.identity.scim.provider.auth.OAuthHandlerOptional <Property>Authenticator class="org.wso2.carbon.identity.scim.provider.auth.BasicAuthHandler">
______<Property> Configuration properties of each autenticator implementation.StringN/AOptional <Property name="Priority">5</Property>