jump to navigation

Enabling Bypass Signon January 24, 2010

Posted by Nilotpal Mrinal in PeopleSoft.
Tags: , , ,
trackback

Happy New year to all of you.Its been long since my last post.

Recently I was implementing forgotten password functionality in PeopleSoft. Earlier it was taken care by Portal. But now customer is decomissioning Portal system they want to implement this functionality on Finance homepage.

The  first step for this was to create a new site and make it bypass signon enabled.

Even for a single server domain , multiple sites can be create. The http port will be same. Once the site is created , make following changes to configuration.properties file and bounce the webserver.

byPassSignOn = True

defaultUserId = <UserId>

defautltPWD = <UserPwd>

Also make public access enabled in Web Profile for the user id given in configuration.properties file.

After that change the PIA link from http://<myserver>/psp/<sitename>/?cmd=login  to  http://<myserver>/psp/<sitename>/?cmd=start.

This change makes webserver to check for bypass signon , and thus didn’t ask for authentication.

Once this is set you can create an userid with appropriate permissions ( which will only access forgotten password component ) and give that as a direct link on the signin.html page.



Comments»

1. People’s Blog for PeopleSoft « Oracle jgaicc - April 27, 2011

[...] Enabling Bypass Signon January 24, 2010 [...]

2. People’s Blog for PeopleSoft « Oracle jgaicc - April 27, 2011

[...] Posted by neil0605 in PeopleSoft. Tags: Forgot Password, People Tools, PeopleSoft, PeopleSoft Signon add a comment [...]


Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.