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
- Log into OneLogin Admin Portal
- Navigate to Applications → Select your application
- Click the Provisioning tab
- 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 |
|---|---|
| userName | |
| emails[0].value | |
| First Name | name.givenName |
| Last Name | name.familyName |
6. Apply Provisioning Rules
- Navigate to Rules tab
- Create rules for automatic user provisioning
- Define conditions for when users should be provisioned
7. Test and Enable
- Click Save
- Assign test users to the application
- Verify provisioning in AuthOS
- Roll out to all users
Next steps
Complete the SCIM validation guide before production, or return to the provider chooser.