Skip to content

How to use AppAuth with HTTP? #657

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

Безымянный

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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