1
0
-1

Hi guys,

 

I got Kerberos to work with Joget v6 - great documentation by the way!

Now I am wondering if I need to use the SSO URL always because otherwise when people access direct userviews of apps they won’t be signed in automatically.

What’s the best way of making that work? Some javascript in the userview? Or does the plugin support something like: joget_kerberos_sso_url/sso?redirect=url_to_direct_user_to

Any help would be much appreciated!

cheers

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Hi, based on the documentation you would need to use the SSO URL. Perhaps you could provide an SSO button for the user to click on in the userview. Or like you mentioned, use JavaScript to automatically redirect.

      1. Eric

        Hi Anders, Any ideas conceptionally how javascript might handle this. I was thinking something on the login page that opens a popup with the sso url and somehow catches when the login is successful, closes the popup and reloads the requested page? If SSO is unsuccessful it should just load the normal login page I suppose... Cheers, Eric

      CommentAdd your comment...