How to create a token with user with null organization

Hello Helical Team,

I am using helical insight EE version 5.0. I am doing sso using custom token based authentication method. What I would like to do is that create users with no organization, but by default it seems like some organization always gets assigned. Please help with the same.

Thanks,
Netta.

Hello Netta,

To create the SSO User with Super Organization- Status : Working fine


  1. customAuthentication.properties should be :
cipherAlgorithm = AES
cipherMode = ECB
cipherPadding = PKCS5Padding
cipherKey = HSpnzzfCLqrBn8Lk
defaultRole =
defaultTimezone =
defaultCompany =
defaultEmail =
  1. Prepare SSO Token similar to below:

Decrypted :username=ssousersuperorg|email=test@test.com|role=ROLE_USER,ROLE_ADMIN,ROLE_VIEWER

Encrypted :SAtwVVeIFPbrAMbdmzLqm7yecO3kp5S4gqfWNW6uGAEHcKVJXWL5UWV9Ae6YpVy_qw16FfVahbAAaTANPyvp0p1wgKdMnpyaICz2jmIXioE1nSX4U5mT6HwOP9r2wVVt

Thank You,
Helical Insight.