Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




Plugin Examples / Security?

security
add-ons
plugins

Hello,

I am looking to create a plugin that would override security checks when a user is attempting to load a project or issue.

Psuedocode:

If (user is denied by Gemini)
  check our internal RBAC system to see if user has permissions
     if so
       add user to appropriate group in Gemini
     else
       access denied

Where could I find the information necessary to implement this? (I'm just looking for plugin development documentation.)

Thanks.

mmatos
· 1
mmatos
Replies (1)
helpful
0
not helpful

You cannot do that with a plug-in. You can synchronise registered users with your own system using Gemini's API.


Simran
· 1762
Simran