We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a0ed8d commit befd211Copy full SHA for befd211
config/oidc.php
@@ -9,12 +9,14 @@
9
'issuer' => env('OIDC_ISSUER', ''),
10
11
/**
12
- * The client ID of the OpenID Connect provider.
+ * The unique identifier assigned to your application
13
+ * by the OpenID Connect provider.
14
*/
15
'client_id' => env('OIDC_CLIENT_ID', ''),
16
17
- * If needed, the client secret of the OpenID Connect provider.
18
+ * If needed, the client secret that you received
19
+ * from the OpenID Connect provider.
20
21
'client_secret' => env('OIDC_CLIENT_SECRET', ''),
22
0 commit comments