Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Check if site2pstoretoken is valid

user635881Mar 31 2009 — edited Apr 1 2009
Hi to all,
i'm writing my custom login page in sso environment (Oracle AS 10.1.2).
When i get from querystring parameter site2pstoretoken , i would like to check if it is valid or not (it come from sso server, but user could change it manually and then recall the login page).
When i submit page with a not valid site2pstoretoken (for example with site2pstoretoken="THISISNOTVALID") I get a 500 internal server error.
I would like to check its validity when i get it from querystring.
Is ther a method java (or another way) to check if it is valid or not? (Now i just check if it is null or not, but it is not enough).
Please help...
Thanks in advance
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 29 2009
Added on Mar 31 2009
1 comment
438 views