Hi,
I am implementing a custom app (OAuth 2.0 User Authentication) with web app integration. While development, I found that ticking the checkbox "Require web app integrations to use secure connections (SSL)" on Admin console hides my web integrations.
I double-checked that the web integration has 'https://' schema in the Client callback URL (i don't use the Preliminary callback) so that all callbacks are made via secure connection. I wonder how to make it available under SSL required by Admin. It is mandatory setting by the enterprise policy.
Thanks!