@extends('shaun_core::admin.layouts.master') @section('content')
@if ($client->id) {{ __('Edit OpenID Client') }} @else {{ __('Create OpenID Client') }} @endif
@include('shaun_core::admin.partial.error')
@csrf
{{ __('Server') . ': ' . setting('site.url') }} {{ __('Jwks uri') . ': ' . route('api.openid.jwks') }} {{ __('Token Endpoint Auth Methods Supported') . ': client_secret_basic' }} {{ __('Authorization Endpoint') . ': ' . route('api.openid.oauth_authorize') }} {{ __('Token Endpoint') . ': ' . route('api.openid.oauth_token') }} {{ __('User Information Endpoint'). ': '. route('users.openid_info') }} {{ __('User Information Map'). ': '. json_encode(['id', 'name', 'email', 'avatar']) }}
{{ __('Client ID'). ': ' }} {{ $client->client_id }}
{{ __('Secret Key'). ': ' }} {{ $client->client_secret }}
is_active) ? 'checked' : '' }} value="1">
@stop @push('scripts-body') @endpush