Category "oauth-2.0"

Best practice for combining android client, spring-boot backend and Oauth2 social login

I am attempting to create a project that combines an Android client with a spring-boot microservices architecture in the backend. The client application will co

"no_valid_keys_or_signatures" Error Calling DocuSign API through Java SDK for OAuth 2.0 Authentication

I am upgrading our application's authentication method into the DocuSign API from the DocuSign Legacy Authentication to the JWT Grant OAuth 2.0 Authentication.

How to authorize Rest API in Oracle Cloud?

I am creating a web application where users have the option to connect to Oracle Cloud. After authenticating to Oracle Cloud, our application will call Oracle C

Instagram Oauth2 java.lang.IllegalArgumentException: authorizationGrantType cannot be null

I try to create Oath2 registration. But I get this error: Caused by: java.lang.IllegalArgumentException: authorizationGrantType cannot be null at org.spring

How to add OAuth 2.0 authentication with smtp to send email using javascript?

I need to add oauth 2.0 security in my existing email submission form. There are some other methods that I found online but as I am using smtp, I just want to a

Google Oauth popup cancellation callback

When using Google Identity Services (GSI) I can display a popup to ask users to connect with their Google account. This is pretty well documented and it works w

Keycloak with Microfrontends

Given the shown architecture: MFE = Microfrontend SPA = Javascript browser app API-Gateway = Session to Token translation Is it possible via Oauth2, that the u

AzureAD joined/hybrid Device authenticate with MS identity platform

Can an AzureAD joined/hybrid device authenticate with Microsoft identity platform? I would like the device to retrieve the JWT access token, not a user account

Salesforce OAuth 2.0 implementation CRA

I am attempting to grab the authorization code appended to the redirect uri using the OAuth2.0 Web Server Flow for Web App Integration seen here: https://help.s

Q: OAuth2 for Imgur giving me over capacity status 500 error

I am trying to follow a tutorial for an image upload application For Vue.js however I am unable to authenticate with OAuth2 for Imgur. I am following exactly wh

How to use ResourceOwnerPassword flow when using AddAccessTokenManagerment?

I am setting up auto access token management like this: services.AddAccessTokenManagement(options => { options.Client.Clients.Add

How do I redirect to Google's consent page for Oauth2.0 in NodeJS Web app?

So I am creating an application with NodeJS and Express and some HTML. Basically after the user clicks login, it is supposed to make a GET request to the follow

How to get Azure App Service EasyAuth Apple sign in to work with MobileServiceClient.LoginAsync?

I have Azure App Service EasyAuth working successfully with Google, Microsoft, and Facebook providers in my Mobile App using the MobileServiceClient.LoginAsync

"Authorization not granted" error in Flutter app for Google Fitness

I browsed the Web for tutorials on how to use health package and Google Fitness API in a flutter app. I gathered the steps according to my understanding: Create

Google OAUTH for google fit, once I get some sensitive scopes approved if I add another sensitive scope will I have to reverify?

I am preparing an app to go through the Google OAUTH verification process to enable some sensitive scopes for google fit. My question is once I get some sensit

Google OAuth 2.0 failing with Error 400: invalid_request for some client_id, but works well for others in the same project

We have some apps (or maybe we should call them a handful of scripts) that use Google APIs to facilitate some administrative tasks. Recently, after making anoth

How Do I Sign In To Google with CEFSharp Browser in WPF?

I know this is a very basic question, but I'm creating a browser in wpf (I'm almost done with it) using CEFSharp, but I hit a snag with logging into google on s

could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet with oauth

I am doing a rest service with java spring boot. The tables are created correctly in the database and locally test everything works correctly, but when I mount

Google OAuth2 authentication in Swagger for a Node,js application

I have created a simple NodeJS application which is using Passport for handling OAuth2 authentication using Google. I created credentials in Google API, configu

Signing into Cognito app through Cypress programmatically , giving userpoolId and clientId is loading the app with out user data

I am trying to automate Sign In flow for an app with Cognito Identity Provider in Cypress. This is the code I am using cypress.json : "username": :<userName&