webMethods OneData 10.11 | Managing Master Data with webMethods OneData | Administering webMethods OneData | Configuring Security | Single Sign On (SSO) | Configuring the SSO Framework for webMethods OneData
 
Configuring the SSO Framework for webMethods OneData
webMethods OneData supports three SSO frameworks:
*Security Assertion Markup Language (SAML) SSO
*Kerberos SSO
*Pluggable SSO
You must configure which SSO framework you want to use with webMethods OneData in the onedata.properties file.
1. Navigate to the webMethods OneData installation directory Software AG_directory/profiles/ODE/bin/onedata/config.
2. Open the onedata.properties file and search for the property onedata.security.authentication.sso.type.
3. Specify the SSO framework that you want to use in onedata.security.authentication.sso.type using one of the following case-sensitive values:
*none. If you do not want to use SSO authentication with webMethods OneData.
*pluggable_sso. For custom SSO framework.
*kerberos_sso. For Kerberos-based SSO.
*saml_sso. For SAML SSO.
Postrequisites:
Implement the SSO framework-specific configurations.