hub.eb?material_id=664&track_id=608

Single Sign On Using Links


URLs can be used to allow a user to access remote Verj.io Applications using Single Sign On (SSO). These URLs should be of the form:

https://[gateway]/verjioGateway.eb?application=[application]&formname=[formname]

Where:

  • gateway is the location of your Gateway.
  • application is the name of the remote application you want to access, as configured in the Gateway.
  • formname is the name of the form in the remote application.

You can use these links in your Verj.io Applications by putting them in a Hyperlink Control or you can use them in an anchor tag from any application.

These links send the user to be automatically authenticated on the Gateway, which then securely passes their credentials to the remote application.

Current Module

Related