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
  • Flow
  • Gitlab
  • Google
  • Identity Provider
  • Infra
  • Keepass
  • Keycloak
  • Kubernetes
  • Ldap
  • Metrics
  • N8n
  • Oauth2
  • Openid Connect
  • Open VPN
  • Platform
  • Postgres
  • Postgrest
  • Proxy
  • Samlv2
  • Scopes
  • Sessions
  • Token
  • Uma

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

Keycloak.X in Kubernetes : deploy a cluster

Keycloak.x will become the reference soon.

According to the blog post, Keycloak 18 will not support Wildfly, after that no wildfly version… Now it is time to migrate !

We are still waiting for a Kubernetes operator with Keycloak.X, in this post we will see how to build your own cluster based on Keycloak.X 16.1.0

Read full post gblog_arrow_right
Jan 5, 2022 3 min read cluster Deployment Keycloak Kubernetes

Keepass in the system tray with quick access

At please-open.it we use Keepass for passwords management. This simple and open source solution gives us entire satisfaction, only with a shared file on our internal cloud.

We tried to improve a lot the user experience by creating the simpliest passwords manager application.

Read full post gblog_arrow_right
Jan 3, 2022 3 min read Dev extension keepass

UMA 2.0 from the begining : how to use it with bash

UMA 2.0 is known as a delegation of authorizations standard. Keycloak is fully compatible with UMA 2.0.

With a bash tool developped by please-open.it, let’s see how to use UMA 2.0

This article explains what is UMA 2.0 with an example using our new bash tool : uma-bash-client.sh

Read full post gblog_arrow_right
Aug 13, 2021 7 min read Authorizations bash Keycloak UMA
gblog_keyboard_arrow_left PREV
Page 2 of 3
NEXT gblog_keyboard_arrow_right
Built with Hugo and
Back to top