|
Home > Archive > BizTalk Server Setup > February 2004 > User Security in BizTalk
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 |
User Security in BizTalk
|
|
|
| Hi there,
We are considering implementing BizTalk as an integration layer between our applications.
However, we need the ability for users whom connect through BizTalk to other applications, for the local securityu permissions to remian on that local system.
i.e. a User accessing a Finance system from a Booking system, via BizTalk, would already have access to the Booking System, BUT would need explicit access to the Finance system, before being allowed to extract or to write data.
Is this possible?
(and if so, how?)
Thanks,
Steve Harris
CENTRO,
England
Sent via http://www.biztalkug.com
everything about BizTalk Server
| |
| Nick Malik 2004-02-08, 8:40 am |
| You are going to have to create a messaging infrastructure that includes
credentials in your messages. That way, Biztalk is not responsible for
validating access... the application that answers the request is. The
Booking system would send the request to Biztalk, along with the user
credentials. Biztalk would format the request for the Finance system and
send it along. The finance system would verify the credentials and decide
if it should reply with an error or a message full of content. The
resulting message would return, via Biztalk, to the Booking system.
HTH,
--- Nick
"Stevo" <stevenharris@centro.org.uk> wrote in message
news:Dtyaz1M81J@biztalkug.com...
> Hi there,
>
> We are considering implementing BizTalk as an integration layer between
our applications.
>
> However, we need the ability for users whom connect through BizTalk to
other applications, for the local securityu permissions to remian on that
local system.
>
> i.e. a User accessing a Finance system from a Booking system, via BizTalk,
would already have access to the Booking System, BUT would need explicit
access to the Finance system, before being allowed to extract or to write
data.
>
> Is this possible?
>
> (and if so, how?)
>
> Thanks,
>
> Steve Harris
> CENTRO,
> England
>
> Sent via http://www.biztalkug.com
> everything about BizTalk Server
>
|
|
|
|
|