Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions configs/oidc.config.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
<?php
$CONFIG = [
'user_oidc' => [
'enable_default_claims' => false,
// When default claims are disabled, each claim will be asked for
// only if there is an attribute explicitely mapped in the OpenId
// client settings
'use_pkce' => true,
// true and true are the defaults
// > If the user already exists in another backend, we don't create a
Expand Down