Tag: SAML

2 Jul, 2018

Freshdesk Keycloak SAML Integration

Hello, Today I was trying to SSO everything for the users using Keycloak, and reached the point I had to integrate an helpdesk product. Went to freshdesk as the free plan allows SSO and basic features I needed, integration with freshchat was also a key feature for me, but that’s not the discussion there. I […]
8 Jun, 2018

Django Keycloak | Shadow accounts

If you are familiar with SAML / ADFS / Active Directory most probably you already heard about shadow account. Basically when integrating other company’s authentication into your application you have 2 options, either you support full claimed based authentication on your app, or you create “Shadow” account on your application and use those shadow account […]