Total Pageviews
Monday, January 23, 2023
Error Trigger Listener QuartzTriggerListener.triggerMisfired
error
Solution
in order to fix this issue increase the dataBasePoolSize this configuration is in the oim-config.xml
export the MDS schema and update this value and improt again.
Friday, January 20, 2023
to check Alias command in linux
keytool -list -keystore /../../../jdk/jdk1.8.0_341/jre/lib/security/cacerts -storepass changeit | grep Alias
Wednesday, January 11, 2023
OAM 12c error Caused By: oracle.security.fed.controller.frontend.action.RequestHandlerRuntimeException: An error occurred while verifying/signing/encrypting/decrypting a message java.security.NoSuchAlgorithmException: http://www.w3.org/2001/04/xmldsig-more#rsa-sha256 Signature not available; oracle.security.fed.security.util.CryptoException: java.security.NoSuchAlgorithmException: http://www.w3.org/2001/04/xmldsig-more#rsa-sha256 Signature not available
error
Caused By: oracle.security.fed.controller.frontend.action.RequestHandlerRuntimeException: An error occurred while verifying/signing/encrypting/decrypting a message java.security.NoSuchAlgorithmException: http://www.w3.org/2001/04/xmldsig-more#rsa-sha256 Signature not available; oracle.security.fed.security.util.CryptoException: java.security.NoSuchAlgorithmException: http://www.w3.org/2001/04/xmldsig-more#rsa-sha256 Signature not available
Reason
This error happen once we applied the OCT 2022 patch and changed the algorithm to sha256 from sha1
it is a bug and oracle provided the patch
Oracle Access Manager (OAM) Federation Login Flow Fails "Incorrect username or password was specified" After Applying OAM BUNDLE PATCH 12.2.1.4.220906 (Doc ID 2905580.1)
Solution
Apply the above bundle patch to fix the issue
once certificate is updated follow the below steps to update database
once certificate is updated dow the following
downloadAccessAtrificats(domainHome="/../../domains/IAMAccessDomain",prosFile="/../dbschema.properties")
upload all certs into .oamkeystore and amtruststore
saveAccessAtrificats(domainHome="/config/oam_domain",profFile="/config/oam/oam_domain/bin/dbschema.properties")
if you dont run save command, new information will not show up
Tuesday, January 3, 2023
OAM 12c SAML Response needs value in firstname.lastname format in the response
Requirenment.
We need to achieve a reuirenment where SAML response should be firstname.lastname but our username attribute from the OUD have email address. Tableau require username attribute in this formate.
Solution.
In a SAML response we have to contatinate the firstname and lastname values to achieve username attribute value
here is the expresion we used in the SAML response username value.
${user.attr.givenname}.${user.attr.sn}
results was firstname.lastname
Subscribe to:
Posts (Atom)