Security Assertion Markup Language
0
votes
1answer
15 views
SAML assertion using java
I am a java developer, and I have got a url protocol://common_domain_name/sps/federation_name/saml20/login (I can not give real url for security and legal purpose), this is said endpoint url. I need ...
0
votes
0answers
4 views
AD and SAML support for SaaS provider
We are setting up a cloud based platform, most of our clients will use AD or SAML and want their staff to automatically login to our system.
I have had a look at a few hosted SSO providers but 50c ...
0
votes
0answers
14 views
loggin into an iOS app using a system with ADFS
I am interested in making an app that logs into a system that uses Single Sign on with ADFS and SAML.
Now I am happy to read up on it, I just was wondering if there is anything out there that is ...
3
votes
1answer
4k views
How do I configure WebLogic 10.3 Web App To Use SAML 2 SSO and Identity Provider?
I have several Web applications all running in WebLogic 10 and I want to authenticate the users using SSO and WebLogic's built-in SAML 2 SSO support.
I configured a SAML2IdentityAsserter on the ...
0
votes
0answers
9 views
How can I evaluate the performance benefits of using JWT tokens instead of SAML?
I'm evaluating using JWT tokens instead of SAML tokens in an SSO scenario using Azure ACS. JWT is promoted as more lightweight than SAML but I'm not sure how to evaluate that claim. I assume the token ...
1
vote
2answers
31 views
ADFS 2.0 simpleSAML issue: More than one claim based on SamlNameIdentifierClaimResource was produced
I am trying to setup an ADFS 2.0 IDP - simplesaml saml sp configuration, and i am blocked, the errors reported by ADFS are nowere to be found even in the official adfs documentation.
I have ...
-1
votes
0answers
10 views
josso SSO and SAML Token not found
I have successfully jossifed a java app but I want to know where to find saml token that contains all the claim info.
My problem is to find the saml token generated after login via josso login page.
...
-2
votes
0answers
17 views
Is there a free SAML passive gateway (or simple solution using existing pieces)?
I have SAML IdP set up (simplesamlphp) and using it for Web SSO (mod_auth_mellon under Apache, so far so good).
Now I have an API endpoints (in different domains than the web) which I want to access ...
4
votes
4answers
727 views
What is the purpose of a SAML Artifact?
I've seen a bunch of flow chart on how it is passed around between Identity Provider (IdP), Service Provider (SP), and Browser via Redirects. However it seems unnecessary to me right now, so i know ...
0
votes
0answers
13 views
Form based authentication for Fediz STS
I have configured Fediz IDP and STS succcessfully on my server and also deployed the client "SimpleWebApp" on my local machine. I am able to get the response from STS. Now i want to convert the ...
1
vote
1answer
19 views
Cannot extract wso2 IdP SAML metadata
I'm trying to use wso2 as SAML2 IdP and I need to extract the IdP metadata.
Do you know how I can do it?
0
votes
1answer
36 views
Convert SAML token into JWT token using IdentityServer
I configured Thintecture Identity Server with identity federation (google, facebook, live id), and WCF SOAP service.
Now I need WCF Rest Endpoint (webHttpBinding) for Windows Phone application. I ...
19
votes
3answers
5k views
0
votes
1answer
18 views
Validation of an X509Certificate2 from a string Using fluent validation
I have this class
SAMLConfigurationValidator(): AbstractValidator<SAMLConfiguration>
{
public SAMLConfigurationValidator()
{
//some rules....
//My desired Code
...
1
vote
1answer
31 views
adding xml innertext with foreach loop
I am trying to add values to the saml:AttributeValue elements of this xml document:
<saml:AttributeStatement xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion">
<saml:Attribute ...