Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to use http url for okta.oauth2.issuer in integration test scenarios #731

Open
1 of 2 tasks
jelmerk opened this issue Sep 27, 2024 · 1 comment
Open
1 of 2 tasks

Comments

@jelmerk
Copy link

jelmerk commented Sep 27, 2024

I'm submitting a

  • bug report
  • feature request

Background info

There are various articles on the internet that describe how to do integration testing with Okta. for example

They typically depend on some way of mocking the okta endpoints. Mocks will typically run on localhost over http but this check checks if the configured url is a https url

We need a way to disable this check. The validateHttpsUrl method called under the hood already has a parameter for disabling this check, but there is no way to set it

@linusgsanz
Copy link

linusgsanz commented Nov 20, 2024

+1 This is not helpful for my team when writing integration tests and trying to use okta-spring-boot-starter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants