cancel
Showing results for 
Search instead for 
Did you mean: 

SPNego : FallBack requirement

former_member184682
Participant
0 Kudos
70

Hi There,

We are currently setting up SPNego SSO for our global Portal. Everything seems to work fine.

However we want to also accomodate the "unlikely" case of SPNego not working (Say for example user is not using the recommended browser or so)

Our requirement is

1) If the SPNEGO SSO fails for some reason, we should be able to detect this failure and call a page (we can design this page with a certain message)

2) If we are not using SPNEGO at all (which is possible for instance by putting a ?spnego=disabled as an addition to the portal url) then it should call the standard portal logon screen which is the default behaviour

If we try to change the portal logon par file, even case 2 above would show the customized logon screen. So is it someway possible to "CHECK" for a spnego failure and call a customized page?

I guess you would have to play with the login modules? Please provide your valuable suggestions

Thanks

Chan

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member201257
Active Contributor
0 Kudos

Right. You will need to configure your logon module stack to have a fall-back to UID and PW.

When the SPNEgo module fails, the portal will present the logon form (UID and PW).

See the blog series http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/8235. [original link is broken]

Thanks,

Shanti