Hi,
I am trying to implement SAML assertion policy usecase in my edge. To do that I have referred link:https://community.apigee.com/articles/37587/saml-assertion-policies-study.html. I have followed this and implemented below steps.
1)I have created a certificate 'mockserverKeyrstore' using open ssl.
2)Created a keystore 'mockserverKeystore' and added above certificate.
3)Created proxies 'SAMLsampleIdPproxy'(generate SAML assertions and prepare key) and 'SAMLsampleSPproxy'(validate access token) as API products.
4)Created app 'SAMLAPP' and added above API products. I got consumer key and secret code.
5)Tested proxy with url 'http://apitechbasics-prod.apigee.net/samlsampleidpproxy/GenerateIdPToken?response_type=token&redirection_uri=http://localhost:2999&client_id=4hCaENG9MyJL08T3aOQaLImj8TnlxCKA'
I am getting error401. Attaching code and certificates for your reference. Could you please help me in running this sample.
Also need some more clarification on the article, How SAML assertions are being validated against key store.samlsampleidpproxy-rev1-2017-06-07.zipsamlsamplespproxy-rev1-2017-06-07.zip