Scenario:
1) Browser(User) requests resource from Service Provider (SP).
2) SP Redirects (with SAML Request) to Identity Provider (IdP).
3) Since it is first login, User gives the (IdP) his/her valid credentials.
4) IdP then redirects Browser (with SAML Response which includes SAML token) to the SP page.
- After creation of user, If I try to authenticate it works as expected but when I change user data on idp, and try after cleaning complete browser data in any of browser (firefox, chrome) it shows only old assertion data in SAML response on the way to idp to sp.
- Even I have deleted user on idp and created again with same email id with different user data it shows only old user data in SAML response.
- There is nothing exist on browser side even cleaned cached data , cookies, and re-installed browser too.
I have gone through : Are SAML tokens cache/stored anywhere on the browser? Not helped.
I there any settings on idp (OpenAM) side to resolve it? (I have unchecked Disable Federation persistence if NameID Format is unspecified:)
idp: OpenAM-12.0.0, sp: redmine SAML ominiauth
So what I miss here, I don't get it.