Issue : There are findings related to security at PORT 22 after Vulnerability Assessment and Penetration Testing (VAPT). The below
Continue readingCategory: Security
this category contains posts related to Security
How to decrypt WebLogic Datasource Password
You need to copy the datasource password present in the -jdbc.xml present under configjdbc to the password variable in the
Continue readingWeblogic SAML Attribute Mapper Example
It is useful to send custom attributes or tokens in the attribute having identity information of the authenticated user.This
Continue readingHow to check for SSL POODLE / SSLv3 bug on WebLogic? How to fix
Details of the SSL POODLE bug can be found here We can address it in the following way. 1) Disable
Continue readingTwo way SSL Webservice on Weblogic Server
This article provides sample Webservice and Webservice Client for two way SSL. It also demonstrates the use of WLSSSLAdapter class to
Continue readingTesting secure webservice on Weblogic using SOAP UI
Create the certificates for the client using keytool and store it at a location. You can refer our articles on
Continue readingDatabase authentication on JBoss EAP 5.0
Step 1 Create tables in the database and insert user, group and role information CREATE TABLE USERS ( U_NAME
Continue readingSimple Sample Custom Database Authenticator for Oracle Weblogic Server 11g
To create a custom database authenticator for oracle weblogic server, you will have to implement the AuthenticationProviderV2, create an MBean
Continue readingMutual Authentication with Weblogic Server
Mutual authentication is a process in which the Server sends its certificate to the client ( thin client / fat
Continue readingConfiguring SSL on Weblogic Server using WLST Script
Create a certs folder in your C Drive and copy the setWLSEnv.cmd from your WL_HOMEbin to this location. Run the
Continue reading