https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21586 --- Comment #3 from David Cook <dcook@prosentient.com.au> --- login_openidc is a bit outdated with its POD... Additional configuration options to consider as children of the "provider" element: <client_authentication_method>client_secret_post</client_authentication_method> <bearer_access_token_method>form</bearer_access_token_method> <logout_url>https://provider/openidconnect/destroy_session</logout_url> Another optional child of the "mapping" element: <koha_sort1>company_name</koha_sort1> (I added this since OpenIDConnect technically allows providers to provide non-typical claims too. This could use a better mechanism for configuration.) -- You are receiving this mail because: You are watching all bug changes.