Need to ping an API endpoint to make sure the API/Server is up

I need to be able to hit an API endpoint to make sure the API and auth server is up so the web app knows whether to display the Okta sign-in widget or a different screen. I can’t seem to find an endpoint that doesn’t either require a session or redirect. I don’t want to create a session or redirect to a different address. I just want to know that I can reach Okta. Is that possible?

Perhaps?
https://developer.okta.com/docs/reference/api/oidc/#request-example-4

Boom! That works, thank you!

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.