For sometime now I'm dealing with SAML and oauth. I have few questions and I would like to know if somebody clarifies my doubts -
I also need to know, how can I set the expiry time of OAUTH token. After googling I found that there is one attribute "expires_in" in OAUTH response which tells how long the token will be valid for but I am not sure how to use this using Scribe. I am using scribe to connect to different providers.
NotOnOrAfter
attribute is part of the Conditions
that decides when and how the response is valid.InResponseTo
parameter. Please note that many SAML2 implementations allow unsolicited (i.e. Idp initiated) sessions, where the Idp sends a response without ever having recieved an AuthnRequest
from the SP.