Use JumpCloud SAML Single Sign On (SSO) to give your users convenient but secure access to all their web applications with a single set of credentials. Automatically provision, update and deprovision users in Miro from JumpCloud using the Identity Management (SCIM) integration. Leverage this integration to centralize user lifecycle, user identity, and group management in JumpCloud for Miro. Save time and avoid mistakes, as well as potential security risks, related to manually creating users.
Read this article to learn how to setup the Miro integration.
Prerequisites
- A JumpCloud administrator account.
- A Miro administrator account.
- SAML SSO must be enabled and be functional in your Enterprise plan before you start configuring IdM.
Important Considerations
- Miro SCIM API is based on version 2.0 of the SCIM standard.
- If you need to update your token, you must deactivate the IdM integration, update the token, and then reactivate the IdM integration.
- ‘urn:ietf:params:scim:schemas:core:2.0:User’ is a default SCIM urn for basic fields. If your identity provider does not require defining namespace, the default namespace must be avoided.
- All newly provisioned users are added to the default team.
- All user boards are assigned to earliest created team admin or earliest created company admin from the list.
- The last team admin from the team cannot be removed. The API returns a 409 error code.
- A user who is the last admin in the team or the last admin in the organization cannot be deleted. If you try to delete such user, the API returns a 409 error code.
- Groups are not supported.
Attribute Considerations
- A default set of attributes are managed for users. See the Attribute Mappings section for more details.
- Miro only stores the full name for its users. For compatibility reasons, Miro uses a combination of givenName and familyName if the displayName attribute is not present in a request. Miro also attempts to include a derived givenName and familyName in responses for users. However, you must not rely on this as filtering by name.givenName and name.familyName might not give the expected results. Consider using co, sw and similar operations to achieve what you need.
- Users with the role ORGANIZATION_EXTERNAL_USER or ORGANIZATION_TEAM_GUEST_USER cannot be retrieved, updated or deleted. The API returns a 404 error code.
- In order to protect the service for all customers, Miro implements rate limits for every SCIM API method as below:
Endpoint | Limit (request per 30 seconds) | Level |
---|---|---|
GET api/v1/scim/Users | 200 | Level 1 |
GET api/v1/scim/Users/{id} | 200 | Level 1 |
POST api/v1/scim/Users | 200 | Level 1 |
PUT api/v1/scim/Users/{id} | 100 | Level 2 |
PATCH api/v1/scim/Users/{id} | 100 | Level 2 |
DELETE api/v1/scim/Users/{id} | 20 | Level 3 |
- The custom attributes of role, Manager name, Manager id, Division and Cost Center aren’t supported by Jumpcloud and they will have the default values set by Miro.
Custom Attribute Name | Default Value |
---|---|
role | ORGANIZATION_INTERNAL_ADMIN/ORGANIZATION_INTERNAL_USER |
Manager name | manager.displayName |
Manager id | manager.value |
Division | division |
Cost center | costCenter |
Creating a new JumpCloud Application Integration
- Log in to the JumpCloud Admin Portal.
- Go to USER AUTHENTICATION > SSO Applications.
- Click + Add New Application.
- Type the name of the application in the Search field and select it.
- Click Next.
- In the Display Label, type your name for the application. Optionally, you can enter a Description, adjust the User Portal Image and choose to hide or Show in User Portal.
- If this is a Bookmark application, enter its URL in the Bookmark URL field.
- Click Save Application.
- If successful, click:
- Configure Application and go to the next section.
- Close to configure your new connector at a later time.
Configuring the SSO Integration
To configure JumpCloud
- Create a new application or select it from the Configured Applications list.
- Select the SSO tab.
- Add any additional attributes.
To download the certificate
- Find your application in the Configured Applications list and click anywhere in the row to reopen its configuration window.
- Select the SSO tab and click IDP Certificate Valid > Download certificate.
The certificate.pem will download to your local Downloads folder.
To configure Miro
- Enable SAML SSO in Miro:
- Navigate to Settings > Security. For SAML, click Enable.
- Enter the following required information:
- SAML 2.0 Endpoint URL – copy and paste the JumpCloud IdP URL.
- Key x.509 Certificate – Cut and paste the certificate downloaded in the previous section.
- The list of domains allowed to authenticate via your SAML server: Public domains such as @gmail.com and @outlook.com aren’t allowed.
Authorizing User SSO Access
Users are implicitly denied access to applications. After you connect an application to JumpCloud, you need to authorize user access to that application. You can authorize user access from the Application Configuration panel or from the Groups Configuration panel.
To authorize user access from the Application Configuration panel
- Log in to the JumpCloud Admin Portal.
- Go to USER AUTHENTICATION > SSO Applications, then select the application to which you want to authorize user access.
- Select the User Groups tab. If you need to create a new group of users, see Get Started: Groups.
- Select the check box next to the group of users you want to give access.
- Click save.
To learn how to authorize user access from the Groups Configuration panel, see Authorize Users to an SSO Application.
Validating SSO authentication workflow(s)
IdP Initiated
- Access the JumpCloud User Console.
- Select the Service Provider icon.
- This should automatically launch and login to the application.
SP Initiated
- Navigate to your Service Provider application URL.
- You will be redirected to log in to the JumpCloud User Portal.
- The browser will be redirected back to the application and be automatically logged in.
Configuring the Identity Management Integration
To configure JumpCloud
- Create a new application or select it from the Configured Applications list.
- Select the Identity Management tab.
- Click Configure and paste the Api Token in the Token Key field.
- Click activate and then click save.
- You will receive a confirmation that the Identity Management integration has been successfully verified.
To configure Miro
- Configure or ensure SSO is setup between Miro and JumpCloud.
- Navigate to Settings > Enterprise Integrations page and enable SCIM Provisioning.
- Copy the Api Token.
- Create a new application or select it from the Configured Applications list.
- Select the Identity Management tab.
- Click Configure and paste the Api Token in the Token Key field.
- Click activate and then click save.
- You will receive a confirmation that the Identity Management integration has been successfully verified.
Tip: If you need to update the API Token at a later time, you will need to deactivate the integration before you can change the base URL and new API key. After you make the changes, you can re-activate the integration.
Attribute Mappings
The following table lists attributes that JumpCloud sends to the application. See Attribute Considerations for more information regarding attribute mapping considerations.
Learn about JumpCloud Properties and how they work with system users in our API.
Miro User Attributes
JumpCloud Property | JumpCloud UI Field Name | SCIM v2 Mapping | Miro Value |
---|---|---|---|
Company Email | emails:value | ||
firstname | First Name | name.givenName | First Name |
lastname | Last Name | name.familyName | Last Name |
firstname/lastname | First Name/Last Name | name.formatted | Display Name |
company | Company | organization | organization |
department | Department | department | Department |
active | Status | active | active |
employeeidentifier | Employee ID | employeeNumber | employeeNumber |
- | - | userType | User Type |
Importing Users
This functionality is helpful if users have already been created in the application but have not been created in JumpCloud.
- Log in to the JumpCloud Admin Portal.
- Go to USER AUTHENTICATION > SSO Applications.
- Search for the application and click to open its configuration panel.
- Select the Identity Management tab.
- Click manual import.
- Select the users you want to create in JumpCloud from the application from the list of users that appear. Users in the list have two import statuses:
- New – The user has not been imported.
- Imported – user has been imported and has an account in JumpCloud.
Tip: Try using the New Users-only filter when selecting users to import. This will move all of your new users to the top of the list, making them easier to identify and select.
- Click import.
- If you are importing less than 100 users, your import results will display in real time and you can continue onboarding your users.
- If you have more than 100 users being imported, JumpCloud will send you an email when your import is complete.
- You can now connect and grant users access to all their JumpCloud resources. Learn more in the Authorize Users to an Application and Connecting Users to Resources articles.
Warning: Imported users must be members of a user group bound to an application for JumpCloud to manage their identity in, and access to, the application.
Removing the Integration
To deactivate the IdM Integration
- Log in to the JumpCloud Admin Portal.
- Go to USER AUTHENTICATION > SSO Applications.
- Search for the application that you’d like to deactivate and click to open its details panel.
- Under the company name and logo on the left hand panel, click the Deactivate IdM connection link.
- Click confirm.
- If successful, you will receive a confirmation message.
To deactivate the SSO Integration
- Log in to the JumpCloud Admin Portal.
- Go to USER AUTHENTICATION > SSO Applications.
- Search for the application that you’d like to deactivate and click to open its details panel.
- Select the SSO tab.
- Scroll to the bottom of the configuration.
- Click Deactivate SSO.
- Click save.
- If successful, you will receive a confirmation message.
To delete the application
- Log in to the JumpCloud Admin Portal.
- Go to USER AUTHENTICATION > SSO Applications.
- Search for the application that you’d like to delete and click to open its details panel.
- Check the box for the application.
- Click Delete.
- Enter the number of the applications you are deleting
- Click Delete Application.
- If successful, you will see an application deletion confirmation notification.