diff --git a/resources/views/livewire/app-info-modal.blade.php b/resources/views/livewire/app-info-modal.blade.php index 3036a50..9baef12 100644 --- a/resources/views/livewire/app-info-modal.blade.php +++ b/resources/views/livewire/app-info-modal.blade.php @@ -28,13 +28,39 @@ - - - - - - - +
+
+ + 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 \ No newline at end of file