Questions tagged [openid]

OpenID sets the standard for decentralized user authentication, eliminating the need to create new passwords for each website. Users can conveniently sign in using an existing account across multiple platforms.

Enhancing the functionality of the CakeDC users plugin to be compatible with Opauth or OpenID authentication methods

I am currently facing challenges while attempting to expand the functionality of the cakeDC users plugin by integrating it with the Opauth plugin. Particularly, I am struggling with incorporating the Opauth plugin for authentication purposes such as regist ...

Identifying Provider Logouts in Node.js Using OpenID

I am currently in the process of integrating OpenID with a Node.js server by utilizing this specific library. While logging in is relatively simple, I am facing challenges when it comes to detecting when a user logs out from their OpenID provider. For ins ...

"Secure access with Keycloak authentication in a .NET Core API and Vue.js Single Page Application

Currently, I am utilizing .NET Core for the backend REST API and Vue.js for the frontend. In my current setup, I have implemented authentication through a cookie. However, I am now looking to switch to authenticating via Keycloak. The goal is to have the ...

Facebook Connect Module for Silverstripe CMS

I encountered an issue while working with the Facebook authentication module. I was attempting to log in using Facebook, but it appears that it's not functioning correctly. After clicking the login button, it prompts for permissions on the Facebook site an ...

In search of a React.js/Redux OpenID library or example, particularly focused on Steam OpenID integration

Currently, I am developing a Node/Express REST + React/Redux application that requires Steam OpenID for authentication. Despite searching extensively for tutorials, libraries, or example code related to Steam OpenID (or any other OpenID), I have come up em ...