<OIDC client not routing to login page when in Azu...
# community-feeds
r
OIDC client not routing to login page when in Azure instance environment I'm setting up a front end application to use OIDC login with oidc-client-ts, and react-oidc-context, with keycloak acting as my OAuth Provider. I set up the auth wrapper like this in my react UI app: // App.tsx const oidcConfig: AuthProviderProps = { authority:...