Configuration
- Version: 0.8.0
- Integration: (native(Java))
- Identity provider: (IdentityServer4)
Description
I need use IdentityServer on HTTP port.
But new version (0.8.0) has condition for HTTP using

UriissuerUri = Uri.parse(this.issuer);
if (!issuerUri.getScheme().equals("https")) {
throwAuthorizationException.fromTemplate(GeneralErrors.ID_TOKEN_VALIDATION_ERROR,
newIdTokenException("Issuer must be an https URL"));
}Any workaround?
Configuration
Description
I need use IdentityServer on HTTP port.
But new version (0.8.0) has condition for HTTP using
Any workaround?