Chuni Lal Kukreja Kubernetes, OAM, OAAM, OIM, Webgate,Active Directory,SharePoint,IIS Blog
This blog describes about the Oracle Identity and Access Manager, Webgate, Kubernetes, Active Directory, SharePoint 2013, OAAM, IIS7.5 day to day issues and debugging info. As knowledge or learning's are something which needs to be shared. Enjoy :-)
Thursday 1 July 2021
Testing 2 way ssl with openssl s_client
Creating user certificates with encrypted private key using openssl
The intent of this post is to list the steps to generate a self signed user certificate that has an encrypted private key with a passphrase.
Generate private key with passphrase
Generate csr using above generated private key
Self Sign the user certifcate with Root CA
Thursday 3 June 2021
How to block Blacklisted User with OAAM PreAuthenticationCheckpoint
Block Blacklisted User with OAAM Pre Authentication Check
We can block blacklisted users using rules in OAAM. And let's say we want to do this at pre authentication checkpoint, we can add a blacklisted user in a group which we can attach to a condition & that condition will be attached to a rule. For us all this enablement in OAAM gets pre seeded (i am assuming you have imported the snapshot). View this video & get a basic understanding of how policies, rules & conditions come into action at real time.
Hope this helps :-)
Enjoy :-)
How to block a blacklisted IP/IP Range with OAAM Post authentication check
Configure Blacklisted IP in OAAM
We can block ip or range of ip's at post authentication checkpoint. This use case helps you to configure what rules, conditions & groups help you to achieve this in OAAM.
Below video demonstartes how to achieve the usecase;
Hope this helps :-)
Enjoy :-)