@if (empty($app)) I'm not sure how you got here, but no app is loaded @else
{{$app->name}}
Edit
Save Cancel
Env View Standard View
                
OIDC_CLIENT_ID={{$app->client_id}}
OIDC_CLIENT_SECRET={{$app->client_secret}}
OIDC_REDIRECT_URI={{$app->redirect_uri}}
OIDC_AUTHORIZATION_ENDPOINT={{route('auth.authorize')}}
OIDC_TOKEN_ENDPOINT={{route('auth.token')}}
OIDC_USERINFO_ENDPOINT={{route('auth.userinfo')}}
OIDC_SCOPES=openid email profile
OIDC_IDENTIFIER=email
                
                
@endif