OneLogin SAML Implementation
This article contains OneLogin-specific help for configuring login with SSO via SAML 2.0. For help configuring login with SSO for another IdP, refer to SAML 2.0 Configuration.
Configuration involves working simultaneously within the Bitwarden web vault and the OneLogin Portal. As you proceed, we recommend having both readily available and completing steps in the order they are documented.
tip
Already an SSO expert? Skip the instructions in this article and download screenshots of sample configurations to compare against your own.
Navigate to your organization's Settings → Single sign-on screen:

If you haven't already, create a unique SSO identifier for your organization. Otherwise, you don't need to edit anything on this screen yet, but keep it open for easy reference.
tip
If you are self-hosting Bitwarden, you can use alternative Member decryption options. This feature is disabled by default, so continue with Master password decryption for now and learn how to get started using Key Connector once your configuration is complete and successfully working.
In the OneLogin Portal, navigate to the the Applications screen and select the Add App button:

In the search bar, type saml test connector
and select the SAML Test Connector (Advanced) app:

Give your application a Bitwarden-specific Display Name and select the Save button.
Select Configuration from the left-hand navigation and configure the following information, some of which you will need to retrieve from the Single Sign-On screen:

Application Setting | Description |
---|---|
Audience (EntityID) | Set this field to the pre-generated SP Entity ID retrieved from the Bitwarden SSO Configuration screen. |
Recipient | Set this field to the same pre-generated SP Entity ID used for the Audience (Entity ID) setting. |
ACS (Consumer) URL Validator | Despite being marked Required by OneLogin, you don't actually need to enter information into this field to integrate with Bitwarden. Skip to the next field, ACS (Consumer) URL. |
ACS (Consumer) URL | Set this field to the pre-generated Assertion Consumer Service (ACS) URL retrieved from the Bitwarden SSO Configuration screen. |
SAML initiator | Select Service Provider. Login with SSO does not currently support IdP-initiated SAML assertions. |
SAML nameID Format | Set this field to the SAML NameID Format you want to use for SAML assertions. |
SAML signature element | By default, OneLogin will sign the SAML Response. You can set this to Assertion or Both |
Select the Save button to finish your configuration settings.
Select Parameters from the left-hand navigation and use the Add icon to create the following custom parameters:
Field Name | Value |
---|---|
firstname | First Name |
lastname | Last Name |
Select the Save button to finish your custom parameters.
Select SSO from the left-hand navigation and complete the following:
Select the View Details link under your X.509 Certificate:
View your Cert On the Certificate screen, download or copy your X.509 PEM Certificate, as you will need to use it later. Once copied, return to the main SSO screen.
Set your SAML Signature Algorithm.
Take note of your Issuer URL and SAML 2.0 Endpoint (HTTP). You will need to use these values shortly.
Select Access from the left-hand navigation. In the Roles section, assign application access to all the roles you would like to be able to use Bitwarden. Most implementations create a Bitwarden-specific role and instead opt to assign based on a catch-all (for example, Default) or based on pre-existing roles.

At this point, you have configured everything you need within the context of the OneLogin Portal. Return to the Bitwarden web vault to complete configuration.
The Single Sign-On screen separates configuration into two sections:
SAML Service Provider Configuration will determine the format of SAML requests.
SAML Identity Provider Configuration will determine the format to expect for SAML responses.
Configure the following fields according to the choices selected in the OneLogin Portal during app creation:
Field | Description |
---|---|
Name ID Format | Set this field to whatever you selected for the OneLogin SAML nameID Format field during app configuration. |
Outbound Signing Algorithm | Algorithm used to sign SAML requests, by default |
Signing Behavior | Whether/when SAML requests will be signed. By default, OneLogin will not require requests to be signed. |
Minimum Incoming Signing Algorithm | Set this field to whatever you selected for the SAML Signature Algorithm during app configuration |
Want Assertions Signed | Check this box if you set the SAML signature element in OneLogin to Assertion or Both during app configuration. |
Validate Certificates | Check this box when using trusted and valid certificates from your IdP through a trusted CA. Self-signed certificates may fail unless proper trust chains are configured within the Bitwarden login with SSO docker image. |
When you are done with the service provider configuration, Save your work.
Identity provider configuration will often require you to refer back to the OneLogin Portal to retrieve application values:
Field | Description |
---|---|
Entity ID | Enter your OneLogin Issuer URL, which can be retrieved from the OneLogin app SSO screen. This field is case sensitive. |
Binding Type | Set to HTTP Post (as indicated in the SAML 2.0 Endpoint (HTTP)). |
Single Sign On Service URL | Enter your OneLogin SAML 2.0 Endpoint (HTTP), which can be retrieved from the OneLogin app SSO screen. |
Single Log Out Service URL | Login with SSO currently does not support SLO. This option is planned for future development, however you may pre-configure it if you wish. |
X509 Public Certificate | Paste the retrieved X.509 Certificate, removing
and |
Outbound Signing Algorithm | Select the SAML Signature Algorithm selected in the OneLogin SSO configuration section. |
Disable Outbound Logout Requests | Login with SSO currently does not support SLO. This option is planned for future development. |
Want Authentication Requests Signed | Whether OneLogin expects SAML requests to be signed. |
When you are done with the identity provider configuration, Save your work.
tip
You can require users to log in with SSO by activating the single sign-on authentication policy. Please note, this will require activating the single organization policy as well. Learn more.
Once your configuration is complete, test it by navigating to https://vault.bitwarden.com, entering your email address, selecting Continue, and selecting the Enterprise Single-On button:

Enter the configured organization identifier and select Log In. If your implementation is successfully configured, you will be redirected to the OneLogin login screen:

After you authenticate with your OneLogin credentials, enter your Bitwarden master password to decrypt your vault!
note
Bitwarden does not support unsolicited responses, so initiating login from your IdP will result in an error. The SSO login flow must be initiated from Bitwarden.