is there anybody out there who is using Spring Boot Resource Server & Keycloak? I configured my application.properties withspring.security.oauth2.resourcese
i wish to disable the auth server when running in dev mode, which I am able to do so with %dev.quarkus.oidc.enabled=false . But it causes an exception given bel
I'm trying to implement social login using Microsoft account in AWS Cognito User Pools. I followed documentation and the solution mentioned in this thread: http
I have Nginx server that sends request to Apache server for protected content, Apache inturn forwards to Azure ADFS, for Azure ADFS authentication with Apache m
I have implemented Open Id Connect in my Angular application(ver.11) with angular-oauth2-oidc library. I am able to authenticate with Google authentication syst
I have an azure function (nodejs) and through the Authentication tab, I'm adding an OpenID Connect identity provider. After filling in details, when hitting the
I'm following Ory Hydra 5 Minute Tutorial. This tutorial uses a sample Webapp and I'm trying to understand the flow how to convert Code to Token via HTTP POST.
I want to read data from an API which requires authorization with openid-connect. My client should be written in ruby, so I can use it in a task to import data
As per this we implemented Spring boot auth with Azure AD: https://ordina-jworks.github.io/security/2020/08/18/Securing-Applications-Azure-AD.html Here the acce
I have some company website providing some information protected by azure AD. This works fine in the browser, but I would like to create some automation on comm
I've created a role and and a user in Keycloak and added one attribute in both of them; for example: my_role_attr = 'x' my_user_attr = 'y' Then I'm trying to
I use the this library to use oidc with nodejs What I need is the following: user login with user password, or have the data already the session cookie. this is
gapi.oauth2 is being deprecated so I'm trying to set up Google Sign In using the new GIS Client. However I'm having a serious issue when the user grants access
I am working on a DotNet Core Razor application that uses OpenIdConnect to authenticate against Azure AD. This site is currently targeting the .net 5.0 framewor
I have a regular web app, composed as usual of a frontend SPA (angular) and a backend. The server calls are protected from unauthorized calls through authentica
I'm trying to setup Apache Guacamole with KeyCloak as OpenID Connect Authorization Server. Guacamole is redirecting me to KeyCloak, I can Log in with my user I
- name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@master with: role-to-assume: ${{secrets.ARN_GITHUB_ACTI
We have integrated KeyCloak server with Azure Active Directory as Identity Provider for SSO Login. Log-in is working fine. However we facing problem with log-ou
I'm using OpenIdConnect authentication on my azure website (azure active directory, c#, MVC) and I'm randomly getting this error IDX10311: requireNonce is t
I have a project where I have developed a solution with Blazor WebAssembly Hosted model. I have a Server Project, a Client project and a Shared project (but I r