Context: Sonarqube: 9.2.4.50792 --> https://sonar.dev.mycompany.com/ Gitlab: 13.4.3-ee --> http://git.mycomany.com/ What I am trying to achieve: I try to
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 am reading about JWKS and found information about the key rotation concept - https://developer.okta.com/docs/concepts/key-rotation/ Let's assume I use JWKS in
I am working on a Spring Boot B2B application, where I would like to onboard a considerable number of tenants. Each of the tenants has its own authentication pr
I am trying various Java Spring based security implementations as follows 1. JWT Authentication User access / Springboot identifies as protected resource and
Am using Laravel Passport to build an API, I removed the web routes and its guard accordingly How can I test user logout? This is what I have so far: Lo
Working on an Azure AD-based authentication using OAuth2 and its On-Behalf-Of authentication flow. I am wondering how to actually check the token comparison bet
I've been trying to work through this for a couple of days now. I have a slack app working in development using Slack/Bolt and the built in Express Server. In d
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
I am trying to secure an SPA, now there is recommendations to use PCKE which is fine, there is also a lot of articles which suggest use post form response, howe
I'm trying to get auth0 to work with quarkus: resources i've used are: https://github.com/quarkusio/quarkus-quickstarts/tree/main/security-oauth2-quickstart htt
I am trying to do a personal project related to gathering data from YouTube, and I am having a heck of a time using the API methods that require one to authenti
I've followed a training in Go as an introduction to microservices architecture a while ago. Getting back to this project I realise that I need more context as
My current flow is such: User clicks login to third party Upon grant, the third party redirects to configured redirect uri with code Forward code to backend to
I am trying to properly implement Authorization Code flow for a 3rd party REST api for my users to use. However, I am not sure if I am doing it correctly with t
I am building a flutter app that needs the user to authenticate against an identity provider in order to user the app. I am using the package simple_auth_flutt
I've read a number of similar questions on here and blogs online, I've tried a number of configuration changes but cannot seem to get anything to work. I'm usin
I am looking to create a flow somewhere in the Azure stack to allow me to get M2M authentication between Azure Synapse and NetSuite. The goal is to be able to d
The Google Developer Sheets API for Javascript has a great quickstart: https://developers.google.com/sheets/api/quickstart/js My application is based on this an