@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'Okta SSO Configuration','parentTitle'=>'Settings','parentUrl'=>'/settings'])
@include('partials.success')
@include('partials.error')

By integrating OKTA SSO, you can streamline user authentication and provide a seamless login experience for your users.
They can use their OKTA credentials to access aaplication without the need for separate login credentials.

Enable SSO for OktaAdd the SSO URI and Entity ID to Okta.

Single Sign On URL

You need the SSO URL to configure your SAML.

Base URL

{{ url('/saml2/acs') }}

Audience URI (SP Entity ID)

You need the Entity ID to configure your SAML.

Entity ID

{{ url('/saml2/metadata') }}

Name ID format

You need the Name ID format to configure your SAML.

Name ID format

Persistent

{{--
--}}

Application Username

You need the application username to configure your SAML.

Application Username

Email

{{--
--}}
integration_status == 0) style="display:none;" @endif>

IDENTITY PROVIDER (IDP)

You can set here all the parameters required to communicate with your IdP. Those information must be provided by your IdP. Please contact your SSO administrator to get them

@include('partials.error') @include('partials.error-message')
{{csrf_field()}}
@if($credential->data)

To keep the old signing certificate, leave this empty

@endif
@stop @section('help-links') @include('help.help-links',['helpLink'=>config('help-links.help_links.integrations'),'helpTitle'=>config('help-links.help_titles.integrations')]) @endsection @section('after_scripts') @include('assets.partials.scripts.common') @stop