Skip to content

Instantly share code, notes, and snippets.

@hhanh00
Created December 29, 2018 15:52
Show Gist options
  • Save hhanh00/a0f44ed4e76d44229f76a71f22cd16ab to your computer and use it in GitHub Desktop.
Save hhanh00/a0f44ed4e76d44229f76a71f22cd16ab to your computer and use it in GitHub Desktop.
Configuring Lasso with Hydra

If you get a validation loop, check that the jwt cookie could be set:

  • Look for a no jwt message,
  • Check the Set-Cookie LassoCookie,
  • in particular, Domain should be set, if not set it in the config

If you get an error 'no username in jwt', make sure that the open id provider gave an email in the response to /userinfo In Hydra, it is returned in the id_token by the consent endpoint. For reference, check okta

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment