You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My client uses the authorization code flow, and has a requirement that the authorization URL be HTTP (no HTTPS/TLS). The communication is secured by other means (usually a middleware will redirect to HTTPS).
The redirect URI is a local URL schema (e.g. myapp://oauth2/code), the token URI is HTTPS.
I can't currently use the library because, it will complain that I must use TLS, even for the authorization URL.
Is there some way to opt-out of the HTTPS/SSL/TLS check for the authorization URI?
The text was updated successfully, but these errors were encountered:
My client uses the authorization code flow, and has a requirement that the authorization URL be HTTP (no HTTPS/TLS). The communication is secured by other means (usually a middleware will redirect to HTTPS).
The redirect URI is a local URL schema (e.g. myapp://oauth2/code), the token URI is HTTPS.
I can't currently use the library because, it will complain that I must use TLS, even for the authorization URL.
Is there some way to opt-out of the HTTPS/SSL/TLS check for the authorization URI?
The text was updated successfully, but these errors were encountered: