Closed
Description
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
Uri issuerUri = Uri.parse(this.issuer);
if (!issuerUri.getScheme().equals("https")) {
throw AuthorizationException.fromTemplate(GeneralErrors.ID_TOKEN_VALIDATION_ERROR,
new IdTokenException("Issuer must be an https URL"));
}
Any workaround?