{{__('Openid Client Detail')}}

{{ __('App name') . ': ' . $client->name }}

{{ __('App URL') . ': ' . $client->app_url }}

{{ __('Redirect URI') . ': ' . $client->redirect_uri }}

{{ __('App redirect URI') . ': ' . $client->app_redirect_uri }}

{{ __('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 }}