Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. Navigate to /user_projects/domains/bi/config/fmwconfig
  2. Backup jps-config.xml
  3.  
  4. Add the following parameters to that file.
  5.  
  6. <property name="oracle.security.jps.pdp.AuthorizationDecisionCacheEnabled" value="false"/>
  7.  
  8. <property name="oracle.security.jps.ldap.policystore.refresh.interval" value="60000"/>
  9.  
  10.  
  11. This will move the default down to 1 minute. If you want it less than that you can change the value to 0 which should make it real-time.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement