Superadmin creation via SSO

Hello,

Can we create a user as super admin like hiadmin via SSO in Helical Insight 5.0

Thank You,
Netta.

Hello Netta,

By default SSO user will assigned as ROLE_USER , in order to create SSO user as super admin

We need to provide below configuration details in the “customAuthentication.properties” in the below server path

...\hi\apache-tomcat-9\webapps\hi-ee\WEB-INF\classes

cipherAlgorithm = AES

cipherMode = ECB

cipherPadding = PKCS5Padding

cipherKey = HSpnzzfCLqrBn8Lk

defaultRole =

defaultTimezone = IST

defaultCompany =

defaultEmail =

Restart Helical insight server and create SSO token

If you login with SSO token , the user will be created with admin privileges

Thank You,
Helical Insight.