Explore possibility of configuration driven Provider for to the letter OAuth2 spec. custom servers #179
Milestone
Comments
Yeah you wouldn't need to grant type that early on, that would be relevant later. public $clientId = '';
public $clientSecret = '';
public $redirectUri = '';
public $state;
public $name;
public $uidKey = 'uid';
public $scopes = [];
public $method = 'post';
public $scopeSeparator = ',';
public $responseType = 'json';
public $headers = null; These are the items that would need to be configurable to make a GenericProvider possible. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ideally support some workflow like:
The text was updated successfully, but these errors were encountered: