-
|
I am trying to setup SSO using Authentik as IDP. When I try to login via Authentik into Memos (after all config), I get the following error: |
Beta Was this translation helpful? Give feedback.
Answered by
JimFawkes
Oct 20, 2025
Replies: 1 comment
-
|
The Problem was that I set the scopes in the Memos UI as |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
JimFawkes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Problem was that I set the scopes in the Memos UI as
"openid", "profile", "email". Once I set this toopenid profile emaileverything worked as expected.