Skip to content

Commit 2a060c3

Browse files
committed
Rename menu entry to OIDC OP
1 parent 198200f commit 2a060c3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/6-oidc-upgrade.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ can now only be a leaf entity in the federation context, and not a federation
110110
operator or intermediary entity. Previously, this property was used to
111111
indicate whether the client is a federated client or not, but now it is not
112112
needed since the OP implementation can only be a leaf entity
113+
- Admin menu item "OIDC" has been renamed to "OIDC OP" to better reflect
114+
the main purpose of the module.
113115

114116
## Version 5 to 6
115117

hooks/hook_adminmenu.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function oidc_hook_adminmenu(Template &$template): void
2121
$oidcMenuEntry = [
2222
ModuleConfig::MODULE_NAME => [
2323
'url' => $moduleConfig->getModuleUrl(RoutesEnum::AdminMigrations->value),
24-
'name' => Translate::noop('OIDC'),
24+
'name' => Translate::noop('OIDC OP'),
2525
],
2626
];
2727

0 commit comments

Comments
 (0)