@extends('layouts.main') @section('breadcrumb') @include('admin.parts.breadcrumb.spaces.integration') @endsection @section('content')

{{ $space->name }}

@csrf @method('post')
@include('parts.errors', ['name' => 'sso_server_url'])
@include('parts.errors', ['name' => 'sso_realm'])
@include('parts.errors', ['name' => 'sso_sip_identifier']) {{ __("JWT key containing the user's SIP identity. sip_identity by default.")}}


@include('parts.errors', ['name' => 'sso_public_key']) @if ($space->sso_public_key)

{{ __('Public key') }}

{{ __('Last update') }}: {{ $space->updated_at }}
{{ $space->sso_public_key }}

{{ __('Refresh') }}
@endif @endsection