Bug 33859

Summary: Use the phrase 'Identity providers' instead of 'Authentication providers'
Product: Koha Reporter: Katrin Fischer <katrin.fischer>
Component: TemplatesAssignee: Owen Leonard <oleonard>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low CC: dcook
Version: MainKeywords: Academy
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: String patch Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
23.11.00,23.05.01,22.11.07
Circulation function:
Bug Depends on: 31378    
Bug Blocks:    
Attachments: Bug 33859: Use the phrase 'Identity providers' instead of 'Authentication providers'
Bug 33859: Use the phrase 'Identity providers' instead of 'Authentication providers'
Bug 33859: Use the phrase 'Identity providers' instead of 'Authentication providers'

Description Katrin Fischer 2023-05-29 19:23:48 UTC
This is probably due to a rename during development. The admin sidebar link should match the admin start page and page heading.
Comment 1 Owen Leonard 2023-05-30 10:45:53 UTC
Renaming the bug because there are many more instances of the phrase "authentication provider" which should be corrected.
Comment 2 Katrin Fischer 2023-05-30 10:47:25 UTC
Thx, Owen :)
Comment 3 Owen Leonard 2023-05-31 12:51:54 UTC Comment hidden (obsolete)
Comment 4 Sam Lau 2023-05-31 15:24:23 UTC
Created attachment 151886 [details] [review]
Bug 33859: Use the phrase 'Identity providers' instead of 'Authentication providers'

This patch updates instances in the code and templates where the term
"Authentication providers" is used, replacing it with the preferred
"Identity provider."

Most of the instances of this change are in module or API documentation,
but you can see a couple of the changes in the interface:

- Administration -> Identity providers:
  - The sidebar menu should show "Identity providers" instead of
    "Authentication providers."
- Patrons -> Patron details -> More -> Set permissions
  - Under " Manage Koha system settings (Administration panel)" you
    should see "Manage identity providers (manage_identity_providers)"

Signed-off-by: Sam Lau <samalau@gmail.com>
Comment 5 David Cook 2023-06-02 01:32:38 UTC
Created attachment 151957 [details] [review]
Bug 33859: Use the phrase 'Identity providers' instead of 'Authentication providers'

This patch updates instances in the code and templates where the term
"Authentication providers" is used, replacing it with the preferred
"Identity provider."

Most of the instances of this change are in module or API documentation,
but you can see a couple of the changes in the interface:

- Administration -> Identity providers:
  - The sidebar menu should show "Identity providers" instead of
    "Authentication providers."
- Patrons -> Patron details -> More -> Set permissions
  - Under " Manage Koha system settings (Administration panel)" you
    should see "Manage identity providers (manage_identity_providers)"

Signed-off-by: Sam Lau <samalau@gmail.com>
Signed-off-by: David Cook <dcook@prosentient.com.au>
Comment 6 Tomás Cohen Arazi (tcohen) 2023-06-05 17:37:19 UTC
Pushed to master for 23.11.

Nice work everyone, thanks!
Comment 7 Tomás Cohen Arazi (tcohen) 2023-06-09 14:08:13 UTC
Pushed to master for 23.05.

Nice work everyone, thanks!
Comment 8 Matt Blenkinsop 2023-06-12 10:15:19 UTC
Nice work everyone!

Pushed to oldstable for 22.11.x
Comment 9 Owen Leonard 2023-09-29 12:00:34 UTC
Depends on Bug 31378 - Add a generic OAuth2/OIDC client implementation, not in 22.05.x