From 45287c423f162813a83c4981b20d2bcc07306a6e Mon Sep 17 00:00:00 2001 From: Tim Jacomb <21194782+timja@users.noreply.github.com> Date: Wed, 16 Aug 2023 12:09:58 +0100 Subject: [PATCH] Update documentation (#456) --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index ac07d810..dd68c1dd 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,6 @@ Jenkins will match permissions based on the Object ID of a user or group. This plugin extends the traditional [Matrix Authorization Strategy](https://plugins.jenkins.io/matrix-auth/) with the ability to search by users / groups by display name when configuring the authorization rules. -It will also include the display name in the authorization rule. To use this feature: @@ -81,11 +80,9 @@ You can still use other authorization strategies such as: * [Folder-based Authorization Strategy](https://plugins.jenkins.io/folder-auth/) * [Role-based Authorization Strategy](https://plugins.jenkins.io/role-strategy/) -Just keep in mind that the Jenkins ID format will be used and not the `DisplayName (Object ID)` format of this plugin. - The following can normally be used: -* Object ID of group +* Object ID of user or group * Display name of group (Only if Graph API permissions granted) * `preferred_username` claim which is normally the 'User principal name', but not always. * User principal name (Rest API authentication only)