Settings | MapleDeploy

Authentication

Save
Custom authentication (OAuth) configurations.
@foreach ($oauth_settings_map as $oauth_setting)

{{ ucfirst($oauth_setting['provider']) }}

@if ($oauth_setting['provider'] == 'azure') @endif @if ($oauth_setting['provider'] == 'google') @endif @if ( $oauth_setting['provider'] == 'authentik' || $oauth_setting['provider'] == 'clerk' || $oauth_setting['provider'] == 'zitadel' || $oauth_setting['provider'] == 'gitlab') @endif
@endforeach