0

1) I have configured ADFS (SAML) configuration in wildfly18 server

2) I have all details configured in picketlink.xml as follows: enter image description here

3) I am getting proper response in NAMEID format as follows:

4)But at server side I am getting error as follows: enter image description here

5) I have checked the timing of ADFS server and My server both timezones are same.

can anyone me guide me on this problem?

ShraddhaJ
  • 201
  • 1
  • 14

2 Answers2

1

The skew on Wildfire is set to an hour?

Have you tried making the ADFS skew larger? e.g.

Set-ADFSRelyingPartyTrust -TargetIdentifier "RP" -NotBeforeSkew 5

set the skew to 5 minutes.

rbrayb
  • 46,440
  • 34
  • 114
  • 174
0

In the picketlink.xml Option keys are case sensitive, my clock_skew_millies property was written in camel case thus, the issue arrived. Once I have converted into all CAPS , the issue resolved

ShraddhaJ
  • 201
  • 1
  • 14