Issue
While creating a new IDP record and providing all the necessary values , saving the record results in the below error:
java.sql.BatchUpdateException: (conn=398019) Duplicate entry '<IDP URL>' for key 'idp'
Error Message
Invalid insert
when a user receives below message the issue is from a duplicate entry:
Error MessageUnique Key violation detected by database (ORA-00001: unique constraint (IAAS_TEST.IVPTTQBF_U) violated)
Cause
Another Identity Provider configuration exists with the same Identity Provider URL
Resolution
Identity Provider URL is unique for instance and only one IDP configuration must exist with that Identity Provider URL.