This topic has 1 voice and 0 replies.
-
AuthorPosts
-
September 24, 2019 at 6:25 am #26541
takano.sha
ParticipantI am using PasswordReplayFilter with OpenIG4.0 .
Automatic login succeeded with PasswordReplayFilter,
The behavior after login is incorrect and in trouble.I captured the packet after login with tcpdump.
OpenIG was sending extra requests (two more times) to the service provider as follows:——————–
Browser->OpenAM agent/OpenIGOpenAM agent->(Request)->OpenAM (several times)
OpenAM agent<-(Response)<-OpenAM …All Code 200OpenIG->(Request)->ServiceProvider …POST with Body Content
OpenIG<-(Response)<-ServiceProvider …Code 200*Unnecessary request*
OpenIG->(Request)->ServiceProvider …POST with no Body Content
OpenIG<-(Response)<-ServiceProvider …Code 415 Unsupported Media Type*Unnecessary request*
OpenIG->(Request)->ServiceProvider …POST with no Body Content
OpenIG<-(Response)<-ServiceProvider …Code 415 Unsupported Media TypeBrowser<-OpenAM agent/OpenIG …Code 415 Unsupported Media Type
——————–Why are incorrect requests being sent?
Is there a solution? -
AuthorPosts
You must be logged in to reply to this topic.