An open source enterprise digital identity platform for CIAM or workforce... Janssen is a distribution of standards-based, developer friendly, components that are engineered to work together in any cloud. #OAuth #OpenID #FIDO
Parent issue# https://github.com/JanssenProject/jans/issues/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.
Parent issue# https://github.com/JanssenProject/jans/issues/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.