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
We use in keycloak email as username. This seems to be rejected:
[ourtubeinstance.net:443] 2021-02-22 18:58:48.320 ESC[31merrorESC[39m: Auth method oauth2 of plugin peertube-plugin-auth-oauth2 did not provide a valid username. {
"username": "kira@altoncats.net"
}
Also tested given_name like Kira, which is also rejected. Also tried the UUID, it seems too long. Only lowercase usernames seem to work.
So should we convert email to kira_altoncats_net ? What are the username requirements in peertube?
The text was updated successfully, but these errors were encountered:
We use in keycloak
email
as username. This seems to be rejected:Also tested
given_name
like Kira, which is also rejected. Also tried the UUID, it seems too long. Only lowercase usernames seem to work.So should we convert
email
tokira_altoncats_net
? What are the username requirements in peertube?The text was updated successfully, but these errors were encountered: