I am somehow confused with the Logon Process in EP. I will put down what I understood. please correct me if I am wrong.
1. when the user clicks on http://.../irj depending on the path in index.html in root folder, it gets redirected to com.sap.portal.navigation.portallauncher.anonymous ( or .default)
2. say for example it redirected to com.sap.portal.navigation.portallauncher.default.
3. I dont know what happens here internally in this portal.navigation.portallauncher.default, but somehow got a feeling that it contacts Authschemes.xml at this point and calls the correspodning authscheme (let us say be default "com.sap.portal.logon.par" )
is this process correct? if not please correct me.
ok, now if i create an iview based on logon.par and place it on a page.
1. will com.sap.portal.navigation.portallauncher.default come into picture at all?
2. should i change the authschemes.xml, if so when will this be invoked.
could some one clarify how these terms are interlinked
1. authschemes.xml
2. com.sap.portal.navigation.portallauncher
3. com.sap.portal.logon.par
4. http://.../irj
5. index.html in root folder.
Thank you