K
Kevin Vogler
I'm working with a pre-existing custom business portal that's part asp.net,
part classic asp. Authentication is Asp.net Forms.
The client has multiple locations each with multiple users.
The client desires to add MS Dynamics Business Portal (essentially
Sharepoint w/MS Greatplains).
The client also desires to buy a single CAL for each location (not each
user). For example: Store 1 has five users with asp.net credentials for the
existing asp.net entry point and each of the five users would be linked to a
single Windows/Business Portal user "Store_1"
The Store 1 user "Bob" would log into the asp.net site and would then be
programatically be logged in to windows as "Store_1" and could then access
the Sharepoint/GP Business Portal pages.
I'm assuming that all of this resides on a single domain. My knowledge of
the architecture is sketchy at this point.
I know that I could link the store users with the Windows users, enable
impersonation and programatically log them into the domain.
What is the best practice in this situation?
How do you maintain it and keep everything in sync other than "Carefully"?
Store the Windows credentials encrypted and decrypt?
Thanks in advance for any guidance.
Kevin Vogler
part classic asp. Authentication is Asp.net Forms.
The client has multiple locations each with multiple users.
The client desires to add MS Dynamics Business Portal (essentially
Sharepoint w/MS Greatplains).
The client also desires to buy a single CAL for each location (not each
user). For example: Store 1 has five users with asp.net credentials for the
existing asp.net entry point and each of the five users would be linked to a
single Windows/Business Portal user "Store_1"
The Store 1 user "Bob" would log into the asp.net site and would then be
programatically be logged in to windows as "Store_1" and could then access
the Sharepoint/GP Business Portal pages.
I'm assuming that all of this resides on a single domain. My knowledge of
the architecture is sketchy at this point.
I know that I could link the store users with the Windows users, enable
impersonation and programatically log them into the domain.
What is the best practice in this situation?
How do you maintain it and keep everything in sync other than "Carefully"?
Store the Windows credentials encrypted and decrypt?
Thanks in advance for any guidance.
Kevin Vogler