In the abstract, the OpenID Connect protocol follows the following steps:
- The Relying Party(Client), also RP, sends a request to the B-fy Identity Server.
- B-fy authenticates the End-User and obtains authorization.
- The IS responds with an ID Token.
- The Relying Party can send a request with the Access Token to the UserInfo Endpoint.
- The UserInfo Endpoint returns Claims about the End-User.
