• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Tim Cooke
Sheriffs:
  • Rob Spoor
  • Liutauras Vilda
  • paul wheaton
Saloon Keepers:
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
  • Piet Souris
Bartenders:
  • Stephan van Hulst

Anonymous Login in Portal

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm new to portal. I have a need to redirect to a portal page using a link without login to portal server. I want the link should have anonymous login or it should substitute the userid and password in its query string. Can I do this ? Could any one guide me pl ?
 
Ranch Hand
Posts: 99
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

santho gundla wrote:I'm new to portal. I have a need to redirect to a portal page using a link without login to portal server. I want the link should have anonymous login or it should substitute the userid and password in its query string. Can I do this ? Could any one guide me pl ?




You are wanting to redirect to a portal page with the login credentials as URL parameters? This is a big security issue.

Let's talk about the big picture, what you are trying to do, to see if we can find the best answer to your question.

Cheers,
Philip
 
Greenhorn
Posts: 29
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you are taking about liferay portal, you can define page permissions so that certain pages need users to be signed in and others are available to anonymous users. you can do this from Manage pages and the permissions part of a page, tie the page to the logged in user role if you want it to be viewed by a logged in user, and tie it to the "Guest" or anonymous user role if you want it to be available without logging in.
 
What are your superhero powers? Go ahead and try them on this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic