Skip to content

Commit befd211

Browse files
Update config description (#34)
1 parent 0a0ed8d commit befd211

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

config/oidc.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@
99
'issuer' => env('OIDC_ISSUER', ''),
1010

1111
/**
12-
* The client ID of the OpenID Connect provider.
12+
* The unique identifier assigned to your application
13+
* by the OpenID Connect provider.
1314
*/
1415
'client_id' => env('OIDC_CLIENT_ID', ''),
1516

1617
/**
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.
1820
*/
1921
'client_secret' => env('OIDC_CLIENT_SECRET', ''),
2022

0 commit comments

Comments
 (0)