OpenID Connect is an identity layer on top of the OAuth 2.0 protocol, which allows for the secure issuance of access tokens representing user identity. It relies on JSON Web Tokens (JWTs) for the identity information of the users, which enables client applications to verify the identity of the end-user based on the authentication performed by an Authorization Server, as well as to obtain basic profile information about the end-user in an interoperable and REST-like manner.
Bookmark is a simple type of web app connector that doesn't provide single sign-on (SSO) capabilities. Instead, it acts as a shortcut, allowing users to quickly access web applications or URLs without requiring any form of automated authentication.
Browser Extension refers to a tool that automates the process of entering a user's credentials into applications that do not support standard SSO protocols. The extension can store the username and password and automatically input these details when the user navigates to the login page of a web application, effectively simulating an SSO experience for non-SSO applications.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit