Quantcast
Channel: SCN: Message List - SAP Identity Management
Viewing all articles
Browse latest Browse all 5016

Re: Identity Center LDAP view through VDS, how to show assignments validity

$
0
0

You could also try to create a custom attribute with a SQL Query that dynamically looks up the current assignments using something like this as the query (and you can add whatever is needed from the view like assignment type, inherited or direct, context ....):

 

select mcOtherMskeyValue + '['+isnull(cast(mcValidFrom as varchar),'The big bang')+':'+isnull(cast(mcValidTo as varchar),'End of time')+']' as Assignment from idmv_link_ext_active with(nolock) where mcThismskey = %MSKEY%

 

(on Oracle use || instead of +, NVL instead of isnull and no with(nolock))

 

 

Then you dont need to feed the custom attribute by provision triggers.

 

Br,

Per Christian


Viewing all articles
Browse latest Browse all 5016

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>