cloud-gov / cf-uaa-guard-service

[Alpha/experimental] UAA proxy as a service
Other
7 stars 6 forks source link

Set oauth state #8

Open jmcarp opened 7 years ago

jmcarp commented 7 years ago

As @cnelson pointed out, we currently pass "state" as the state token instead of a long unguessable string, and we don't verify it on auth callback. We should do this here or possibly send a patch to goth to handle it there--see https://github.com/markbates/goth/issues/136.

Could be another interesting issue to tackle with @jseppi.