dmfs / oauth2-essentials

An OAuth2 client implementation based on http-client-essentials.
Apache License 2.0
86 stars 21 forks source link

Add custom parameters to ImplictGrant #55

Open dmfs opened 6 years ago

dmfs commented 6 years ago

In order to support the new authentication methods introduced by OpenID Connect we need to be able to pass custom parameters with the ImplictGrant request.

AuthorizationCodeGrant already takes a custom parameter list. For ImplicitGrant is should work the same way.