feat (jans-linux-setup): adding admin-ui client configuration to database #3260
Labels
comp-jans-linux-setup
Component affected by issue or PR
enhancement
kind-feature
Issue or PR is a new feature request
Parent issue# #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: