eric-pierce / freshapi

A FreshRSS / Google Reader API Plugin for Tiny-Tiny RSS
GNU Affero General Public License v3.0
19 stars 0 forks source link

Logging in with OICD #5

Open xinput opened 1 week ago

xinput commented 1 week ago

Hello,

currently I've disabled internal_auth plugin in my TTRSS and only enabled OICD Auth Plugin to use my Authentik Provider for logging in.

This setup does not seem to work when using FreshRSS API Plugin. Any way this can be implemented or do I miss any configuration?

Regards

eric-pierce commented 1 week ago

This may be possible as it looks like most of the key authentication data elements are created with OIDC based logins, and from the look of it the initial authentication is the only piece I'd need to support. I'll take a look and see what I can do.