300-810 · Question #228
Which HTTP response code does Cisco UCM use to redirect a client to the identity provider for authentication?
The correct answer is D. 302. In SAML-based Single Sign-On (SSO), when a user attempts to access a Cisco UCM resource without an active session, UCM acts as the Service Provider (SP) and must redirect the client's browser to the Identity Provider (IdP) for authentication. This redirect is accomplished using H
Question
Which HTTP response code does Cisco UCM use to redirect a client to the identity provider for authentication?
Options
- A300
- B301
- C304
- D302
How the community answered
(27 responses)- A4% (1)
- B4% (1)
- C4% (1)
- D89% (24)
Explanation
In SAML-based Single Sign-On (SSO), when a user attempts to access a Cisco UCM resource without an active session, UCM acts as the Service Provider (SP) and must redirect the client's browser to the Identity Provider (IdP) for authentication. This redirect is accomplished using HTTP 302 Found, which is a temporary redirect response. The browser follows this redirect to the IdP's login page. HTTP 301 is a permanent redirect, which is not appropriate for dynamic SSO flows. HTTP 300 is a multiple-choice response, and 304 means 'Not Modified' - neither is used in SSO authentication flows.
Topics
Community Discussion
No community discussion yet for this question.