Hi Guys
We have some jira users who using our jira via small application (rest).
We would like block access for these users via web. How we can do it?
I was thinked about write plugin for destroy session in Event
com.atlassian.jira.event.user.UserEventListener
in method
userSignup(UserEvent event)
Does anyones have idea how to do it on another why?
Regards
Mik
This sounds like a broken concept. Why shouldn't they log in via web? Couldn't you just remove the rights to see specific projects? What does this application do?
If your application uses just some features of the Jira Rest API and you try to restrict access to the other features by some hacking in the login components of the web application, your users still could use a different rest application to use all features.
If your application uses just your own rest functions you could remove the users from jira-users (to prevent the login) and make your function @AnonymousAllowed.
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.