Note. The preconfigured realm contains configuration for the client and the groups, but does not contain users.
Add user(s)
Select Users under the “Sling” Realm
Set user attributes; specifically “userid”
Set user password
Set user groups; specifically join “pcms-authors”
Sling SAML2 Service Provider Setup
Start Sling (Assuming a new instance of Sling 12)
Run mvn clean install -P autoInstallBundle from saml-handler project Note: saml-handler is the core bundle offering SAML2 Sign on
Run mvn clean install -P autoInstallPackage from saml-example project Note: saml-example is example setup package containing: OSGI configurations, service-user and ACL's. This setup is detailed in the section below.