I don't know if anyone watches this, as I never got a response to my last question, but here goes. :-)
We have successfully gotten an OAuth token, but don't know what to do with it. We have been using MSDC_SECURITY_HEADER_TEMPLATE, but my assumption is that this template won't work with the new auth, as it requires two Security Tokens and a Key Identifier, and with OAuth we only get a single Security Token, and no Key Identifiers. We tried just removing the security header and sending the token as a standard HTTP Authentication header and "Bearer " + token, but that doesn't work. We still get a security exception. Is that SUPPOSED to work?
Has anyone successfully migrated to OAuth with the methods used in in this project?
I don't know if anyone watches this, as I never got a response to my last question, but here goes. :-)
We have successfully gotten an OAuth token, but don't know what to do with it. We have been using MSDC_SECURITY_HEADER_TEMPLATE, but my assumption is that this template won't work with the new auth, as it requires two Security Tokens and a Key Identifier, and with OAuth we only get a single Security Token, and no Key Identifiers. We tried just removing the security header and sending the token as a standard HTTP Authentication header and "Bearer " + token, but that doesn't work. We still get a security exception. Is that SUPPOSED to work?
Has anyone successfully migrated to OAuth with the methods used in in this project?