BizTalk Server - MSMQT Authentication

This is Interesting: Free IT Magazines  
Home > Archive > BizTalk Server > July 2004 > MSMQT Authentication





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author MSMQT Authentication
gsv

2004-07-09, 3:32 pm


Hi,

I need to authenticate windows user submitting documents to BizTalk server MSMQT, i created a custom recv. pipeline and am trying to create a party as per documentation "To enable the Party Resolution pipeline component to validate a Windows user, you mu
st add the WindowsUser alias to a party. The Name, Qualifier, and Value of the alias should be of the form WindowsUser == <domain\user name>, where WindowsUser is the Name, == is the Qualifier, and <domain\user name> is the Value". But i am not able to se
t "==" to the Qualifier so what to do.Can i validate a windows groups using the same approach???

Thanks,
gsv
Sunghwa Jin [MSFT]

2004-07-09, 3:32 pm

You can provide any name to the Name field. It's just a human readable
information and BizTalk doesn't care with the Name field.

Qualifier should be "WindowsUser" without quotation marks.
Value should be "domain\username" without quotation marks and domain and
username should be changed accordingly. You cannot use group with this.

To use party resolution feature, you should implement role link in your
orchestration. Take a look at Business Activity Services tutorial which
gives you an example of role link usage.

And make sure your receive port require authentication to block anonymous
messages.

Thanks,
Sunghwa

--------------------[vbcol=seagreen]
server MSMQT, i created a custom recv. pipeline and am trying to create a
party as per documentation "To enable the Party Resolution pipeline
component to validate a Windows user, you must add the WindowsUser alias to
a party. The Name, Qualifier, and Value of the alias should be of the form
WindowsUser == <domain\user name>, where WindowsUser is the Name, == is the
Qualifier, and <domain\user name> is the Value". But i am not able to set
"==" to the Qualifier so what to do.Can i validate a windows groups using
the same approach???[vbcol=seagreen]

This posting is provided "AS IS" with no warranties, and confers no rights.

EBusiness Server Team

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com