Hi,
I am facing an issue session timing out in ADFS environment. It is expected that after 60 minutes when the user clicks on any link, he/she should be prompted to enter the password. The token lifetime is set to defualt i.e 600 and in sharepoint web.config its 60 mins. I have similar setting in another environment and it working fine there. I have captured the http traffic on both environments and it is as follows:
| Environment 1: |
| Method |
Result |
Type |
URL |
RedirectURL |
| GET |
302 |
text/html |
https://napacite-sps/EN/Pages/Consolidation.aspx |
https://napacite-adfs.napacite.com/adfs/ls/?wa=wsignin1.0&wreply=https%3a%2f%2fnapacite-sps%2f&wct=2010-02-02T06%3a52%3a19Z&wctx=https%3a%2f%2fnapacite-sps%2fEN%2fPages%2fConsolidation.aspx |
| GET |
302 |
text/html |
https://napacite-adfs.napacite.com/adfs/ls/?wa=wsignin1.0&wreply=https%3a%2f%2fnapacite-sps%2f&wct=2010-02-02T06%3a52%3a19Z&wctx=https%3a%2f%2fnapacite-sps%2fEN%2fPages%2fConsolidation.aspx |
https://napacite-adfs.napacite.com/adfs/ls/auth/integrated/?wa=wsignin1.0&wreply=https%3a%2f%2fnapacite-sps%2f&wct=2010-02-02T06%3a52%3a19Z&wctx=https%3a%2f%2fnapacite-sps%2fEN%2fPages%2fConsolidation.aspx |
| GET |
401 |
text/html |
https://napacite-adfs.napacite.com/adfs/ls/auth/integrated/?wa=wsignin1.0&wreply=https%3a%2f%2fnapacite-sps%2f&wct=2010-02-02T06%3a52%3a19Z&wctx=https%3a%2f%2fnapacite-sps%2fEN%2fPages%2fConsolidation.aspx |
|
| GET |
200 |
text/html |
https://napacite-adfs.napacite.com/adfs/ls/auth/integrated/?wa=wsignin1.0&wreply=https%3a%2f%2fnapacite-sps%2f&wct=2010-02-02T06%3a52%3a19Z&wctx=https%3a%2f%2fnapacite-sps%2fEN%2fPages%2fConsolidation.aspx |
|
| POST |
302 |
text/html |
https://napacite-sps/ |
https://napacite-sps/EN/Pages/Consolidation.aspx |
| GET |
200 |
text/html |
https://napacite-sps/EN/Pages/Consolidation.aspx |
https://napacite-sps/EN/Pages/Consolidation.aspx |
|
|
|
|
|
| Environment 2 (Not working): |
| Method |
Result |
Type |
URL |
RedirectURL |
| GET |
200 |
text/html |
https://devitg1-sps/EN/Pages/Consolidation.aspx |
|
| GET |
200 |
text/css |
https://devitg1-sps/_layouts/1033/styles/HtmlEditorCustomStyles.css?rev=8SKxtNx33FmoDhbbfB27UA%3D%3D |
|
In 2nd environment it is not getting redirected to signin page not sure why!
Appreciate if anybody could provide any pointers.
Thanks,
resh