Die Woche wird total spannend! Ich bin am Donnerstag in Amsterdam auf der Keycloak-Konferenz KeyConf25. Treffe ich dort jemanden von Euch? https://keyconf.dev/
Die Woche wird total spannend! Ich bin am Donnerstag in Amsterdam auf der Keycloak-Konferenz KeyConf25. Treffe ich dort jemanden von Euch? https://keyconf.dev/
Don’t miss JUG Saxony Day 2025 on Sep 26 🇩🇪! Richard Fichtner & Stefan Böhringer (Uni Regensburg) share how the ByLeS project – Germany’s largest digital reader screening – became scalable and secure with Java, standards & a strong community.
Secure Your Spot: jugsaxony.org/day
SSH с авторизацией в Keycloak? Легко
Привет, уважаемый %username%! Уважаю твое личное время, поэтому без лишних слов - сразу к делу. В этой статье я кратко опишу, как настроить доступ к удаленному серверу по SSH с использованием Keycloak. Разберем, в чем преимущества этого решения, и что именно происходит в процессе такой авторизации.
Stumbled across #Gitea this weekend and spent some time setting it up on my #synology NAS. Then I noticed it had the capability of setting OpenID URLs, so I also set up #KeyCloak on the NAS as well.
Don't have the OID stuff working just yet, but it's all working on my own domain and all free so that feels good :)
Коротко про виды авторизации
Эта статья будет интересна тем, кто особо не заморачивался, как устроена авторизация в бекенде, но хочет очень быстро въехать в тему. Мы не будем погружаться в самые недры реализации, но точно поймем как это работает и как прикрутить это на практике. Я буду использовать python и FastAPI, просто потому что так проще показать, но эти подходы работают и для других языков/фреймворков. Коротко, без воды, с примерами, схемами и домашним заданием. Что может быть лучше для самостоятельного изучения темы? Быстро срыть тему с авторизацией
Keycloak 26.3.3 is out, fixing CVE-2025-7962
🧑💻 Ideal for SaaS platforms, enterprises, and public institutions
🧩 Supports SSO, MFA, LDAP, SAML, OpenID Connect, and more
☁️ Runs in trusted, sovereign cloud environments
👉 Read the article: https://servala.com/article/keycloak-on-servala/
#Keycloak #IAM #SSO #OpenSource #DigitalSovereignty #Servala #DevOps
#Keycloak at #FrOSCon - we shared how you can run a #sovereign identity management, and listened to the stories of those who are already using it.
Rewatch "Delegate #authentication and a lot more to Keycloak with #OpenIDConnect":
🎥 https://media.ccc.de/v/froscon2025-3237-delegate_authentication_and_a_lot_more_to_keycloak_with_openid_connect
🎞️ https://speakerdeck.com/ahus1/delegating-the-chores-of-authenticating-users
Want to connect with more Keycloak people? Join us for KeyConf25 in Amsterdam on August 28: https://keyconf.dev/
Is there a dead simple guide to keycloak authorization policies?
I basically want to prevent all users from accessing an application *unless* they have a specific role (which grants them access through their group)
The policy seemingly always evaluates as deny for now, even though there's sometimes a permit, but even with it evaluating to deny, I can still login to the application?