Previously, and even now, it is possible to use a string URL for config in provideKeycloak, but the current typings prevent this. The suggested workaround with preloading the config is not a good solution.
provideKeycloak({ config: '/keycloak.json' })
Previously, and even now, it is possible to use a string URL for config in provideKeycloak, but the current typings prevent this. The suggested workaround with preloading the config is not a good solution.