What is Nostr?
Marcel /
npub12v4…wm7a
2024-10-19 22:21:12

Marcel on Nostr: #OIDC in #Mastodon ist auch so eine Sache.. Es läuft im Grunde zwar, aber jetzt will ...

#OIDC in #Mastodon ist auch so eine Sache.. Es läuft im Grunde zwar, aber jetzt will er einen neuen Benutzer anlegen, anstatt den bestehenden zu laden. Was mache ich falsch? Ich verwende Mastodon 4.3 und Authentik in der neuesten Stable

Konfiguration bei mir in der .env

```
OIDC_ENABLED=true
OIDC_DISPLAY_NAME=authentik
OIDC_DISCOVERY=true
OIDC_ISSUER=https://sso.meine.domain/application/o/mastodon/
OIDC_AUTH_ENDPOINT=https://sso.meine.domain/application/o/authorize/
OIDC_SCOPE=openid,profile,email
OIDC_UID_FIELD=sub
OIDC_CLIENT_ID=***
OIDC_CLIENT_SECRET=**
OIDC_REDIRECT_URI=https://fedifriends.social/auth/auth/openid_connect/callback
OIDC_SECURITY_ASSUME_EMAIL_IS_VERIFIED=true
OIDC_TOKEN_ENDPOINT=https://sso.meine.domain/application/o/token/
OIDC_USER_INFO_ENDPOINT=https://sso.meine.domain/application/o/userinfo/
OIDC_JWKS_URI=https://sso.meine.domain/application/o/mastodon/jwks/
OIDC_END_SESSION_ENDPOINT=https://sso.meine.domain/application/o/mastodon/end-session/
```
Author Public Key
npub12v4t52pvfg0qt8lrwh7vd9ps9akfpr64el694wszu8xdlyr86s9st6wm7a