________ is a common protocol used alongside OAuth for secure authorization.
- HMAC (Hash-based Message Authentication Code)
- JWT (JSON Web Token)
- OpenID Connect
- SAML
OpenID Connect is a common protocol used alongside OAuth for secure authorization. It provides a way to verify the identity of the user and obtain additional user information during authentication.
Loading...
Related Quiz
- What is the impact of high-level logging on the performance of a CodeIgniter application?
- For a blog platform, the developer needs to implement pagination that dynamically adjusts the number of posts per page based on user preferences. This functionality is implemented through ________.
- What is the primary purpose of the 'application' directory in CodeIgniter?
- The ________ feature in CodeIgniter's database utilities is used to improve query execution time.
- How does CodeIgniter's session management differ when using database versus file-based storage?