The opensaml tag has no wiki summary.
3
votes
1answer
885 views
Creating OpenSAML Assertion from given XML in Java
I have been beating my head against this for a while, and am starting to make progress. However, I ran into some trouble converting a string representation of a SAML 2 Assertion (in XML) to an ...
2
votes
3answers
242 views
Consume SAMLResponse Token
SAML sp-based authentication has following short workflow.
User wants to access application at sp.
sp sends SAMLRequest token to idp.
idp consume it and generate SAMLResponse token.
idp sends this ...
2
votes
1answer
582 views
SAML authentication using salesforce.com
In our web application I want Identity provider (IdP) which authenticate users using salesforce.com.
I have done with Single Sign-On Settings at salesforce.com.
After these setting salesforce ...
1
vote
1answer
48 views
How would I implement a metadata provider/export function in OpenSAML?
Using OpenSAML, I'd like to provide the ability to either (1) export my metadata for a given federation to a file, or (2) provide a URL that a potential federation partner can visit to obtain the ...
1
vote
1answer
91 views
Marshalling error while using OPENSAML2 in a servlet environment (Tomcat web server)
I am trying to setup my Service provider using OpenSAML2 libraries. I am trying to set up a servlet which would accept HttpRequest from user's browser and based on the request parameters I want to ...
1
vote
1answer
185 views
OpenSAML custom attribute value
I'm trying to create a SAML response. One of the attributes that makes up the assertion is called address and the attribute value needs to be a custom type that is defined in an XSD. How do I add ...
1
vote
1answer
162 views
Where can I get PEM (private key)?
I am working on idp-initiated SAML response for salesforce and need your help.
I was working with code and found that I need .pem (private key) key.
KeyStore.PrivateKeyEntry pkEntry = ...
1
vote
1answer
605 views
OpenSAML bootstrap() nets me “InputStream cannot be null”
Deployment environment: Windows Server 2008, Tomcat 7.0.5, Oracle JRE 1.6. Development environment same plus Eclipse Helios.
When I try to deploy my Java application which uses OpenSAML 2.3.1 and ...
0
votes
0answers
21 views
Decrypting encrypted assertion using SAML 2.0 in java using OpenSAML
I have a problem while trying to decrypt encrypted assertion using SAML 2.0. The library I am using is OpenSAML Java libraries 2.5.2.
The encrypted assertion looks like this:
<EncryptedAssertion ...
0
votes
3answers
97 views
In order to implement SAML do I need Shibboleth SP installed on my host?
I got a couple of SAML implementation questions to clear up my confusion ...
I need to implement SSO in a java web app.
In order to do so, do I need Shibboleth SP installed on my host like so, or ...
0
votes
0answers
53 views
Unmarshalling XACML Policie file with opensaml
Could any one please give me a link of a good tutorial that could give me an idea how i could build a XACMLObject using openSAML2 api from the policie file ?
Thanks
0
votes
1answer
199 views
Idp-Initiated SSO | Validated by salesforce
I am working on idp-initiated authentication to salesforce.com. The generated SAML token is successfully validated from salesforce SAML validation page but when I redirect to salesforce from my idp it ...
0
votes
1answer
669 views
SSLException: Received fatal alert: unexpected_message
I'm using:
not-yet-commons-ssl-0.3.9.jar
opensaml-2.3.1.jar
I'm getting the following error in my logs:
SSLException: Received fatal alert: unexpected_message
Turning on SSLDebug gives the ...
0
votes
1answer
255 views
Validating SAML Assertion from SalesForce validator
I am Validating SAML Assertion from SalesForce validator. All my Results are OK. I am getting warning at point 12 as in figure.
How can I validate it?
0
votes
1answer
220 views
SAML Assertion response
I am working on idp-initiated authentication. I have created a response to be sent to SalesForce but stuck at one point. See the XML code below. Tell me from where I can get values to be fill in ...
0
votes
0answers
154 views
How to use openSAML to extract the Reference elements from signature element?
I'm on an instance of the SignatureImpl class (which represents the ds:Signature element) in openSAML, and I'm not sure exactly how to pull the ds:Reference elements out of ds:SignedInfo in order to ...