-
Bug
-
Resolution: Fixed
-
Critical
-
Ubuntu 16.04
I am facing multiple challenges with this plugin when invoking Jenkins API remotely when RBAC is configured with this plugin
- Is there a way to configure Jenkins user id as AD user id instead of object id? this is very inconvenient when I am trying to use Jenkins API to invoke jobs from some other application.
- Just granting permissions to Azure AD group (e.g. I created Azure AD group called Jenkins Admin), does not let the user of that group invoke API's remotely and throws forbidden error despite of using object ID as the user ID and API key as the password. Once I grant the permissions directly to the user (who is also part of the group), the API call works perfectly with 200 OK
Are there ways to get around this?
Badal