Best practice to configure web layer (reverse proxy) with SSO when using OAuth
Hi,
I have a pega app that had setup with SSO.
Recently, there was development to display cases with OAuth.
The case page display wrongly the first time after user login.
The case page only display correctly after user open the same URL again.
The cookies when display wrong page.
Pega-AAT = Pega-AAT=%7Bapp%7D; Path=/xxx/; Max-Age=0; Secure; HttpOnly
Pega-RULES={atn}e3ByfW9ScGM5......rZXF2dz09%7Bapp%7D; Path=/xxx/; Max-Age=120; Secure; HttpOnly;
The cookies when display correct page.
Pega-AAT=eyJraWQiOiI3Nj......07JE2nlqoE%7Bapp%7D; Path=/xxx/; Secure; HttpOnly
Pega-RULES=%09%7Bpd%7DAAAABw......D%3DA%7Bapp%7D; Path=/xxx/; Secure; HttpOnly;
I'm wondering is there specific cookies setting need to be set in the reverse proxy.