1. Go to Setup > Integration > SuiteSignOn > New
2. Provide a Name for the SuiteSignOn record
3. Input a shared secret and confirm shared secret
4. Fill out the Connection Points
§ URL should be in this format: {https://}{Your IP Address}:{The SSL Port 8443}/{Application Name}. For example, https://localhost:443/SSO/demoApp.php
§ Set Integration Variable to: constant1='312' //
In the demoApp.php, you can then get the constant variable by calling:
$nsId = $_GET['constant1'];
No comments:
Post a Comment