Okta
Keeper Connection Manager SAML configuration with Okta
Okta Configuration
The first step regardless of installation method is to configure your SAML 2.0 identity provider using Okta.
(1) In Okta, go to Admin > Applications > Create App Integration and select SAML 2.0. Click Next.

(2) Give the Enterprise Application a name and upload the logo file linked below then click Next.

The image logo is here:
(3) Configure the SAML Settings
The SAML configuration should match the format as seen below:
Replace
demo3.lurey.com
with the URL of your Keeper Connection Manager domain.Ensure the full path appears, e.g.
https://DOMAIN/api/ext/saml/callback
For the Audience URI, use the path to the Login screen (remove the trailing slash). For example,
https://demo3.lurey.com

Scroll down to the Group Attribute Statements. To send the group attribute, set the name to "groups
", and the name format to "Basic
". If you would like ALL groups assigned to the user to be sent to Keeper Connection Manager, select the "Matches regex
" with a value of ".*
"

Click Next.
(4) In the Feedback section, make the selections as appears below.

(5) Assign users and/or groups to the Keeper Connection Manager application, as you would normally do with any SAML connected app.

(6) Download the Okta Metadata file and save to your local machine as metadata.xml
The location of the metadata file depends on your version of the Okta interface. In this example there is a link called "Identity Provider metadata" on the application page. There may also be a text box that contains the metadata which you can copy and paste into a local file on your computer.

The metadata XML file could also be linked in the Sign On tab > SAML Signing Certificate section under "Actions".

Save the resulting metadata.xml file by selecting "Save page as..." in your browser.

The Okta side of the setup is complete. Note if you change anything, you need to re-download a new metadata.xml file.
Next: KCM Configuration
Advanced Linux Install Method
If you have installed Keeper Connection Manager using the advanced linux install method, setting up SAML can be performed following the steps below.
Installing SAML support for Guacamole
Keeper Connection Manager packages Guacamole’s SAML support within the kcm-guacamole-auth-sso-saml
package:
Connecting Guacamole to SAML
Guacamole’s main configuration file, /etc/guacamole/guacamole.properties
, must be modified to point the SAML installation:
The guacamole.properties
file provided with Keeper Connection Manager is organized into sections documented with blocks of comments and example properties. The first section which must be modified is marked “SAML-1” and defines the IdP configuration. Uncomment the saml-idp-metadata-url
and saml-entity-id
property. You'll need to reference the IdP's metadata file and Entity ID.
The second section contains the callback URL that is used by the IdP. This is typically set to the user-facing URL of the Keeper Connection Manager service.
The 4th section contains optional parameters that can be set.
Completing installation
Guacamole will generally only load new extensions and reread guacamole.properties
during the startup process. To apply the configuration changes, Guacamole must be restarted:
KCM Final Setup
Once you have activated the SAML module, there will be a new "Sign in with SAML" link on the login screen of the application as seen below:

When setting up your user identities in the Settings area, if you would like a user to login with SAML / SSO, just leave the "password" field empty.

If you would like to automatically mapping Group assignments in the identity provider to Keeper Connection Manager Groups, simply create a matching group name with the proper assignments. The name of the Group in Keeper Connection Manager needs to match this identifier exactly in order for the mapping to work.

Last updated
Was this helpful?