We have installed OAS 2024 imported a bar file from OBIEE 12.2.1.3 and excluded (Application Roles and Credentials) during import.
Now trying to enable AD Authentication, tried the below steps:
- Under myrealm, Provider tab > Added new Auth Provider named ADAuthProvider_1.
- Provided all the necessary details for Provider Specific settings, including Group Membership Searching: Set to Limited.
- Set the Control Flag of the DefaultAuthenticator & new ADAuthProvider_1 as "SUFFICIENT".
- Reorder Provider and keep ADAuthProvider_1 at the top.
- Restarted Server, and tested AD user lookup using the User and Groups tab under myrelam.
- Added below two properties (virtualize = true, OPTIMIZE_SEARCH = true) under Identity Service Provider in EM
- Restarted Server
When I try to log in using AD Credentials, I get this error The specified credentials could not be authenticated, please try again on the login screen, and the below error on bi_server1-diagnostic.log
[bi_server1] [ERROR] [] [oracle.bi.majel.dxd.svs] [tid: pool-34-thread-1] [userId: <anonymous>] [ecid: cbc27fbb-ab38-482a-a3a7-be819846a618-000000f3,0] [APP: bi-majel-application] [partition-name: DOMAIN] [tenant-name: GLOBAL] DATAWATCH TRIGGER HAS FAILED BECAUSE OF: java.lang.NullPointerException[[
at oracle.bi.majel.dxd.svs.DataWatchTrigger.getCPUsPerNode(DataWatchTrigger.java:86)
at oracle.bi.majel.dxd.svs.DataWatchTrigger.run(DataWatchTrigger.java:36)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[bi_server1] [ERROR] [OBI-SEC-00020] [oracle.bi.security.authentication] [tid: [ACTIVE].ExecuteThread: '50' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: cbc27fbb-ab38-482a-a3a7-be819846a618-0000078e,0] [APP: bi-security-login] [partition-name: DOMAIN] [tenant-name: GLOBAL] [DSID: 0000Oy4adw77U8T_U9WByc1aHgw7000002] [SI-Key: ssi] The specified user credentials could not be authenticated.[[
javax.security.auth.login.LoginException: OBI-SEC-00020
at oracle.bi.security.subject.SubjectAuthenticator.authenticateUserCredentials(SubjectAuthenticator.java:64)
Could someone please help me how to resolve this issue, i am trying to set up AD Authentication for the first time.