Identity and Access Management
Setting Up Your RKVST Tenancy
Tenancies and Accounts
Each RKVST Tenancy represents an organization, and each RKVST account represents an individual user. There may be multiple accounts within a Tenancy if there are several members within an organization. Additionally, an individual user can be part of multiple Tenancies.
How do I add users to my organization?
RKVST Invites make it easy to add accounts to your tenancy.
As an administrator, create an invite and send it to the email address of the user you wish to add.
When the invitee signs up for their RKVST account using the invited email address, they will be automatically added to your Tenancy.
On the Sidebar, select Settings
.
Choose the USERS
tab, then click INVITE NEW USER
.
Fill in the desired email and custom message. To finish, select SEND INVITE
.
Fill in your desired details and run the command to send the invite.
curl -v -X POST \
-H "@$BEARER_TOKEN_FILE" \
-H "Content-type: application/json" \
-d '{"message": "Join my RKVST tenancy!", "email": "user@rkvst.com"}' \
"https://app.rkvst.io/archivist/iam/v1/invites"
See instructions for creating your BEARER_TOKEN_FILE
here.
Can I name my tenancy?
Tenant Display Name
There are two ways to name your RKVST Tenancy. The first way is to add a Tenant Display Name
. This name will be displayed only within your own Tenancy, and will not be visible to outside organizations. The display name makes it easy to identify which Tencancy you’re currently working in and to switch between Tenancies if you are part of multiple Tenancies.
To set your Tenant Display Name
:
On the Sidebar, select
Settings
.Select 'Settings' Add your desired name, then click
CHANGE DISPLAY NAME
.Change Display Name
Verified Domain
The second way to set your tenancy name is to get your domain verified by the RKVST team. Your verified domain name will be visible to the people you share information with and will be publicly available if you create a Public Asset.
Enterprise Single Sign-On
Enterprise customers may use their preferred Identity Provider (IDP) to sign-on to RKVST. Before doing so, you must have a Verified Domain.
- Navigate to
Settings
on the sidebar and selectTenancy
.
Enter your SSO configuration, then select SAVE ENTERPRISE SSO CONFIG
. Saving your configuration may take a moment.
NOTE: To retrieve the necessary data for the configuration form, your IDP must be configured to be compatible with RKVST. Enter the information below.
Login URI:
https://app.rkvst.io/login
Callback URL:
https://b2carchivistprod3.b2clogin.com/b2carchivistprod3.onmicrosoft.com/oauth2/authresp
- Now that your details are saved, return to the RKVST sign-in screen. Select the
Single Sign-On
option.
- Enter your Verified Domain Name.
You will be sent to the identity provider you configured earlier to log-in, then redirected back to RKVST.