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://domain.com/siteminderagent/forms/login.fcc
The user is redirected to redirect.jsp as expected:
http://domain.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://domain.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]
[000080fe00000000c71cad7ce6a4aecf-0e98-56e2f39f-0e4c-0073428b][*10.0.0.1][][mysamltest]
[/affwebservices/redirectjsp/redirect.jsp?SPID=https://mysp.myspdomain.com:4043/singlesignon.aspx&SMPORTALURL=http%3A%2F%2Fmytest.mytestdomain.com%2Faffwebservices%2Fpublic%2Fsaml2sso][schisen][User 'CN=UserName,OU=Users,OU=xyz,OU=abx,DC=na,DC=abc,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. ][][][][][][][][][][][]
[yzE0FFdo0TZLruLd+WWV7JKyglsuNdNfsm9mQVkmpjBUZwMeb05UJrJIR12dRdroAT7LzV9V9rLgozSt7J+S+Px267/pSFdIIYiAFHeZvgD//DOYsUVNL8VtjPzJbR60nycpaYYulM9RIP1aUTGvF5w0UAgjVR1QbDNFJ9AIAZDoxJqd0SgGb1P9BRT6MnIjBRnk6ZJBW8hS4Prc7BrFzhZ4z5X3tpt+tqGgDkSy9me9BgNc3GHogTEW6A9bo7vuR3hoM2XBarGamVcmV4S8udvasydnInzn6f1DU09+b2IcmS+0VvpmXSNNu/QamXqSY0IAoWyfK3TgHNz8Ah++07ajZqzQpO4l4sQ3SLdr26a4R9OD+DEQNVd4Si9KrYtNE7jVPVuNw2vQBqPJZUgq7io/fUERb6IejJ+9LVRlGchn4CEikCBBRHW7I5ABs+Xzs3jFMB8Cz/B3kRazK+CEGShmIdz46Qa5xMe/0ZJgc5TQsW6GCkTQGuQ+fz0mAJXF][][][CN=UserName,OU=Users,OU=xyz,OU=abx,DC=na,DC=abc,DC=com][][][][][][][][][][][][][][][][][][][][][][]
Effective Resource: iisagent/siteminderagent/redirectjsp/*