Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 3

OIDC JWT CONFIGURATION IN R19 T24 ENVIRONMENT

OIDC Configuration

Page 1 | 3
The OIDC configuration changes has to be made in the below files.,

1. web.xml
2. spring-jwt-iris-authenticator.xml
3. applicationContext.xml

1. web.xml

Uncomment the classpath:spring-jwt-iris-authenticator.xml(line 10) and the filter and its mapping
definition from line 32 to 40 to enable JWT based token validation

2. spring-jwt-iris-authenticator.xml
Move the existing file for backup into a separate location. Copy and paste the file within the
shared folder.

And within the OIDC provider server definition, the value for the pkCertFilePath property should be
changed to the filelocation.

3. applicationContext.xml

Comment the first bean and uncomment the third bean as shown below.

You might also like