@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'Okta SCIM Configuration','parentTitle'=>'Settings','parentUrl'=>'/settings'])
Configure Single Sign-On (SSO) before enabling SCIM (System for Cross-domain Identity Management) to ensure smooth user management and data synchronization between your application and the identity provider.
SSO allows seamless authentication across multiple systems, while SCIM automates user management processes. Prioritizing SSO setup before enabling SCIM optimizes the user experience.
You need the base URL to configure your Identity Provider.
{{ $credential->url }}
Generate a token to use in your Identity Provider configuration.
{{ $credential->key ?? '' }}
You need to specify a role in Teqtivity to assign to a user when they are removed from a group in Okta.