elan-ev / tobira

Video portal for Opencast
https://elan-ev.github.io/tobira/
Apache License 2.0
22 stars 17 forks source link

Make sure all users always have ROLE_USER and ROLE_ANONYMOUS #1116

Closed LukasKalbertodt closed 7 months ago

LukasKalbertodt commented 7 months ago

These roles have a fixed meaning in Opencast and everything expects users to have those roles. Until now, the auth integration had to make sure that's true. But Tobira can just add those roles as well (which was already partially done sometimes).

Technical a breaking change, but I don't expect any installation to have a problem with this change.