github tailscale/tsidp v0.0.3

latest releases: v0.0.6, v0.0.5, v0.0.4...
one month ago

New Feature

  • Support for mobile scheme in redirect_uri. eg: app.myapp:///oauth-callback

Breaking Changes:

This release changes and improves how logging is configured.

Removed CLI flags and Docker env vars:

  • -verbose, TSIDP_VERBOSE=1
  • -enable-debug, TSIDP_ENABLE_VERBOSE=1

New CLI flags and Docker env vars:

  • -log <level>, TSIDP_LOG=<level>. Level must be debug, info, warn or error
  • -debug-tsnet, TSIDP_DEBUG_TSNET=1. Replaces -verbose. Useful for troubleshooting issues connecting tsidp to a tailnet
  • -debug-all-requests, TSIDP_DEBUG_ALL_REQUESTS=1. Replaces -enable-debug. Prints out all requests and responses, useful during dev and troubleshooting OAuth flows.

Changelog

  • 75fb0e0 server: add support for mobile URI schemes (#61)
  • a6a430d server: unify and improve logging (#56)

Don't miss a new tsidp release

NewReleases is sending notifications on new releases.