Questions tagged [federation]
267 questions
3
votes
0 answers
Reading claim attributes from SAMl in Adfs
i am trying integration between CA federation manager and ADFS. Where ADFS is acting as service provider and Federation manager as IDP. I am able to read nameid which is passed from Federation manager to ADFS as claim attribute. But i am not able to…

user3259812
- 87
- 1
- 4
3
votes
1 answer
Does ADFS use kerberos?
Currently looking to federate servers that use AD. First thought was to use ADFS to manage service requests across domains and realms. That being said the application must have access to Kerberos tickets for a specific use case.
Does AD FS use…

baksyl
- 67
- 1
- 2
- 8
3
votes
1 answer
Trying to create an iam role in aws and getting an error on the assumeRolePolicyDocument
I am trying to create an IAM role in AWS for federated access and keep running into the same issue in python using boto or powershell using the cli.
Here is what I am trying to do with python.
import boto3
tpdoc =…

Matthew Lee
- 85
- 2
- 8
3
votes
1 answer
How to Validate a SAML Token
The scenario I'm trying to support is this: A client website is redirecting to my website using a single sign on from their site. The client side has a STS that generates a SAML token for the authenticated user that gets passed to my website. My…

shyneman
- 83
- 4
3
votes
1 answer
Can apache Shiro be used to build an Identity Provider?
I am looking with Apache shrio framework. Looking at it authentication and authorization features can i build Identity server provider using shrio framework.
Is it possible to have features like,
Single Sign On
SAML support
Federation based on…

Sohan
- 6,252
- 5
- 35
- 56
3
votes
0 answers
Web service (SOAP) authentication for federation user's as part of SAML 2.0 protocol
I have two cross domain apps as service providers. These applications are with IdP (OpenAM) in federation trust. FSSO acomplishes over passive federation, SAML 2.0 protocol, Web Browser SSO Profile. This works fine.
What I have now as an issue is…

Rastko
- 890
- 1
- 17
- 32
3
votes
1 answer
Why is this SAML 2.0 AuthnRequest invalid?
I have C# code to produce a SAML 2.0 AuthnRequest:
String requestXML = "

Sean Forman
- 400
- 4
- 16
3
votes
2 answers
HLA - usage of timeAdvanceRequest()
I have HLA simulation in Java using pRTI with two federates. I want to advance time of my simulation. As far I know, following method is used for this purpose:
_ambassador.timeAdvanceRequest(time);
, where ambassador is an RTI ambassador.
My…

Kao
- 7,225
- 9
- 41
- 65
3
votes
2 answers
VS2013 & MVC 4 -How to setup thinktecture Embedded STS
I am running a project that used the local STS in VS2012 after upgrading to 2013. Now I find out that VS2013 doesn't have a builtin STS server anymore. Looking for alternatives I found…

Peter
- 7,792
- 9
- 63
- 94
3
votes
1 answer
SQL Azure Federations - Development Environment
My team development environment is based on local databases (SQL Server) and now I need to move our application to be based on SQL Azure Federations.
There's any way to "emulate" SQL Azure Federations in a local environment? Or should our…

Gui Ferreira
- 4,367
- 6
- 28
- 41
3
votes
1 answer
Issues with openam federation (with apacheds as data store)
Please help me out with this:
I am trying to setup federation with one idp and one sp in openam. Data store being used is ApacheDS.
I am trying to follow the following tutorial for the…

Apoorve
- 165
- 3
- 9
3
votes
1 answer
Design Federation in SQL AZURE
I need your suggestion for applying Federation in SQL AZURE. In one my recent project I already have an Azure database. In this project I have a big list of customers and each customer has another big set of registered users (more than 25000 because…

Hope
- 1,252
- 4
- 17
- 35
3
votes
2 answers
Configuring federated passive Relying Party for IIS 7 classic mode error (Failed to Execute URL)
I have an ASP.Net Relying Party that uses Microsoft Identity Model and WIF for passive federated identity. The web application works fine in IIS 7 under a .Net 4 integrated pipeline application pool. But when I switch it to a .Net 4 classic pipeline…

Milad Ghafoori
- 310
- 2
- 14
2
votes
1 answer
Does JOSSO support federated login ( login using Twitter, Facebook Account)?
I would like to know weather the JOSSO support federated login ( login using twitter, facebook and so on account).

Ajaykumar Jayaram
- 21
- 2
2
votes
2 answers
keycloak managed password with federated users
Is it possible to manage the password by keycloak with federated users? I have users
federated from external database and currently also the password is being checked from the external database.
Is there a possibility to register a password in…

simonC
- 4,101
- 10
- 50
- 78