Friday, September 21, 2018

SSO> PHP/C# Version of the Token Generator other than Java

Customer/Partner has an existing SSO job. Customer/Partner would like to know if there is another example for Single Sign On key generation other than Java included on the SSO Welcome Kit.
 
At this point, unfortunately there is no PHP nor C# version available for the token key generator. The Java example contained on the welcome kit is the only example as of now. The key generation is of a basic RSA encryption (1024 bytes), and that are many guides available on the web.
 
They can however, create their own encryption - this type of encryption is a basic RSA encryption (1024 bytes) and that there are many guides available on the web.
 
If Partner would need to implement their SSO integration, they could still use the Java example on the SSO Welcome kit to generate their 'starting' public/private key generation and be mapped on the Netsuite servers.
 
Eventually, when they decide to create their own type of encryption, they need to resend the public key for another insertion of this key into the Netsuite servers.

No comments:

Post a Comment