Is there a way to implement a custom authenticator within a plugin higher than type 1 class? The purpose is to make the plugin installable with the UPM instead of copying the jar file into the lib folder. To make the custom authenticator working you have to implement the our own one and adjus the seraph config xml file to activate our own authenticator.
https://docs.atlassian.com/atlassian-seraph/latest/sso.html
Is there any authentication module for plugin development, which can be used for registering an custom authenticator?
At the moment I have implemented following workflow to detect a valid authenticated user via kerberos:
- Instance is secured via upfornt apache proxy using kerberos auth module
- Plugin implements a filter which detectes the existence of HTTP remote user and sets the session variables for the user (no user principal set -> have to figure out HOW -> any help appriciated :-) )
Thanking you in advane.
Hello David,
I'm in same situation. I'd like to extend JiraSeraphAuthenticator
using a JIRA Plugin but doesn't exist any plugin module type to do this. I've tried Component Plugin Module but doesn't work because SERAPH tries to load my class before my plugin is loaded.
Regards,
Hi Manuel,
at the time I was dealing with the problem I did not find any solution, so we decided to create a type 1 plugin, which you need to install manually and not with the help of UPM. The major reason for not allowing the injection of custom authentication is security, I assume.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.