Where "auth_redirect.do" page is present in SNOW Instance?

Sudipta Pattna1
Kilo Expert

Hi Experts,

I am looking for a page  "auth_redirect.do". So can anyone please tell me that where the "auth_redirect.do" page is present in SNOW Instance? I already went through the UI Page, UI Macro and Form, but with no luck didn't find this page.

Regards,

Sudipta

10 REPLIES 10

Yes. You can raise a hi ticket. But what do you want to modify? I think they will deny making changes to that page

Please mark this response as correct or helpful if it assisted you with your question.

Hi Sajiv,
 
I set up an SSO Integration with Liferay tool. Within Liferay, I load the SNOW page inside an iFrame. So when SSO happens, it calls "auth_redirect.do" page. During SSO, it goes to the top window and then redirects to SNOW Page. Whereas my requirement is, it shouldn't go to the top window and redirects to SNOW page within the iFrame.
 
My client had done this earlier and it's working as we aspected. But I am wondering that how it was done!!! 
 
When checked SAML Developer tool in Chrome, I got in response that they modified to "self.window.location" instead of "top.window.location". 
 
So finally I conclude that they must modify the page "auth_redirect.do". 
 
Please share your ideas and suggestions in this scenario.
 
Anyone having any knowledge/suggestions please share as well.

This is hard coded. Turn on chrome developer tools and check the source for not_allowed.do

Hi Agreenberg,

Had I have seen that "not_allowed.do" page source is not available to view. But which developer tool you talking about?

 

 

As I mentioned above, "Chrome Developer Tools"

And the page auth_redirect.do should redirect you to not_allowed.do where you can inspect page and bring up the developer tools console for you to parse through the page.

find_real_file.png