I've been exploring this topic for quite some time now, but haven't had much success.
Here's the scenario: 1. Logging in to a Web Application using standard form authentication. 2. Logging in from the Web Application to a SAML Relying Party.
The problem is: I was considering using an iFrame for authenticating to the SAML Relying Party. However, the main issue with this approach is that once the SAML authentication flow is completed, I need to send a persistent authentication token back to my Web Application client (which will be used for future access of my Web Application to the SAML relying party).
. Could someone provide feedback on whether this method is secure?
. Are there any other methods for authenticating web-based clients to a system set up as a SAML relying party?
Thanks in advance,
Saimon