forked from wildfly/wildfly.org
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request wildfly#571 from wildfly/fix_pr_570
Update 2024-03-12-in-progress-wildfly-feature-on-openshift.adoc blog date
- Loading branch information
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
_posts/2024-03-13-in-progress-wildfly-feature-on-openshift.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
layout: post | ||
title: 'Trying Out An Upcoming Security Feature for WildFly on OpenShift' | ||
date: 2024-03-13 | ||
tags: oidc openshift authentication scopes | ||
synopsis: How to deploy a WildFly app on OpenShift using an upcoming feature that introduces the ability to add additional scope values when securing applications using OpenID Connect. | ||
author: prarthonapaul | ||
link: https://wildfly-security.github.io/wildfly-elytron/blog/in-progress-wildfly-feature-on-openshift/ | ||
--- | ||
|
||
A future release of WildFly will include the ability to add additional scope values when securing applications using OpenID Connect (OIDC). This blog post demonstrates how to secure a WildFly application using OpenID Connect and configure scope values to request additional claims using an in-progress version of the feature. This feature adds the ability to specify additional scope values in the authentication request for applications secured using OIDC. For updates on the status of the feature, please keep an eye on https://issues.redhat.com/browse/WFLY-16532[WFLY-16532]. We will also walk through how to deploy this feature on the cloud using https://developers.redhat.com/developer-sandbox[OpenShift]. |