Dear IFS experts,
we use IFS APPS 10 and have cloned it from the cloud to our local server.
In the cloud we use SSO.
How can I disable it for the local installation?
Dear IFS experts,
we use IFS APPS 10 and have cloned it from the cloud to our local server.
In the cloud we use SSO.
How can I disable it for the local installation?
Best answer by Link
Now I’ve found out the way.
I need to set the column ALLOW_DB_AUTHENTICATION to YES.
However, my goal is do that for each user with PL/SQL.
How can I find out the table name?
The debugger shows nothing.
Following tables are needed:
--User table select
Select * from FND_USER_TAB ut;
--Properties select
Select * from fnd_user_property_tab up
where up.name = 'ALLOW_DB_AUTHENTICATION'
and up.value = 'NO';
Then I’ve crated a script to update these tables.
Now SSO is deactivated on our local hosted IFS test environment.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.