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
In your `gitea` instance, go to `https://your-gitea.tld/user/settings/applications` and create a new `oauth2` application.
27
+
As redirect URI use `https://your-semaphore.tld/api/auth/oidc/github/redirect`.
28
+
29
+
Authentication works fine. But "Name" and "Username" does not recieved correctly. The username will be a unique ID in semaphore and the name will be set to "Anonymous", which is changeable by the user itself. The emails is mapped correctly.
0 commit comments