rafaelrpm

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2018-11-27
20:22
791 views
No driver available when creating a resource w/ entitlement
Hi all. I installed IDM 4.7 engine plus the identity apps. I deployed a few drives (AD, loopback and so on). When I try to create a resource with entitlement in the idmadmin page I just can´t see any driver available. I have already enabled them by adding the DirXML-ENtitlementRef in the filter at the User class. Any thoughts?
2 Replies


Knowledge Partner
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2018-11-27
21:21
On 11/27/2018 3:24 PM, rafaelrpm wrote:
>
> Hi all. I installed IDM 4.7 engine plus the identity apps. I deployed a
> few drives (AD, loopback and so on). When I try to create a resource
> with entitlement in the idmadmin page I just can�t see any driver
> available. I have already enabled them by adding the
> DirXML-ENtitlementRef in the filter at the User class. Any thoughts?
Welcome to the odd abstraction of Resources...
In order for UA/ID Apps to know that a driver has any Entitlements to
offer, it does not query for the presence of DirXML-Entitlement objects
(that would be too easy) instead it read a DirXML-Resource named
entitlementConfiguration under the driver object.
The shipping driver configs all generate this on a restart of a driver.
I think this is a less than optimal approach, but it is what we have.
Then on a Code Map Refresh by the UA, (Roles Resources tabs, at the
bottom left Configure RBPM and then a refresh entitlement option is
there) it reads these and makes it available in the UI you want to use.
So how far are you along in that process?
>
> Hi all. I installed IDM 4.7 engine plus the identity apps. I deployed a
> few drives (AD, loopback and so on). When I try to create a resource
> with entitlement in the idmadmin page I just can�t see any driver
> available. I have already enabled them by adding the
> DirXML-ENtitlementRef in the filter at the User class. Any thoughts?
Welcome to the odd abstraction of Resources...
In order for UA/ID Apps to know that a driver has any Entitlements to
offer, it does not query for the presence of DirXML-Entitlement objects
(that would be too easy) instead it read a DirXML-Resource named
entitlementConfiguration under the driver object.
The shipping driver configs all generate this on a restart of a driver.
I think this is a less than optimal approach, but it is what we have.
Then on a Code Map Refresh by the UA, (Roles Resources tabs, at the
bottom left Configure RBPM and then a refresh entitlement option is
there) it reads these and makes it available in the UI you want to use.
So how far are you along in that process?
ksoze

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2018-12-09
12:19
geoffc;2491590 wrote:
On 11/27/2018 3:24 PM, rafaelrpm wrote:
Welcome to the odd abstraction of Resources...
In order for UA/ID Apps to know that a driver has any Entitlements to
offer, it does not query for the presence of DirXML-Entitlement objects
(that would be too easy) instead it read a DirXML-Resource named
entitlementConfiguration under the driver object.
The shipping driver configs all generate this on a restart of a driver.
I think this is a less than optimal approach, but it is what we have.
Madness is defined in different ways at different times, sanity being the knack of keeping current 😉
CFN,
/KS