IdentityPython / oidc-op

An implementation of an OIDC Provider (OP)
Apache License 2.0
64 stars 26 forks source link

Fix form post bug #131

Closed nsklikas closed 3 years ago

nsklikas commented 3 years ago

If response_mode was form_post then resp_info would contain no response_args which would cause an un-handled exception to be raised.

Also properly add the scopes in the contents of the POST body (space separated list)