You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
I'm submitting a
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
The text was updated successfully, but these errors were encountered: