The OpenID Connect protocol is an extension of ______ and is used for authentication as well as identity provisioning in web applications.
- OAuth 2.0
- SAML
- JWT
- LDAP
The OpenID Connect (OIDC) protocol is indeed an extension of OAuth 2.0. It is designed to provide identity and authentication services on top of OAuth 2.0, making it a powerful tool for web application security. SAML, JWT, and LDAP are different technologies with distinct purposes.
Loading...
Related Quiz
- What does the resolve function do in a JavaScript Promise?
- The ______ command can be used to update the package.json file to match the actual versions installed in the node_modules directory.
- In Express.js, which middleware is used to handle errors?
- How does normalizing database tables impact the Read and Update operations in CRUD?
- Can you modify the package.json file after it has been created by the npm init command?