You can configure the framework server to use either Basic security or LDAP security as Form Login in combination with SAML or IWA Single Sign-On authentication which is an optional feature.
In the case of basic security , the security schema is stored in the framework server database. In the case of LDAP security , it is stored in an external LDAP repository (not supplied).
Framework can be configured as Service Provider and authenticate against a Identifier Providers for Single Sign-On operation based on SAML 2.0.
In the case of Single Sign-On for Integrated Windows Authentication the framework can be set for SPNEGO / Kerberos protocols.
There are multiple spring security context configurations available to be set in the framework property.
Here's the default security context file in %MV_HOME%/bin/rapiddeploy.properties.
#----------------------------------------------- # Spring Security Context #----------------------------------------------- rapiddeploy.security.context.filename=applicationContext-security.xml #-----------------------------------------------
The default context file does not include Single Sign-On feature configuration.
#----------------------------------------------- # External Authentication configuration #----------------------------------------------- rapiddeploy.security.authentication.add.new.user=true rapiddeploy.security.authentication.username.regexValue=.* #-----------------------------------------------
#------------------------------------------------- # Security Defaults #----------------------------------------------- security.default.groups.name=unknown security.default.groups.desc=Unknown security.default.users.username=unknown security.default.users.firstname=Unkown security.default.users.lastname=Unkown security.default.users.desc=Unkown security.default.users.email=notknown@rapiddeploy.com #-------------------------------------------------
These values are used as default fields for new users and/or groups automatically created on first successfully login.
External Links: