Skip to content

How to use AppAuth with HTTP? #657

Closed
@balkarov

Description

@balkarov

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions