Subject: How do I capture metadata on the service provider side?
Date: 2018-08-01 20:20:38
From: RickPace79
Source: capture-metadata-service-provider-side
----------------------------------------------------------------------

I've successfully modified the IdP project of your Saml2IdPInitiated_2013 sample solution to point to my service provider. However, I need to be able to capture the metadata on the service provider side which should include things like the PublicKey and RelayState.  How can I go about collecting this information? Can it be extracted from the samlResponse object shown in my code sample?

 

    Private Sub SAMLsignIn()
            'MyBase.OnLoad(e)
            Try
                Dim samlAssertion As Assertion
                'VERIFY THE SIGNATURE
                Dim samlResponse As ComponentPro.Saml2.Response = ComponentPro.Saml2.Response.Create(Request)
    
                If samlResponse.IsSigned() Then`enter code here`

----------------------------------------------------------------------

Note: This question has been asked on the Q&A forum of Thang Dang's fraudulent ComponentPro brand
If you purchased anything from ComponentPro, you have been scammed. Contact the payment processor
who sold you the license and ask for your money back.

Back to ComponentPro Q&A Forum Index