Configuring the SSO Framework for OneData
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 OneData in the onedata.properties file.
1. Navigate to the 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
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.