Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
1 answer
37 views

I am learning Spring Authorization Server and trying to build a simple OAuth2 Authorization Server without OpenID Connect. i want to handle the login page myself inside the same Authorization Server ...
Praveen kumar's user avatar
Advice
0 votes
0 replies
50 views

Im posting here because cant get a working example of oauth2 client implementation in spring boot 3.5.7 This is my first time ever implementing this type of authentication and cant manage to make it ...
FakiB's user avatar
  • 23
-4 votes
0 answers
32 views

I'm Getting This Facebook OAuth Error For Real Users, But It Works Fine For App Testers Error Message: "It Looks Like This App Isn't Available. This App Needs At Least One Supported Permission.&...
yoloooov5's user avatar
0 votes
0 answers
58 views

I'm trying to configure the OAuth consent screen for my Google Cloud project but I keep getting redirected to a different page. What I'm trying to do: Configure OAuth consent screen settings (app name,...
Thomas McIvor's user avatar
0 votes
1 answer
57 views

I'm trying to connect vs code to a local MCP server that is using HTTPTransport and is secured by OAuth. It was working fine up to the point I started validating the scope. builder.Services....
Bruno Willian's user avatar
1 vote
1 answer
70 views

I'm trying to enable Client Credentials grant to secure API endpoints. I want to create an API between a database and several websites (and SPAs) so I can monitor what website/SPA calls which ...
Srinidhi reddy's user avatar
1 vote
0 answers
56 views

I am using Amplify and Cognito's hosted UI Login page to handle my user authentication. I am able to redirect to the cognito hosted page, enter my user credentials, and redirect page to my sign in ...
hankyypankyy's user avatar
0 votes
0 answers
40 views

I'm using Swagger UI to test APIs that require authentication to IdentityServer8 via OAuth 2.0 implicit flow. Is there any way to pass a custom parameter from Swagger UI to IdentityServer8 during ...
EM0's user avatar
  • 6,555
0 votes
1 answer
86 views

I’m developing a Spring Boot application deployed behind an AWS API Gateway (HTTP API v2) with Lambda (handler based on SpringBootLambdaContainerHandler and HttpApiV2ProxyRequest). I’m using OAuth2 ...
nekatte's user avatar
  • 11
0 votes
0 answers
98 views

I’ve built an app similar to gmass.co/inbox I'm using gmail.readonly to help check where our emails land (Inbox, Promotions, Spam, etc.) in specific Gmail accounts before launching email campaigns. ...
Halim's user avatar
  • 1
0 votes
0 answers
45 views

we want to migrate our LDAP users to SSO from our #synapse #matrix server and we have already many users, which are using Microsoft SSO Login. Matrix Synapse uses Authlib and there is a table (...
Denny Fuchs's user avatar
1 vote
1 answer
94 views

I follow the book Pro Spring Security 6 and try to make a simple OAuth 2 authentication. My configuration: @Configuration @EnableWebSecurity public class SpringSecurityConfiguration { @Bean ...
Arkadi's user avatar
  • 45
1 vote
0 answers
78 views

I'm trying to post a job description to LinkedIn using their ugcPosts API through my Flask backend. I’ve successfully obtained a 3-legged OAuth 2.0 access token with w_member_social scope. Token works ...
Sheeza's user avatar
  • 1
0 votes
0 answers
60 views

Problem Summary I'm developing an Angular front-end (v17.3, @angular/service-worker v17.3.2) that interacts with a Spring Cloud Gateway and Spring Authorization Server to handle OAuth2 login. The ...
Petr Prouza's user avatar
0 votes
0 answers
33 views

I want to use the Google Calendar Integration of Home Assistant. Since I want the integration to have only read_only access, I have configured the oauth scopes as follows However, when setting up the ...
baouss's user avatar
  • 2,010
0 votes
0 answers
44 views

We are currently working on a token-exchange scenario using Keycloak token exchange support. We plan to exchange a token issued by a realm named realm_A against a token issued for another realm called ...
Oligatorr's user avatar
0 votes
0 answers
82 views

I’m working with the Instagram Graph API in a Laravel backend. My goal is to exchange a short-lived Instagram user token for a long-lived token, but it keeps failing with an error in production ...
khuzaima akram's user avatar
1 vote
0 answers
52 views

Goal: I am trying to call a 2nd Gen Google Cloud Function (Python, private/requires authentication) from Google Apps Script (GAS). The Problem: The execution consistently fails. When ScriptApp....
Jinnosuke Yamada's user avatar
0 votes
1 answer
43 views

I am trying to persist data about oauth logged users, but it seems that the method that I have overridden (loadUsers from DefaultOAuth2UserService) is not being called upon login completion. My code ...
Theodor3699's user avatar
0 votes
0 answers
55 views

I'm working on a web project which using an ASP.NET Core 8 Web API in the backend and Vue 3 as frontend. Authorization process is handled with OAuth 2.0 and the app issues a token (valid for 10 ...
RaZzLe's user avatar
  • 2,150
0 votes
0 answers
47 views

After a few years of working at the back of the backend, I'm back working on a full-stack project. We need a username + password login with MFA which I'll use a TOTP for. There will be no third-party ...
user2268997's user avatar
  • 1,411
0 votes
1 answer
77 views

We’re beginners with Azure API Management (APIM) and Entra ID. Context: Users are on an intranet using Windows 11. A new ReactJS SPA needs to call our Azure APIM. Access to the backend should be ...
ClaudeVernier's user avatar
1 vote
0 answers
57 views

I’m integrating Facebook login in my Flutter app using Appwrite Cloud. Google OAuth works fine, but I’m stuck with Facebook. Here’s what happens: When I log in with Facebook, the popup opens, I click ...
Mohammed Bekele's user avatar
0 votes
1 answer
165 views

I am using google_sign_in 7.1.1 package to implement oauth with google in my flutter app. I've created oath client id using firebase authentication also added sha-1 fingerprint to app configuration. ...
Sateeshkovvuri 's user avatar
1 vote
0 answers
49 views

I created a new Autodesk APS app with Client ID: ap3k3LvbSEKgACbnlk4lt6LryCVckkKtfK5SbXRr7vQVdUJ4 The app is configured in the APS Developer Portal with Autodesk Construction Cloud API enabled, and it ...
Corey Hebert's user avatar

1
2 3 4 5
493