Skip to content

Unwanted parameters in /authorize call #851

@nicosabena

Description

@nicosabena

Lock v10.10.1 (probably after referencing auth0.js 8.1.2 because of PR #324) adds some additional parameters when doing an authorize call, such as popup and popup_options, that seem out of place.

Lock v10.7.0:

https://nico-sabena.auth0.com/authorize
  ?scope=openid
  &response_type=code
  &connection=[...]
  &connection_scope=
  &sso=true
  &state=
  &client_id=[...]
  &redirect_uri=[...]
  &auth0Client=[...]

Lock v10.10.0:

https://nico-sabena.auth0.com/authorize
  ?connection=[...]
  &auth0Client=[...]
  &client_id=[...]
  &response_type=code
  &redirect_uri=[...]
  &scope=openid

v10.10.1 and after:

https://nico-sabena.auth0.com/authorize
?client_id=[...]
  &response_type=code
  &redirect_uri=[...]
  &connection=[...]
  &connection_scope=
  &popup=false
  &popup_options=%5Bobject%20Object%5D
  &sso=true
  &state=nndfasdfasdf
  &scope=openid
  &auth0Client=[...]

Metadata

Metadata

Assignees

Labels

bugThis points to a verified bug in the code

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions