Skip to main content

OIG 11g R2 PS3 : Features

Oracle Identity Governance PS3:


Main themes:
1)      Identity Services for Mobile and Extranet
2)      Comprehensive Role Management and Continuous Compliance
3)      Simplified and Scalable Provisioning
4)      Enhanced Privileged Access
5)      Enhanced Cloud integration

Overall Goals, Themes & Features:
1)      Identity Services for Mobile and Extranet
a)      Users can manage their devices, request for apps via the Enterprise App Store through the Governance self-service console
b)      Birthright access to mobile apps and devices driven by Enterprise roles
c)       Simplified deployment with LDAP as ID Store, no SOA and approvals
d)      SCIM/ REST for Extranet-focused Identity Services
2)      Mobile Security Suite Integration:
a)      Provision Devices and App’s with Roles
b)      Common Policy framework for Devices, App’s and Identities
c)       App’s request able through common catalog


3)      Continued UI Simplification:
a)      Cleaner UI with a Cloud look and feel, with faster performance
b)      End-users get easy access to business functions without requiring customization


4)      Intelligent Access Catalog:

a)      Access Catalog provides ability to browse and search
b)      Smart search forms allow users to navigate the Catalog in a guided manner
c)       Catalog search results indicate relevance
d)      Access Catalog can recommend access based on pre-defined and user-defined criteria

5)      Comprehensive Role Lifecycle Management:
a.       Business users can request creation of new roles and changes to existing ones
b.      Role requests can leverage the same request and approval framework available for Access Requests and Certification
c.       Role owners can see comprehensive auditing and prior versions
d.      Comprehensive role analytics allows business users to see the impact of new roles and changes to existing ones
e.      Role owners can reduce role explosion by review the effectiveness of the roles and consolidate new roles with existing ones
f.        Business users can create roles using “model users”

6)      Simplified yet Granular Security
a.       Administrators can define custom security roles to control who can do what at an attribute level
b.      Users can be assigned security roles via rules reducing administration burden
c.       User actions and the context that they used to perform the action are audited
7)      Simplified Application On-boarding
a.       Business users can on-board authoritative and target applications without involving IT
b.      Applications use the same ICF Connectors used by OPAM and in previous OIM versions
c.       Browser-based schema discovery and Business rules for on-boarding
d.      Drag and Drop Upgrade
8)      Enhanced Privileged Access
a)      Session Recording and Management for Windows and Unix
b)      Agent-based recording for highly secured systems
c)       Network devices, Windows local accounts, SAP privileged account management
d)      Support for Scripted connectors and Connector Servers for bespoke integration



9)      Enhanced cloud Integration and new integrations
a)      Windows native account management
b)      SSH Connector for use with Network Devices, Hypervisors
c)       Connectors for Office 365 and Fusion Applications
d)      New Cloud Integration Framework using REST


Comments

Popular posts from this blog

Adding UDF (User Defined Field) on create user page OIM 11g R2 PS1:-

    Login to Sysadmin console and create a Sandbox and activate it. Click on Form Designer and search for user form. 2.      Create a new field of desired type. 3.      Provide the Required Values for UDF creation and click save and close. UDF field will be added then publish the sand box. 4.      Login to Identity console now and create another sandbox and activate it. After sandbox is activated click on users link and the click on create user. 5.      Provide the mandatory values on the form and then click the customize button on top. Select source from the view. 6.      Select the panel where the field has to be added. Select panel form lay out click add content. Select Data component Catalog from the box. 7.      Select UserVO from the bottom. ...

OIM Tuning

Application Module tuning is a critical setting which will affect the UI performance. Following are the recommended application module settings for OIM and these are already set out-of-box (OOB) in later releases of OIM 11g R2. Ensure that these settings are implemented as recommended in your environment. -Djbo.ampool.doampooling=true -Djbo.ampool.minavailablesize=1 -Djbo.ampool.maxavailablesize=120 -Djbo.recyclethreshold=60 - Djbo.ampool.timetolive=-1 -Djbo.load.components.lazily=true - Djbo.doconnectionpooling=true -Djbo.txn.disconnect_level=1 - Djbo.connectfailover=false -Djbo.max.cursors=5 - Doracle.jdbc.implicitStatementCacheSize=5 - Doracle.jdbc.maxCachedBufferSize=19 open DOMAIN_HOME/bin/setDomainEnv.sh file for the WebLogic Server instance.find these lines: JAVA_OPTIONS="${JAVA_OPTIONS}" export JAVA_OPTIONS and change it to: JAVA_OPTIONS="-Djbo.ampool.doampooling=true -Djbo.ampool.minavailablesize=1 -Djbo.ampool.maxavailablesize=120 -D...

Oracle Traffic Director (OTD) configuration

Download the OTD software and install it on a server by running runInstaller command from <Binaries>/Disk1. Preferred is to configure the OTD as root user because when the administration server is configured as root, then Oracle Traffic Director starts the keepalived daemon automatically when you start instances that are part of a failover group, and stops the daemon when you stop the instances. Set Oracle_Home as the new Installed OTD Home. Run below command to configure the Admin server: <OTD_HOME>/otd/bin/tadm configure-server --port=8989 --user=admin --server-user=root --instance- home= <OTD_HOME> /otd/instance_name/otd_instance1 This command will ask for admin password and will create the admin server. Run Below command to start the admin server: <OTD_HOME> /otd/instance_name/otd_instance1/admin-server/bin/startserv Login to the OTD console on http://<host>:8989 as admin user.  Click New configuration: Click Next and create ne...