@extends('layouts.installer') @section('content')
1
2
3
4
5

SSO & System Configuration

Connect uses central authentication via auth.glix.ae. Configure the application details and SSO OAuth credentials below.

@csrf @if($errors->any()) @endif

General Settings

Must match your local virtual host url.

GlixSSO Client Settings

Make sure this matches the Redirect URI configured in the SSO Server dashboard.
Back
@endsection