Configure SCIM with OneLogin

Configure and verify AuthOS SCIM provisioning from OneLogin

AuthOS release 0.8.2 TypeScript SDK 0.8.0 Latest-only documentation
Updated Jul 15, 2026 Edit this page
On this page

This Beta recipe reflects the documented provider flow but is not evidence of certification or interoperability with every provider release. Test it in a non-production tenant before rollout.

OneLogin Integration

1. Create SCIM Token

Follow Step 1 above to generate a SCIM token.

2. Configure OneLogin Application

  1. Log into OneLogin Admin Portal
  2. Navigate to Applications → Select your application
  3. Click the Provisioning tab
  4. Click Enable provisioning

3. SCIM Configuration

Configure the following:

Field Value
SCIM Base URL https://auth.example.com/scim/v2
SCIM Bearer Token scim_live_your_token
API Connection SCIM 2.0

4. Enable Operations

Select the provisioning operations to enable:

  • Create user: Provision new users
  • Update user: Sync profile changes
  • Delete user: Remove users (soft delete)

5. Configure Entitlements

Map OneLogin fields to SCIM attributes:

OneLogin Field SCIM Attribute
Email userName
Email emails[0].value
First Name name.givenName
Last Name name.familyName

6. Apply Provisioning Rules

  1. Navigate to Rules tab
  2. Create rules for automatic user provisioning
  3. Define conditions for when users should be provisioned

7. Test and Enable

  1. Click Save
  2. Assign test users to the application
  3. Verify provisioning in AuthOS
  4. Roll out to all users

Next steps

Complete the SCIM validation guide before production, or return to the provider chooser.