auth tag

25 questions


1 answers
304 views
0
Runtime.ImportModuleError also occurs when setting "from oauth2client.service_account importServiceAccountCredentials" on lambda.

When uploading a file created with lambda to Googledrive, an error occurs because you cannot read the package of oauth2client.service_account for authentication using Google api.As a countermeasure, c...

1 years ago

1 answers
373 views
0
Can the OAuth 2.0 authorization login function identify the same user even if the user information changes?

If you create a login feature using OAuth 2.0 (without OpenID Connect) on the web page, click the ·Can the user information be uniquely identified even if it changes?How do we do that?·If the user can...

1 years ago

1 answers
111 views
0
Google API refresh_token retrieval restrictions

When I use oauth 2.0 in Google API, I think I received refresh_token when I agreed with the user, but is there a limit to refresh_token that can be issued from one API?If there is a restriction on iss...

1 years ago

1 answers
128 views
0
Unable to retrieve private member of Organization from GitHub API

I would like to obtain the private member information of Organization from GitHub API, but somehow the acquisition using the access token obtained through OAuth authentication fails.I belong to an org...

1 years ago

1 answers
76 views
0
IMPLEMENTATION METHOD OF ID TOKEN REISSUE BY REFRESH TOKEN

We authenticate with an id token on AWS cognito.If the token expires, we are planning to reissue the id token using the refresh token to continue the http request.When trying to achieve the above, is ...

1 years ago

1 answers
110 views
0
When I run opauth/twitter on FuelPHP, it does not transition to Twitter authentication screen.

We are currently creating a Twitter authentication mechanism with FuelPHP1.8.As per the documentation, \Auth_Opauth::forge() on the controller will fly directly to the Callback URL.The environment is ...

1 years ago

2 answers
69 views
0
To Issue a Token to a User Registered via an External Service as an OAuth2 Provider

I want to implement the OAuth2 provider functionality in my web service and use OAuth2 for API usage authorization for native apps.You can issue access_token using the ResourceOwnerPasswordcredentials...

1 years ago

2 answers
120 views
0
To Issue a Token to a User Registered via an External Service as an OAuth2 Provider

I want to implement the OAuth2 provider functionality in my web service and use OAuth2 for API usage authorization for native apps.You can issue access_token using the ResourceOwnerPasswordcredentials...

1 years ago

1 answers
142 views
0
When I tweet on Twitter API v2, I can't send a request at POST.

Prerequisites/What you want to achieveI would like to tweet using Twitter API v2 on Flutter.The GET request, such as Timeline acquisition, has been successfully obtained as follows, but the POST reque...

1 years ago

1 answers
61 views
0
Authentication for "deployment as a web application" within an organization

[Prerequisite] We use G Suite Business.Deploy as a Web Application is configured below.·Run the application as the next user: 自分I·Users with access to applications: 組織All members of the organization[P...

- 1 - »

© 2024 OneMinuteCode. All rights reserved.