dmfs/oauth2-essentials

Add custom parameters to ImplictGrant

Opened this issue · 0 comments

dmfs commented

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.