I have set up and SP 2010 web application with claims based authentication with simple, custom STS. How can I connect another web application to the same STS?
For my first web application I used a sample powershell script, but when I try to reuse it (after changing name, description and realm) of SPTrustedIdentityTokenIssuer, I'm getting New-SPTrustedIdentityTokenIssuer : Exception of type 'System.ArgumentException' was thrown.
Thanks in advance ;)