-
Bug
-
Resolution: Unresolved
-
Major
-
Jenkins 2.427
miniorange-saml-sp 2.4.5 (latest)
There's a missing {{onclick }}handler in the frontend on the "Import SAML Configuration" anchor element (a tag).
This makes it not possible to upload/import a SAML configuration.
Page: /manage/MoPluginConfigView/
In 2.4.5 (broken):
<a href="#" class="task-link "><span ...>Import SAML Configuration</span></a>
In 2.4.3 (working):
<a onclick="uploadConfig()" href="#" class="task-link "><span ...>Import SAML Configuration</span></a>