You are viewing limited content. For full access, please sign in.

Question

Question

Weblink single sign-on without Windows Authentication

asked on June 8, 2020

Can I do Weblink single sign-on without Windows Authentication by passing a user id to the Login.aspx page?

0 0

Replies

replied on June 8, 2020 Show version history

WebLink can also do SSO with LFDS. It sounds like you aren't really talking about SSO though. If the identity comes from the URL that's a whole different approach than if it's coming from another identity provider. The LoginModule provides a hook where your code can determine what credentials should be used to authenticate to LFS.

0 0
replied on June 8, 2020

All of our users have restricted access to repository locations, so my SSO will need the Logon Id passed.

0 0
replied on June 8, 2020

Right, so you would read the logon id, determine from that what credentials to use, and pass those to LFS. You can do that in a LoginModule. You have a secure way to pass the logon id, right?

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.