Srinath Ganesh

Results 10 comments of Srinath Ganesh

> We certainly had issues getting ADFS right. Do you have a sample for ADFS v3?

Hi nirav, if you could start a different issue/thread with your configuration files, then i could see how i could help On Mon, 30 Mar, 2020, 12:00 Nirav Kakkad, wrote:...

> Hi Shrinath, > I am trying to use django_keycloak but I am not able to authenticate the users. > I followed the tutorial till initial setup, can you please...

Why does the plugin not use `preferred_username` that is being returned by Keycloak? ![Screenshot from 2020-04-02 01-53-34](https://user-images.githubusercontent.com/11017158/78183058-e71a7f80-7484-11ea-92ad-0297dab3754d.png)

> I get user id of the authenticated keycloak user in Django instead of username when I use request.user.username > > Does preferred username give us the username of the...

> Why does the plugin not use `preferred_username` that is being returned by Keycloak? > > ![Screenshot from 2020-04-02 01-53-34](https://user-images.githubusercontent.com/11017158/78183058-e71a7f80-7484-11ea-92ad-0297dab3754d.png) Update: I locally changed it to `preferred_username` and did `python3...

I am working on using this plugin to integrate Keycloak `jboss/keycloak:9.0.0` (Docker) with PIP django-keycloak==0.1.1 . And things seems to be working fine.

> This is a good suggestion. We'll take a look at it for Spyder 4. Has this been done in PR? else I can try to make the changes for...

I am looking at the file "spyder/spyder/plugins/variableexplorer/plugin.py", am I looking at the right place? any tips for which package should I be looking at?