PLEASE-OPEN.IT BLOG ARE YOU CORRECTLY AUTHENTICATED?
  • Acr
  • Action
  • Airtable
  • App Script
  • Authentication
  • Authenticator
  • Authorization Code
  • Authorizations
  • Bash
  • Ciba
  • Clever Cloud
  • Cluster
  • Config
  • Configuration
  • Deployment
  • Dev
  • Development
  • Device Code
  • Dokku
  • Event Listener
  • Extension
  • Filter
  • Flow
  • Gitlab
  • Google
  • Identity Provider
  • Infra
  • JWT
  • Keepass
  • Keycloak
  • Kubernetes
  • Ldap
  • Locale
  • Metrics
  • N8n
  • Oauth2
  • Openid Connect
  • Open VPN
  • Platform
  • Postgres
  • Postgrest
  • Proxy
  • Samlv2
  • Scopes
  • Sessions
  • Token
  • Uma
  • User
  • User Agent

Use openid connect authentication in n8n workflow

Authenticate users in n8n workflow with openid connect, example with Keycloak.
Nov 29, 2023 5 min read development Keycloak n8n openid connect

Our vision about authorizations

After years of consulting, we created our own authorization platform
Nov 6, 2023 8 min read Authorizations platform Postgres UMA

Keycloak config checker

Check bad configuration in Keycloak, connected to your monitoring.
Sep 28, 2023 5 min read config extension Keycloak

Deploy PostgREST on Clever-Cloud

Postgrest is an API generator from PostgreSQL databases, let’s see how we can deploy and use it on Clever-Cloud.
Aug 18, 2023 10 min read Clever Cloud postgres postgrest

Keycloak as SSO for Airtable

Only available for the “enterprise” plan, you can add your own SSO to your Airtable organization. Lets take a look how to integrate Keycloak.
Mar 10, 2023 2 min read Airtable Keycloak samlv2

ACR (Authentication Context Class Reference) and LOA (Level Of Authentication) with Keycloak, support in oidc-bash

Keycloak now supports Authentication Context Class Reference parameter for different Level of Authentication. It means that you can define different level of authentication in a single flow.
Nov 8, 2022 3 min read acr authentication flow Keycloak oauth2 openid connect

CIBA-bash : a bash client for the CIBA OpenId Connect protocol

A little tool written in bash for understanding CIBA authentication protocol.
Oct 26, 2022 5 min read authentication bash CIBA Keycloak openid connect

Retrieve external IDP tokens in Keycloak

When you add external identity providers to your Keycloak Realm, it retrieves tokens from your identity providers, then sends back to your application a new access_token from your Keycloak Realm. What about the original token ?
Oct 20, 2022 2 min read identity provider Keycloak oauth2 openid connect token

Postgres Oauth2 authentication

How and why we added a module for postgres authentication that supports oauth2. This PAM module is also usable for all Unix authentication methods.
Sep 1, 2022 6 min read authentication Keycloak oauth2 openid connect postgres

Transient sessions in Keycloak : save your cache performances !

Keycloak generates a session on each user login. Those sessions are replicated in infinispan caches. Sometimes, we only need a token, not a session. This is how to do it.
Mar 16, 2022 5 min read authentication Keycloak sessions
gblog_keyboard_arrow_left PREV
Page 2 of 3
NEXT gblog_keyboard_arrow_right
Built with Hugo and
Back to top