Hi
I'm trying to setup the simplest possible "Geneva" scenario:
- a passive RP (ASP.NET application)
- a Geneva Server providing claims
but I’m stuck. After sign in on the PassifeFederation website, I’m getting this error in IE:
"An error has occurred while processing the request.
MSIS7012: The request failed. Contact your administrator for details. (...) MSIS7006: The single sign on token is not valid (...)"
The following message can be found in the EventLog:
"System.UnauthorizedAccessException: MSIS3046: The caller is not authorized to request tokens on behalf of other callers."
The Geneva Server, SQL-DB and the claims aware web application are installed on one single machine.
What I’ve done so far:
1. Installed Geneva Server (using a domain admin user as service account)
2. Used FedUtil to config the RP
3. Configured the RP in Geneva Server (using the Metadata generated by FedUtil)
The Windows Integrated authentication didn't work in the beginning.
I had to change the Geneva AppPool identity to "NetworkService" to get the authentication working.
Regards,
Kantiran