Automatic login via url
fredendrix
Posts: 32
Hi!
Is there any way we could "bypass" logon screen while navigating DM server via a direct link?
For example, i'd like to publish a link for release notes to some users and i'd like to "auto-login" guest users. I've tried some kind of:
http://srviis04:666/projects/crm/releas ... word=guest
or
http://guest:guest@srviis04:666/project ... 1.1.2.6739
But neither works... Always redirected to login page...
Any idea?
Thanks!
Is there any way we could "bypass" logon screen while navigating DM server via a direct link?
For example, i'd like to publish a link for release notes to some users and i'd like to "auto-login" guest users. I've tried some kind of:
http://srviis04:666/projects/crm/releas ... word=guest
or
http://guest:guest@srviis04:666/project ... 1.1.2.6739
But neither works... Always redirected to login page...
Any idea?
Thanks!
Comments
For security reasons, we don't support auto-login using Deployment Manager authentication. Section 3, "LOGIN CSRF" of this research paper details the kind of things that can go wrong if we did: http://seclab.stanford.edu/websec/csrf/csrf.pdf
Also, for security reasons, we don't have a guest account and don't recommend one. Giving each user their own account makes it much better to both audit changes, as well as lock read access down.