The user initiates an IDP-initiated transaction where the user keeps on looping between the redirect.jsp and the authentication URL and the authentication scheme. This can be verified by taking a fiddler trace.
User posts credentials to
https://_host.example.com/siteminderagent/forms/login.fcc
The user is redirected to redirect.jsp as expected:
http://_host.example.com/affwebservices/redirectjsp/redirect.jsp
From that page, the user should get access to the requested resource. Instead, the user again gets redirected to the authentication scheme URL.
https://_host.example.com/siteminderagent/forms/login.fcc
Any Partnership model.
From the logs, the user is not authorized to access the redirect.jsp file:
This is happening is because the user is "not authorized by the policy server":
From the Web Agent traces:
[03/11/2016][10:34:39][3736][3660][CSmLowLevelAgent.cpp:2011][AuthorizeUser]
[][*10.0.0.1][][mysamltest]
[/affwebservices/redirectjsp/redirect.jsp?SPID=https://_sp.example.com:4043/singlesignon.aspx&SMPORTALURL=http%3A%2F%2F_test.example.com%2Faffwebservices%2Fpublic%2Fsaml2sso][xxx][User 'CN=xxxxxx,OU=xxxx.....,DC=example,DC=com' is not authorized by Policy Server.]
From the Policy Server traces:
[03/11/2016][10:34:39.089][10:34:39][2016][3140][Sm_Az_Message.cpp:595][CSm_Az_Message::ProcessMessage]
[s1308/r7][mysamltest][][myagent][][mypage][mysamltest][][][][][][][][][][][][][]
[** Status: Not Authorized. ][][][][][][][][][][][]
[yz .. fz0mAJXF][][][CN=xxxxxx,OU=xxxx.....,DC=example,DC=com][][][][][][][][][][][][][][][][][][][][][][]
Effective Resource: iisagent/siteminderagent/redirectjsp/*