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
When trying to authenticate with GitHub at https://sub.mydomain.com/github:
I'm redirected to https://github.com/login/oauth/authorize?client_id=...&redirect_uri=https%3A%2F%2Fauth.sub.mydomain.com%2Foauth2%2Fgithub%2Fauthorization-code-callback&scope=read%3Auser&state=...
then redirected to https://auth.sub.mydomain.com/oauth2/github/authorization-code-callback?code=...&state=... which says Unauthorized
redirect to https://github.com/login/oauth/authorize?client_id=...&redirect_uri=https%3A%2F%2Fauth.sub.mydomain.com%2Foauth2%2Fgithub%2Fauthorization-code-callback&scope=read%3Auser&state=... or https://discord.com/oauth2/authorize?client_id=...&redirect_uri=https%3A%2F%2Fauth.sub.mydomain.com%2Foauth2%2Fdiscord%2Fauthorization-code-callback&response_type=code&scope=identify+guilds&state=...
redirect back to https://sub.mydomain.com/{github,discord} and list files
The text was updated successfully, but these errors were encountered:
When trying to authenticate with GitHub at
https://sub.mydomain.com/github
:https://github.com/login/oauth/authorize?client_id=...&redirect_uri=https%3A%2F%2Fauth.sub.mydomain.com%2Foauth2%2Fgithub%2Fauthorization-code-callback&scope=read%3Auser&state=...
https://auth.sub.mydomain.com/oauth2/github/authorization-code-callback?code=...&state=...
which says UnauthorizedI've also tried Discord OAuth2:
and
Configuration
Version Information
Expected behaviour
https://sub.mydomain.com/{github,discord}
should:https://github.com/login/oauth/authorize?client_id=...&redirect_uri=https%3A%2F%2Fauth.sub.mydomain.com%2Foauth2%2Fgithub%2Fauthorization-code-callback&scope=read%3Auser&state=...
orhttps://discord.com/oauth2/authorize?client_id=...&redirect_uri=https%3A%2F%2Fauth.sub.mydomain.com%2Foauth2%2Fdiscord%2Fauthorization-code-callback&response_type=code&scope=identify+guilds&state=...
https://sub.mydomain.com/{github,discord}
and list filesThe text was updated successfully, but these errors were encountered: