squalou opened a new issue, #36285: URL: https://github.com/apache/superset/issues/36285
## Screenshot <img width="471" height="250" alt="Image" src="https://github.com/user-attachments/assets/aed662eb-686d-48e4-ad4e-486b140d7254" /> ## Description I've setup login with oauth2, once upon a time with google and now with keycloak, it works fine. Config look slike ```py OAUTH_PROVIDERS=[ 'name':'Keycloak', 'icon': 'fa-key', # etc. ] ``` With Google I used to set icon to `fa-google` which I *guess* is supposed to be the icon included in FontAwesome ? Anyway : google icon displayed just fine. Whatever else I try instead does not show up. Tried fa-address-card, or some others fa-... thing. Maybe I'm wrong, it's not font-awesome at all and only some subset of icons are available ? In which case, which ones ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
