oauth2-server-php icon indicating copy to clipboard operation
oauth2-server-php copied to clipboard

A library for implementing an OAuth2 Server in php

Results 113 oauth2-server-php issues
Sort by recently updated
recently updated
newest added

This got discussed in #443, but I think I am missing something, or there is some kind of problem here: - according to Google's implementation (https://developers.google.com/accounts/docs/OpenIDConnect) an `id_token` should always...

When sent token request in client part. (https://domain.com/oauth2/token using guzzle http request), I am getting this apache log. [30/May/2018:19:38:43 +0200] "POST /oauth2/token HTTP/1.1" 404 10081 "-" "GuzzleHttp/6.3.3 curl/7.60.0 PHP/7.0.30" this...

[Sorry for writing a detailed spec below only after posting the question.] What I'd like to do is to use this library to set up an SSO server. My sites...

Hello, First of all, I have to say that this is a very good job. I use this lib to implements an openid connect server and it works pretty well....

Hi Once I retrieved an access_token I am trying to get a ressource through an ajax request. I pass the access_token in the request header `Authorization: Bearer the_access_token` I have...

Would be nice to update the Response Class with some of the latest statusTexts like these from [here](https://github.com/symfony/http-foundation/blob/master/Response.php) ``` const HTTP_I_AM_A_TEAPOT = 418; // RFC2324 const HTTP_MISDIRECTED_REQUEST = 421; //...

I have `always_issue_new_refresh_token` set to false, and the refresh token lifetime to the default value (14 days). However I found that the refresh token becomes invalid after first use (even...

The status code 401 introduced in #290 was wrong, it should be 400, see https://tools.ietf.org/html/rfc6749#section-5.2, but see especially https://stackoverflow.com/questions/22586825/oauth-2-0-why-does-the-authorization-server-return-400-instead-of-401-when-the and https://www.ietf.org/mail-archive/web/oauth/current/msg02127.html

Hello The demo link mentionned here http://bshaffer.github.io/oauth2-server-php-docs/ does not work anymore. Possible to restore it ? Thanks