Closed MatthewHallCom closed 4 years ago
Right now anytime Laravel boots its running the getOpenIdConfiguration() call. This is generally unnecessary and causes some issues with things like Unit and Integration tests where Keycloak doesn't exist and Auth is being mocked.
getOpenIdConfiguration()
Right now anytime Laravel boots its running the
getOpenIdConfiguration()
call. This is generally unnecessary and causes some issues with things like Unit and Integration tests where Keycloak doesn't exist and Auth is being mocked.