Implementing oidc authProvider for Authelia with react-oidc-context
I'm trying to add Authelia as an auth provider to my project.
I'm currently trying to use the example for Keycloak from github to help me with the basic setup.
I'm currently a bit confused as to how to integrate it.
Authelia has its own login pages, and it requires a redirect url. I'm not sure which url that should be.
In addition, I need to add some custom logic that will happen when logging in or out.
I'm pulling data from Grafana based on the logged in user, and I need to initialize the grafana session so that the api calls will be authenticated correctly.
What is the recommended approach for this scenario?
I'm currently trying to use the example for Keycloak from github to help me with the basic setup.
I'm currently a bit confused as to how to integrate it.
Authelia has its own login pages, and it requires a redirect url. I'm not sure which url that should be.
In addition, I need to add some custom logic that will happen when logging in or out.
I'm pulling data from Grafana based on the logged in user, and I need to initialize the grafana session so that the api calls will be authenticated correctly.
What is the recommended approach for this scenario?
