By default, users can comment as guests or sign up for a HYVOR account. However, if you already have an authentication system in place, you can use Single Sign-on (SSO) to allow users to comment using their existing accounts - no need of a separate HYVOR account.
When using Single Sign-on, you will be sharing user data with us, which may include the user's name, email, and other metadata. This data will be handled according to our Privacy Policy. The email will only be used to send notifications to the user when someone replies to or mentions them. Other data will be shown publicly with the user's comment and profile.
GDPR requires you to allow users to edit and delete their data. Editing will be automatically
done. For example, if the user edits their name on your website, his SSO profile will be
automatically updated when he logs in again to the comments system. Deleting needs to be
implemented using our Console API. When the user deletes their
account on your system, call the /sso/delete-user
endpoint to delete their account.
There are three ways to set up SSO:
Here are some platform-specific tutorials from our blog to set up SSO (stateless) with HYVOR Talk:
We have tested our OpenID Connect implementation with the following providers (follow the links for detailed instructions on our blog):
Some providers may have slightly different OpenID Connect implementations. If you run into any problems, feel free to contact us. Azure Active Directory B2C is not supported due to lack of support for the user info endpoint.
https://talk.hyvor.com/embed/oidc
https://login.identityprovider.com
.Once it is set up, the login button in the comments section should take users to your authentication provider's login page instead of HYVOR login. Make sure to test it by logging in.