This is unlikely a bug, and more likely an issue with my configuration -- But I'm having trouble getting miniflux to integrate with authelia to allow oauth2 login.
I've added the below env vars to my miniflux docker container:
When I browse to https://miniflux.domain.com, I'm presented with only the standard web form user/password to login.
I checked the settings for miniflux (via the app portal) using the auto generated admin account. And I can't see any option which would allow an oauth2 login, nor anything which would allow the user to disable the standard web form user/password fields.
So, I'm curious if I need to manually add some kind of middleware code to the app the allow an option to select oauth2 login on the miniflux landing page. Or am I missing something in my env configuration which would automatically present this option?
Note that I've successfully integrated authelia with other apps on the same server. All handled via nginx proxy manager. So, I think the issue is on my miniflux configuration side.
Never mind. This ended up being due to a spelling mistake on my OAUTH2_PROVIDER var. It is correctly shown above, so hopefully this helps others looking to integrate miniflux + authelia in the future.
This is unlikely a bug, and more likely an issue with my configuration -- But I'm having trouble getting miniflux to integrate with authelia to allow oauth2 login.
I've added the below env vars to my miniflux docker container:
And have added the below to my Authelia config:
When I browse to https://miniflux.domain.com, I'm presented with only the standard web form user/password to login.
I checked the settings for miniflux (via the app portal) using the auto generated admin account. And I can't see any option which would allow an oauth2 login, nor anything which would allow the user to disable the standard web form user/password fields.
So, I'm curious if I need to manually add some kind of middleware code to the app the allow an option to select oauth2 login on the miniflux landing page. Or am I missing something in my env configuration which would automatically present this option?
Note that I've successfully integrated authelia with other apps on the same server. All handled via nginx proxy manager. So, I think the issue is on my miniflux configuration side.