300-810 · Question #135
Which SSO authentication method requires no action from the user when the session token times out?
The correct answer is A. web form. With web form-based SSO authentication, credentials (username and password) are stored or managed by the SSO system. When a session token expires, the system can automatically re-authenticate the user in the background by resubmitting the stored credentials through the web form…
Question
Which SSO authentication method requires no action from the user when the session token times out?
Options
- Aweb form
- Bsmart card
- Cexternal database
- Dlocal authentication
How the community answered
(31 responses)- A94% (29)
- C3% (1)
- D3% (1)
Explanation
With web form-based SSO authentication, credentials (username and password) are stored or managed by the SSO system. When a session token expires, the system can automatically re-authenticate the user in the background by resubmitting the stored credentials through the web form - requiring no user interaction. Smart card authentication (B) requires the user to physically present and re-authenticate with their card/PIN after a timeout. External database (C) and local authentication (D) are typically interactive methods that prompt the user again upon session expiration.
Topics
Community Discussion
No community discussion yet for this question.