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 bedebug,info,warnorerror-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.