-
In this link:https://tools.ietf.org/html/rfc6749#section-4.1.3
grand_type should equals authorization_code rather than code.
In this link: https://github.com/SciDevs/delicious-api/blob/master/api/oau…
-
### Bug Description
Discovered when trying to authenticate a HTTP Request with OAuth2 against the Podio API.
Authentication against the Podio API requires the client crendentials to be passed in t…
-
### Current Behavior
Hi,
I'm trying to configure OpenID login with AWS Cognito.
When i click on the OpenID button, i can login but then i'm redirected to the following url :
https://*******/static…
-
https://tools.ietf.org/html/rfc6749#section-4.1.1
States that the redirect_uri is __OPTIONAL__
The server returns an error when `redirect_uri` is omitted. https://github.com/go-oauth2/oauth2/blob/…
-
Forgive me I am not familiar with the app development. I had implemented my own OAuth2 server (Authorization code grant type).It works fine for the web client application.
I just wanted to know if OA…
-
[PKCE or Proof Key for Code Exchange](https://www.rfc-editor.org/info/rfc7636) helps secure OAuth codes during the Authorization Code Grant Flow, this specification was originally written with Public …
-
### Expected behaviour
According to [RFC6749 section 4.1.4](https://datatracker.ietf.org/doc/html/rfc6749#section-4.1.4), when requesting an authorization code via OAuth2 (`grant_type=authorization…
-
Currently it can return Zod errors for request input validation, per https://github.com/dahlia/hollo/pull/47#discussion_r1813129826
Example response:
```
{
"error": "Invalid request",
"zod_…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Description
I have created a datasource with Authentication Type: Oauth 2.0 and Grant type : Authorization cod…
-
1. 実現したいこと
LINEログイン機能を実装している
2. 実現するために自分が選んだ手段とその理由
Deviseを利用してLINEログイン機能を実装は簡単と聞いて
3.その手段を使って実装するために参考にした公式ドキュメントや技術記事
https://qiita.com/s10aim_tana/items/2d174d4e31e4041700ee
4.参考にしたものと…