has anybody an advice, how long a SAML Token should be valid (in a SOA infrastructure)?
I thought of several (6-12) hours.
many thanks
Markus
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It is generally a bad idea to have such a high lifetime for your tokens, because they can theoretically be “stolen” and reused. Token issuance should not be an especially timely affair, so I would recommend that you reauthenticate your users with the STS quite often, and only let your token “live” for a few minutes.