oauth2-demo-php
oauth2-demo-php copied to clipboard
A demo application for running an OAuth2 server
I'm trying to use this application to test a server I can't inform the scope via `data/parameters.json` Would missing a `authorize_scope`? This could affect views into https://github.com/bshaffer/oauth2-demo-php/tree/master/views/client/grant_types
GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1
Hi, I have attached Client credentials at request header... but its not providing access token {"error":"invalid_client","error_description":"Client credentials were not found in the headers or body" } my header: Array (...
Hi, It seems README is missing one fix for the "authorize" route: ``` $ sed -i '' 's?"authorize"?"http://localhost:8081/lockdin/authorize"?g' data/parameters.json ``` If you don't make this change then the first step...
On exchanging the Authorization Code for an Access Token ``` object(Guzzle\Http\Message\Response)#173 (10) { ["body":protected]=> object(Guzzle\Http\EntityBody)#172 (6) { ["contentEncoding":protected]=> bool(false) ["rewindFunction":protected]=> NULL ["stream":protected]=> resource(186) of type (stream) ["size":protected]=> NULL ["cache":protected]=> array(9)...
http://tools.ietf.org/html/rfc6749#section-3.1.2.5: > The client SHOULD NOT include any third-party scripts (e.g., third-party analytics, social plug-ins, ad networks) in the redirection endpoint response. Yet the demo's redirect page includes a call...
Hi I got your demo working. Can you assist on a project? I just need to out how to get the token validated and accepted and provide the necessary data...
more strict permissions for data dir additional options in the parameters.json
Hello all, I am trying to get a new acces token by adding the refresh token on the body request: { "grant_type":"refresh_token", "client_id":"", "client_secret":"", "refresh_token": "e1f28c7f460dfa076d675937a574c0c856f56298" } But I got...
This Pull request is related to https://github.com/bshaffer/oauth2-server-php/issues/254