Skip to content

Commit

Permalink
Merge pull request #615 from bstansberry/pulls
Browse files Browse the repository at this point in the history
Pulls
  • Loading branch information
bstansberry authored May 16, 2024
2 parents b905e1d + 85b8e9c commit dceb1d3
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 10 deletions.
2 changes: 0 additions & 2 deletions _layouts/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@

gtag('config', 'UA-40221748-1');
</script>
<script src="{{ site.baseurl }}assets/javascript/tracking.js"></script>
<script src="https://design.jboss.org/matomo/matomo.js" async defer></script>

{% if page.link %}
<meta http-equiv="refresh" content="0; {{ page.link }}">
Expand Down
11 changes: 11 additions & 0 deletions _posts/2024-05-06-caching-realm-update-of-credentials.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
layout: post
title: 'Caching realm now automatically tries to authenticate users with the underlying realm if authentication with cached credentials fails'
date: 2024-05-06
tags: elytron security caching realm credentials authentication
author: dvilkola
synopsis: Learn how the Caching Realm can now update outdated credentials.
link: https://wildfly-security.github.io/wildfly-elytron/blog/caching-security-realm-authenticate-with-underlying-realm-on-failure/
---

WildFly provides a caching security realm that allows you to cache the results of a credential lookup from a security realm. WildFly 32+ will automatically attempt to verify credentials with the underlying realm if an authentication fails with the cached credentials. If this authentication succeeds, the obsolete credential is replaced with the updated credential. This functionality is useful if the credentials have been updated externally of WildFly.
11 changes: 11 additions & 0 deletions _posts/2024-05-07-dynamic-client-ssl-context.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
layout: post
title: 'Dynamic client SSL context that automatically delegates to different SSLContexts based on the host and port of the peer'
date: 2024-05-07
tags: elytron dynamic client ssl context
author: dvilkola
synopsis: Learn about the new Dynamic Client SSL Context feature.
link: https://wildfly-security.github.io/wildfly-elytron/blog/dynamic-client-ssl-context/
---

WildFly 32 introduces the ability to configure a dynamic client SSL context. The dynamic client SSL context will dynamically switch between different SSL contexts based on the host and port of the peer. The host and port rules can be specified in the authentication context. This blog post demonstrates how to use this new resource.
8 changes: 0 additions & 8 deletions assets/javascript/tracking.js

This file was deleted.

0 comments on commit dceb1d3

Please sign in to comment.