You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wasn't sure where to post this so sorry if this is not in the best spot.
I set up Authentik with Miniflux today and was running into issues with how to tell authentik what scope to pass to miniflux for my login id.
I don't use emails for logins, so email scope won't work.
I tried the other 2 scopes available (openid, profile) and it doesn't work.
I set OAUTH2_USER_CREATION=true and noticed when using the other 2 scopes, my username was just blank.
I then noticed at the bottom of my settings page, there is a button to link my profile to my sso profile. I did that and bam everything works great.
So to break it down:
My big ask was to update the documentation to mention the linking feature. had i not scrolled down the settings page I may have never even knew it existed!
I imagine blank username shouldn't be possible, so thats more of an FYI.
Also, a way to disable non-sso logins might be helpful but for now I am just doing this with my reverse proxy
The text was updated successfully, but these errors were encountered:
PR #2059 and #2060 should address this issue. Tested with Authentik with accounts with and without email.
At some point, the OIDC integration could be improved to customize the claim used to populate Miniflux's username field. It's already requested in issue #1464.
Hi All,
Wasn't sure where to post this so sorry if this is not in the best spot.
I set up Authentik with Miniflux today and was running into issues with how to tell authentik what scope to pass to miniflux for my login id.
I don't use emails for logins, so email scope won't work.
I tried the other 2 scopes available (openid, profile) and it doesn't work.
I set OAUTH2_USER_CREATION=true and noticed when using the other 2 scopes, my username was just blank.
I then noticed at the bottom of my settings page, there is a button to link my profile to my sso profile. I did that and bam everything works great.
So to break it down:
The text was updated successfully, but these errors were encountered: