Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117881725
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
2 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/src/config/openid.php b/src/config/openid.php
index d3fe4475..0bec2a43 100644
--- a/src/config/openid.php
+++ b/src/config/openid.php
@@ -1,77 +1,77 @@
<?php
use App\Auth\IdentityRepository;
use Lcobucci\JWT\Signer\Rsa\Sha256;
return [
'passport' => [
/*
* Place your Passport and OpenID Connect scopes here.
* To receive an `id_token`, you should at least provide the openid scope.
*/
'tokens_can' => [
'openid' => 'Enable OpenID Connect',
'email' => 'Information about your email address',
// 'profile' => 'Information about your profile',
// 'phone' => 'Information about your phone numbers',
// 'address' => 'Information about your address',
// 'login' => 'See your login information',
'auth.token' => 'Kolab authentication token',
],
],
// Place your custom claim sets here.
'custom_claim_sets' => [
// 'login' => [
// 'last-login',
// ],
// 'company' => [
// 'company_name',
// 'company_address',
// 'company_phone',
// 'company_email',
// ],
'auth.token' => [
'auth.token',
],
],
// You can override the repositories below.
'repositories' => [
// 'identity' => \OpenIDConnect\Repositories\IdentityRepository::class,
'identity' => IdentityRepository::class,
],
'routes' => [
/*
* When set to true, this package will expose the OpenID Connect Discovery endpoint.
* - /.well-known/openid-configuration
*/
'discovery' => true,
// When set to true, this package will expose the JSON Web Key Set endpoint.
- 'jwks' => false,
+ 'jwks' => true,
/*
* Optional URL to change the JWKS path to align with your custom Passport routes.
* Defaults to /oauth/jwks
*/
'jwks_url' => '/oauth/jwks',
],
// Settings for the discovery endpoint
'discovery' => [
/*
* Hide scopes that aren't from the OpenID Core spec from the Discovery,
* default = false (all scopes are listed)
*/
'hide_scopes' => false,
],
// The signer to be used
'signer' => Sha256::class,
// Optional associative array that will be used to set headers on the JWT
'token_headers' => [],
// By default, microseconds are included.
'use_microseconds' => true,
];
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Mon, Apr 6, 12:06 AM (2 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18831656
Default Alt Text
(2 KB)
Attached To
Mode
rK kolab
Attached
Detach File
Event Timeline