Directory Programming .NET

Active Directory and ADAM programming support for .NET developers
Welcome to Directory Programming .NET Sign in | Join | Help
in Search

Multiple account and resource partners (some are both)

Last post 06-11-2008, 8:26 AM by natebell. 2 replies.
Sort Posts: Previous Next
  •  06-10-2008, 4:19 PM 3866

    Multiple account and resource partners (some are both)

    So I had SSO working in a Forest Trust scenario, but all the resources were on one side.

    I have three domains, two trust each other, and the third (external) trusts the other two.  All the resources were in external, except for some OWA servers in each of the other two realms.

    I tried to add a web server into one of the internal domains and I am having some problems.

    It seems that logging in causes some weirdness, because even though I'm logged into one realm and I go to access another resource that I should have access to, I either get a login prompt (sometimes for another realm, sometimes the same) or I get "Attempted to perform an unauthorized operation"

    I tried removing the Forest Trust from my ADFS trusts.  That hasn't seemed to help any.

    What are the differences or pros and cons of "to forest trust or not to forest trust" I know that it has been recommended not to use them, but in my case it will work, or does the trust have to be two way for it to work?

    What are the issues you run into when one partner is a resource for another and vice versa, or am I just getting the ADFS trusts wrong?

    I'm also having trouble finding a good resource that explains the UPN suffixes, that might be the cause of my problems now that I have removed the forest trusts.

  •  06-10-2008, 9:35 PM 3870 in reply to 3866

    Re: Multiple account and resource partners (some are both)

    You mention OWA here.  Are the apps NT token agent apps or claims apps?

    Claims apps are very flexible, but NT token apps need an account mapping strategy.  You either need shadow accounts in the resource forest or need to use shadow groups.  If the users are already in the resource forest or a trusted domain, then they basically already have an account in the resource forest.

    You'd probably want to look at the audit logs to see what is going on if you are getting auth failures.  They will give you more details on what is going wrong.

  •  06-11-2008, 8:26 AM 3874 in reply to 3870

    Re: Multiple account and resource partners (some are both)

    The apps are claims apps.

    I'll look into the logs and see what I find.

View as RSS news feed in XML