Hello, I asked a question a while back. just getting to implement it and having issues.
Original question:https://wisej.com/support/question/different-entry-point-for-logging-into-the-application
I created a SSO.aspx page that basically looks identical to the default.html. just running the page – does not start up the WiseJ application like default.html does.
What am I doing wrong ?
Hi Edmond,
Just wanted to know if everything’s okay.
If not just let us know.
Best regards,
Alaa
Forgot to add that you also need a .json configuration with the same name as the startup page. Default.json, SSO.json, etc. Usually for SAML signing I have seen customers using Default.aspx.
2. The json can also refer back to the page because it’s used by the wisej module for “pretty urls”. If you don’t specify the extension (i.e. /SSO or /”) Wisej module looks up a json with the same name, then redirects the browser to the page specified in the json and back to 1.
Sorry we missed the additional comment. For the user data:
Application.Browser.UserData. It’s a dynamic object. Wisej.userData = {name:'<%=SAML[“Name”]%>’} Will be on server Application.Browser.UserData.name.
All you need to start up the wisej app is
<script src=”wisej.wx”></script>
And of course the handler in web.config.
Please login first to submit.