stable

Clone or download

Read-only

OpenID Connect administration explicit css/javascript

Until now the javascript for openid connect was loaded by checking the URL. That was not reliable and generated errors in the user account page. Now, the admin controller includes the JS & CSS explicitly. You will need to clear caches to test this contrib otherwise you will experiment weird behaviour (infinite spinners & co). Part of story #14552: User preferences goes Burning Parrot Change-Id: Ib35ed2005bd0fb0453cb370bf9dd993c66a11bd5

Modified Files

Name
M plugins/openidconnectclient/include/OpenIDConnectClient/AdminRouter.php +2 −1 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/Administration/Controller.php +24 −1 Go to diff View file
M plugins/openidconnectclient/include/openidconnectclientPlugin.php +3 −21 Go to diff View file
M plugins/openidconnectclient/themes/default/css/style.scss +0 −32 Go to diff View file
M src/common/admin/AdminPageRenderer.php +12 −0 Go to diff View file