Categories
django IAM Integration Keycloak OAuth

Best Django Openidc Package

I think we know the security benefits and the development benefits of using a delegated authentication protocol like OpenIDC or SAML. However, actually doing the integration in the application can be difficult at times. There is a lack of documentation and guidance on the best modules or packages to use for the various frameworks. In […]

Categories
ansible awx IAM Keycloak

Using Keycloak as the Identity Provider for AWX

Good day, in this post I will show you how to use Keycloak (Open source Redhat SSO) as the identity provider for AWX. I am basing this tutorial on the post on red hat SSO integration on ansible.com and from the AWX docs on SAML authentication Prerequisites You need the following set up: AWX instance […]

Categories
django Keycloak

Using Keycloak as the identity provider for users on django and django-admin

I have used mozilla’s Django OpenID Connect client before, but this time I found something called Django-AllAuth. Django-Allauth seems packed full of features and is well maintained. So I am going to test whether I can use it with Keycloak as the identity provider for users on django and django admin. Initial Setup With your […]

Categories
Keycloak

Using Keycloak as the OpenIDC Identity Provider (to Login) to Zimbra

I think by now we can see that delegating authorization using SAML or OpenIDC connect not only makes your life easier as a developer, it also makes administration easier and gives you and your users a more secure product. Today, I am looking at using Keycloak as your identity provider for zimbra and how to […]

Categories
Integration Keycloak Vault

Using Keycloak as the OpenIDC Identity Provider (to Login) to Hashicorp Vault

I like Keycloak a lot. A single place to manage your authentication for many systems that you can use to federate users from an existing directory of users. For more information look at my Keycloak Essentials Summary or the official Keycloak documentation There are a host of benefits but mainly it lets applications focus on […]