Closed julien-nc closed 3 months ago
What do you think about supporting URLs, in terms of security?
I'd say this is fine as long as it requires configuring the avatar mapping. In that case the source would need to be somewhat trusted by the admin, but I'd say this is something we can require the admin of the Nextcloud/IdP to consider during configuration.
Is there anything still to be done that I can help with? For me, this PR looks complete.
This would be a great improvement, also to work with Authentik's user avatar file upload which becomes base64 urls
str_starts_with
data:image/png;base64,
anddata:image/jpeg;base64,
@juliushaertl What do you think about supporting URLs, in terms of security?
closes #835