skip to Main Content

Firebase Discord OIDC (Open ID)

Been looking for a way to connect Discord Auth with Open ID I have done all the steps according to the Firebase Open ID documentated found: https://firebase.google.com/docs/auth/web/openid-connect?hl=en&authuser=0 I have found a similar Auth provider using OpenID to connect to Discord…

VIEW QUESTION

Centos – Codeigniter OpenID ERR_SSL_PROTOCOL_ERROR

I am trying to implement Jumbojett OpenID Authentication in my Linux Centos 9 Server. This is my login controller (welcome.php) code: public function login_sso() { if (!$this->session->userdata('USERNIP')) { $oidc = new OpenIDConnectClient( $this->config->item('SSO_PROVIDER_URL'), $this->config->item('SSO_CLIENT_ID'), $this->config->item('SSO_CLIENT_SECRET') ); $isAuthenticate = $oidc->authenticate(); if…

VIEW QUESTION

Multi Domain with single login,

I have been planning to create a laravel+vuejs apps stretching across subdomains (presentation creator, forms creator, polls creator etc.,each in a subdomain) and will have 2 version of the same web app (indian version with different languages and content and…

VIEW QUESTION
Back To Top
Search