@Dale Godfredson There is an option to set the default response - 401 or 302. A 302 response will redirect the caller to the identity provider to perform authentication. In your case, you seem to have set it to 401.
If you are using File based Configuration, you need to set globalValidation.unauthenticatedClientAction
to RedirectToLoginPage
.