You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parent issue# JanssenProject/jans#3085
Currently, the admin-ui plugin reads the oidc client details from auiConfiguration.properties (placed on the server). this file contains op_host, client_id, client_secret, acrs_values, authz_endpoint, etc of oidc clients used for authentication and token generation. We will now store this information in the database (LDAP. MySQL etc..) in admin-ui configuration and remove auiConfiguration.properties. The admin-ui plugin will read the information from DB.
Steps:
Add the following jansConfApp to admin-ui configuration in the database.
duttarnab
changed the title
chor(jans-linux-setup): adding admin-ui client configuration to database
chor(flex-linux-setup): adding admin-ui client configuration to database
Dec 9, 2022
Parent issue# JanssenProject/jans#3085
Currently, the admin-ui plugin reads the oidc client details from
auiConfiguration.properties
(placed on the server). this file contains op_host, client_id, client_secret, acrs_values, authz_endpoint, etc of oidc clients used for authentication and token generation. We will now store this information in the database (LDAP. MySQL etc..) in admin-ui configuration and remove auiConfiguration.properties. The admin-ui plugin will read the information from DB.Steps:
jansConfApp
toadmin-ui
configuration in the database.jansAdminConfDyn
objectClass tojansAppConf
.Full configuration ldif
/opt/jans/jetty/jans-config-api/custom/config/auiConfiguration.properties
from installation.The text was updated successfully, but these errors were encountered: