oauth-2.0 Questions
2
I read several post talking about some similar problems, but I don't get yet to do this to work.
I'm doing ajax to "Account/ExternalLogin" which generates the ChallengeResult and starts the flow f...
Rodrigorodrigue asked 8/12, 2014 at 18:52
5
I followed the tutorial in the readme of the omniauth-google-oauth2 gem and when I click the link on my root (@ pages#home), <%= link_to "Sign up with Google", user_google_oauth2_omniauth_author...
Panarabism asked 24/3, 2017 at 2:46
3
I have to build a .Net console application that runs on server side as a batch, and sends email to recipients using Office365 and MailKit.
Our company has recently introduced MultiFactor Authentica...
4
Solved
When using Google's OpenIDConnect authentication system, it's possible to specify email or profile or both in the scope parameter. If you request the email scope, the "email" and "email_verified" c...
Baily asked 24/8, 2015 at 5:47
2
Solved
I am asking a question conceptually here as I am trying to understand the relationship between scopes and user roles in an OAuth2 based system.
As I am implementing an API, I want to restrict acc...
Downtrodden asked 2/2, 2018 at 11:17
14
I am trying to use OAuth authentication to get the Salesforce Authentication Token, so I referred wiki docs, but after getting authorization code, when I make a Post request with 5 required paramet...
Runoff asked 9/10, 2012 at 6:48
9
OAuth 2.0 defines "state" parameter to be sent in request by client to prevent cross-site request attacks. Same is mentioned in OpenID spec for "nonce". Apart from the fact that "nonce" is returned...
Tabatha asked 20/10, 2017 at 7:30
7
Solved
I'm currently using Cognito User Pools, federated with Google as an identity provider, to handle user sign in for my web app. At the moment, I have only implemented Sign-In with Google. This is cur...
Piceous asked 29/9, 2019 at 10:14
6
Solved
I am trying to athenticate to the gcloud sdk using : gcloud init.
I get a URL I'm supposed to access in order to copy a token and return it to the CLI... but instead of a token, I get this error :
...
Galahad asked 18/3, 2022 at 17:52
2
Solved
I have seen the Spring security docs.https://docs.spring.io/spring-security/site/docs/5.2.1.RELEASE/reference/htmlsingle/#oauth2 But I don't really know the different use-case between oauth2Login()...
Harrisharrisburg asked 26/11, 2019 at 6:21
8
I have a mobile app(react-native), a resource service(spring boot) and Keycloak Authenticatioin Service(Auth-Service).
Client makes authentication directly with Auth-Service and gets the access to...
Scarletscarlett asked 23/5, 2020 at 1:38
1
I'm using IdentityServer4 and trying to connect an MVC app up for authentication. I currently have things working by using the implicit flow, but I have run into the problem that my access tokens a...
Estrellaestrellita asked 7/7, 2020 at 2:9
5
Solved
I've been trying to use the API of the website Idealista (https://www.idealista.com/) to retrieve information of real estate data.
Since I'm not familiarized with OAuth2 I haven't been able to ob...
3
I am trying to use the PKCE flow for the user authentication.
After successful redirection by using the following pattern:
https://twitter.com/i/oauth2/authorize?response_type=code&client_id=M1...
1
I'm using the identity API in my Chrome extension to authenticate users and prove to my backend who they are. This works fine for the most part, I use getAuthToken to get an OAuth access token that...
Dhoti asked 10/6, 2021 at 20:46
7
I am using firebase and its google auth tool , everything works fine the user data is getting saved in the database but i get a error every time the popup window appears (Cross-Origin-Opener-Policy...
Briefcase asked 10/6, 2023 at 15:20
1
I've been working with authentication providers and custom implementations of authentication at the application level, and I can't still wrap my head around these 2 concepts entirely.
I understand ...
Payable asked 18/12, 2023 at 12:34
22
Solved
Section 4.2 of the draft OAuth 2.0 protocol indicates that an authorization server can return both an access_token (which is used to authenticate oneself with a resource) as well as a refresh_token...
Rubie asked 15/8, 2010 at 15:25
9
I am following the official Microsoft instructions in Sign in with Linkedin (there are also the Linkedin instructions here), which also link here for the authorization code flow. As instructed, I h...
Gove asked 26/11, 2018 at 10:27
4
after trial and error it seems to me that Google OIDC does not support the code flow without supplying the client secret:
https://developers.google.com/identity/protocols/oauth2/native-app#exchange...
Katrinka asked 17/3, 2020 at 14:45
1
I have the following Setup: A Single Page Application, which gets OAUTH2.0 Tokens from a Keycloak-Server. The application then makes API-Calls to a different server of mine, authorized with a valid...
4
Referred https://msdn.microsoft.com/en-us/office/office365/api/use-outlook-rest-api.
Still I couldn't understand the AD, Outlook and windows live.
I got refresh token and access token from https:...
11
I don't get what I'm doing wrong.
I can't set token expiration time.
<?php
namespace App\Providers;
class AuthServiceProvider extends ServiceProvider
{
public function boot()
{
$this->r...
Scrummage asked 5/3, 2017 at 14:16
4
Solved
I am trying to integrate google authentication in my ASP.NET Core 2.0 web api and I cannot figure out how to get it to work.
I have this code in my Startup.cs ConfigureServices:
services.AddIdent...
Eudemonism asked 11/2, 2018 at 3:7
3
Background information:
I have two different types of authentication happening in one single application in addition to some unsecured endpoints. Let's call these endpoints the following:
/non-oau...
Hadwyn asked 7/8, 2023 at 8:53
© 2022 - 2024 — McMap. All rights reserved.