Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Active Directory > Active Directory Federation Services

Reply
Thread Tools Display Modes

Active Directory Federation Services

 
 
Yorgy
Guest
Posts: n/a

 
      02-04-2009
Hello,

Not sure if my understanding is accurate, so I am hoping to get some
feedback as to what we are trying to accomplish.
We have a web page setup at abc.com on a Windows SBS 2003 System, in which
we have a domain controller with Active Directory running Windows Server
2008 on a seperate system.

Most of our clients would like access to this page in order to perform
certain functions. Will they have the ability to log in with their active
directory accounts from their local site into our webpage if we setup ADFS
on Server 2008? Or does ADFS require to be setup at both locations?

Can someone please clarify this with me?
Looking forward to your responses...

Thank you

 
Reply With Quote
 
 
 
 
Joe Kaplan
Guest
Posts: n/a

 
      02-04-2009
Basically, they would need ADFS (or a compatible system) as well to use
accounts in their organization to access your app.

Your ADFS server would be associated with your AD, so users in your AD could
log in to your web app using ADFS but not their users. If there was only
one ADFS server, you would either need to give them accounts in your AD
(which largely defeats the point) or potentially create an ADAM store to
issue them accounts and configure a secondary auth store for your ADFS
server (which also defeats the point but at least doesn't require you to put
their users in your AD).

Another possibility would be for you to configure your ADFS server to accept
something like Windows Live logins and then have your clients get Windows
Live accounts to use for accessing your app, but that also defeats the
purpose of them getting SSO with their internal AD accounts. It really just
moves the ball again as to where the external accounts might be stored.

The cool thing with ADFS is that all these things are possible, so you get a
tremendous amount of flexibility in enabling SSO to your apps for your
clients. For example, if you got a second set of clients from a different
org, you could add their ADFS server as well and then they could access your
app in addition to the first clients and your internal users.

I hope that helps solidify the mental model on how it works. For your
partner to actually use ADFS, they would need an enterprise SKU of Windows
Server and an AD. Other products implementing the protocol will have
different requirements.

Joe K.

--
Joe Kaplan-MS MVP Directory Services Programming
Co-author of "The .NET Developer's Guide to Directory Services Programming"
http://www.directoryprogramming.net
"Yorgy" <> wrote in message
news:7F07C57B-98B8-405D-91E6-...
> Hello,
>
> Not sure if my understanding is accurate, so I am hoping to get some
> feedback as to what we are trying to accomplish.
> We have a web page setup at abc.com on a Windows SBS 2003 System, in which
> we have a domain controller with Active Directory running Windows Server
> 2008 on a seperate system.
>
> Most of our clients would like access to this page in order to perform
> certain functions. Will they have the ability to log in with their active
> directory accounts from their local site into our webpage if we setup ADFS
> on Server 2008? Or does ADFS require to be setup at both locations?
>
> Can someone please clarify this with me?
> Looking forward to your responses...
>
> Thank you


 
Reply With Quote
 
Lanwench [MVP - Exchange]
Guest
Posts: n/a

 
      02-05-2009
Yorgy <> wrote:
> Hello,
>
> Not sure if my understanding is accurate, so I am hoping to get some
> feedback as to what we are trying to accomplish.
> We have a web page setup at abc.com on a Windows SBS 2003 System, in
> which we have a domain controller with Active Directory running
> Windows Server 2008 on a seperate system.
>
> Most of our clients would like access to this page in order to perform
> certain functions. Will they have the ability to log in with their
> active directory accounts from their local site into our webpage if
> we setup ADFS on Server 2008? Or does ADFS require to be setup at
> both locations?
> Can someone please clarify this with me?
> Looking forward to your responses...
>
> Thank you


I'm not sure about that - but I can tell you that you really don't want to
host a public website on your domain controller/Exchange server. Put it on
its own box in a properly secured DMZ.


 
Reply With Quote
 
WISPaway
Guest
Posts: n/a

 
      11-12-2009

I know this is an old thread but very pertinent to an upcoming project.

Client has domain with SBS2003 Premium. Wants to add SharePoint Services 3.0
for internal document/process management. Also wants to provide a portal for
select customers to access documents related to their projects.

It's my understanding that SBS does not include/support ADFS natively.

My question is: Is the following scenario feasible?

Add 2003 Standard member server and configure as BDC.
Install SPS 3.0 with prerequists.
Install ADFS on member server.
Setup webapp extranet to use ADFS.
Create customer logins in SBS AD.

Would this, should this, work? We only desire Web SSO for clients not their
networks.

You mentioned Enterprise Server 2003. Why?
Am I missing something?
--



"Joe Kaplan" wrote:

> Basically, they would need ADFS (or a compatible system) as well to use
> accounts in their organization to access your app.
>
> Your ADFS server would be associated with your AD, so users in your AD could
> log in to your web app using ADFS but not their users. If there was only
> one ADFS server, you would either need to give them accounts in your AD
> (which largely defeats the point) or potentially create an ADAM store to
> issue them accounts and configure a secondary auth store for your ADFS
> server (which also defeats the point but at least doesn't require you to put
> their users in your AD).
>
> Another possibility would be for you to configure your ADFS server to accept
> something like Windows Live logins and then have your clients get Windows
> Live accounts to use for accessing your app, but that also defeats the
> purpose of them getting SSO with their internal AD accounts. It really just
> moves the ball again as to where the external accounts might be stored.
>
> The cool thing with ADFS is that all these things are possible, so you get a
> tremendous amount of flexibility in enabling SSO to your apps for your
> clients. For example, if you got a second set of clients from a different
> org, you could add their ADFS server as well and then they could access your
> app in addition to the first clients and your internal users.
>
> I hope that helps solidify the mental model on how it works. For your
> partner to actually use ADFS, they would need an enterprise SKU of Windows
> Server and an AD. Other products implementing the protocol will have
> different requirements.
>
> Joe K.
>
> --
> Joe Kaplan-MS MVP Directory Services Programming
> Co-author of "The .NET Developer's Guide to Directory Services Programming"
> http://www.directoryprogramming.net
> "Yorgy" <> wrote in message
> news:7F07C57B-98B8-405D-91E6-...
> > Hello,
> >
> > Not sure if my understanding is accurate, so I am hoping to get some
> > feedback as to what we are trying to accomplish.
> > We have a web page setup at abc.com on a Windows SBS 2003 System, in which
> > we have a domain controller with Active Directory running Windows Server
> > 2008 on a seperate system.
> >
> > Most of our clients would like access to this page in order to perform
> > certain functions. Will they have the ability to log in with their active
> > directory accounts from their local site into our webpage if we setup ADFS
> > on Server 2008? Or does ADFS require to be setup at both locations?
> >
> > Can someone please clarify this with me?
> > Looking forward to your responses...
> >
> > Thank you

>
>

 
Reply With Quote
 
Meinolf Weber [MVP-DS]
Guest
Posts: n/a

 
      11-12-2009
Hello WISPaway,

Maybe you check this posting about:
http://www.eggheadcafe.com/software/...rk-with-a.aspx

Also i suggest to use one of this forums/newsgroups for SBS related questions,
too many steps are different there:
http://www.sbs2008.com/

Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm


> I know this is an old thread but very pertinent to an upcoming
> project.
>
> Client has domain with SBS2003 Premium. Wants to add SharePoint
> Services 3.0 for internal document/process management. Also wants to
> provide a portal for select customers to access documents related to
> their projects.
>
> It's my understanding that SBS does not include/support ADFS natively.
>
> My question is: Is the following scenario feasible?
>
> Add 2003 Standard member server and configure as BDC.
> Install SPS 3.0 with prerequists.
> Install ADFS on member server.
> Setup webapp extranet to use ADFS.
> Create customer logins in SBS AD.
> Would this, should this, work? We only desire Web SSO for clients not
> their networks.
>
> You mentioned Enterprise Server 2003. Why? Am I missing something?
>
>> Basically, they would need ADFS (or a compatible system) as well to
>> use accounts in their organization to access your app.
>>
>> Your ADFS server would be associated with your AD, so users in your
>> AD could log in to your web app using ADFS but not their users. If
>> there was only one ADFS server, you would either need to give them
>> accounts in your AD (which largely defeats the point) or potentially
>> create an ADAM store to issue them accounts and configure a secondary
>> auth store for your ADFS server (which also defeats the point but at
>> least doesn't require you to put their users in your AD).
>>
>> Another possibility would be for you to configure your ADFS server to
>> accept something like Windows Live logins and then have your clients
>> get Windows Live accounts to use for accessing your app, but that
>> also defeats the purpose of them getting SSO with their internal AD
>> accounts. It really just moves the ball again as to where the
>> external accounts might be stored.
>>
>> The cool thing with ADFS is that all these things are possible, so
>> you get a tremendous amount of flexibility in enabling SSO to your
>> apps for your clients. For example, if you got a second set of
>> clients from a different org, you could add their ADFS server as well
>> and then they could access your app in addition to the first clients
>> and your internal users.
>>
>> I hope that helps solidify the mental model on how it works. For
>> your partner to actually use ADFS, they would need an enterprise SKU
>> of Windows Server and an AD. Other products implementing the
>> protocol will have different requirements.
>>
>> Joe K.
>>
>> --
>> Joe Kaplan-MS MVP Directory Services Programming
>> Co-author of "The .NET Developer's Guide to Directory Services
>> Programming"
>> http://www.directoryprogramming.net
>> "Yorgy" <> wrote in message
>> news:7F07C57B-98B8-405D-91E6-...
>>> Hello,
>>>
>>> Not sure if my understanding is accurate, so I am hoping to get some
>>> feedback as to what we are trying to accomplish.
>>> We have a web page setup at abc.com on a Windows SBS 2003 System, in
>>> which
>>> we have a domain controller with Active Directory running Windows
>>> Server
>>> 2008 on a seperate system.
>>> Most of our clients would like access to this page in order to
>>> perform certain functions. Will they have the ability to log in with
>>> their active directory accounts from their local site into our
>>> webpage if we setup ADFS on Server 2008? Or does ADFS require to be
>>> setup at both locations?
>>>
>>> Can someone please clarify this with me?
>>> Looking forward to your responses...
>>> Thank you
>>>



 
Reply With Quote
 
kj [SBS MVP]
Guest
Posts: n/a

 
      11-12-2009
SBS licensing would require an SBS user CAL for each AD authenticating ADFS
user. SBS limits liecensing to a maximum of 75, btw. Otherwise you might be
able to use an ADAM (LDS) instance instead of SBS AD. Rather a tricky
licensing scenerio not to mention the supportability factors.

WISPaway wrote:
> I know this is an old thread but very pertinent to an upcoming
> project.
>
> Client has domain with SBS2003 Premium. Wants to add SharePoint
> Services 3.0 for internal document/process management. Also wants to
> provide a portal for select customers to access documents related to
> their projects.
>
> It's my understanding that SBS does not include/support ADFS natively.
>
> My question is: Is the following scenario feasible?
>
> Add 2003 Standard member server and configure as BDC.
> Install SPS 3.0 with prerequists.
> Install ADFS on member server.
> Setup webapp extranet to use ADFS.
> Create customer logins in SBS AD.
>
> Would this, should this, work? We only desire Web SSO for clients not
> their networks.
>
> You mentioned Enterprise Server 2003. Why?
> Am I missing something?
>
>> Basically, they would need ADFS (or a compatible system) as well to
>> use accounts in their organization to access your app.
>>
>> Your ADFS server would be associated with your AD, so users in your
>> AD could log in to your web app using ADFS but not their users. If
>> there was only one ADFS server, you would either need to give them
>> accounts in your AD (which largely defeats the point) or potentially
>> create an ADAM store to issue them accounts and configure a
>> secondary auth store for your ADFS server (which also defeats the
>> point but at least doesn't require you to put their users in your
>> AD).
>>
>> Another possibility would be for you to configure your ADFS server
>> to accept something like Windows Live logins and then have your
>> clients get Windows Live accounts to use for accessing your app, but
>> that also defeats the purpose of them getting SSO with their
>> internal AD accounts. It really just moves the ball again as to
>> where the external accounts might be stored.
>>
>> The cool thing with ADFS is that all these things are possible, so
>> you get a tremendous amount of flexibility in enabling SSO to your
>> apps for your clients. For example, if you got a second set of
>> clients from a different org, you could add their ADFS server as
>> well and then they could access your app in addition to the first
>> clients and your internal users.
>>
>> I hope that helps solidify the mental model on how it works. For
>> your partner to actually use ADFS, they would need an enterprise SKU
>> of Windows Server and an AD. Other products implementing the
>> protocol will have different requirements.
>>
>> Joe K.
>>
>> --
>> Joe Kaplan-MS MVP Directory Services Programming
>> Co-author of "The .NET Developer's Guide to Directory Services
>> Programming" http://www.directoryprogramming.net
>> "Yorgy" <> wrote in message
>> news:7F07C57B-98B8-405D-91E6-...
>>> Hello,
>>>
>>> Not sure if my understanding is accurate, so I am hoping to get some
>>> feedback as to what we are trying to accomplish.
>>> We have a web page setup at abc.com on a Windows SBS 2003 System,
>>> in which we have a domain controller with Active Directory running
>>> Windows Server 2008 on a seperate system.
>>>
>>> Most of our clients would like access to this page in order to
>>> perform certain functions. Will they have the ability to log in
>>> with their active directory accounts from their local site into our
>>> webpage if we setup ADFS on Server 2008? Or does ADFS require to be
>>> setup at both locations?
>>>
>>> Can someone please clarify this with me?
>>> Looking forward to your responses...
>>>
>>> Thank you


--
/kj


 
Reply With Quote
 
Joe Kaplan
Guest
Posts: n/a

 
      11-12-2009
The other important thing is that the ADFS federation server component can
only be installed on the enterprise edition of Windows server. I doubt that
changes with ADFS V2 (coming out real soon now).

Thus, you'd need at least one enterprise sku server to run ADFS itself
regardless of other licensing concerns.

--
Joe Kaplan-MS MVP Directory Services Programming
Co-author of "The .NET Developer's Guide to Directory Services Programming"
http://www.directoryprogramming.net
"kj [SBS MVP]" <> wrote in message
news:...
> SBS licensing would require an SBS user CAL for each AD authenticating
> ADFS user. SBS limits liecensing to a maximum of 75, btw. Otherwise you
> might be able to use an ADAM (LDS) instance instead of SBS AD. Rather a
> tricky licensing scenerio not to mention the supportability factors.
>
> WISPaway wrote:
>> I know this is an old thread but very pertinent to an upcoming
>> project.
>>
>> Client has domain with SBS2003 Premium. Wants to add SharePoint
>> Services 3.0 for internal document/process management. Also wants to
>> provide a portal for select customers to access documents related to
>> their projects.
>>
>> It's my understanding that SBS does not include/support ADFS natively.
>>
>> My question is: Is the following scenario feasible?
>>
>> Add 2003 Standard member server and configure as BDC.
>> Install SPS 3.0 with prerequists.
>> Install ADFS on member server.
>> Setup webapp extranet to use ADFS.
>> Create customer logins in SBS AD.
>>
>> Would this, should this, work? We only desire Web SSO for clients not
>> their networks.
>>
>> You mentioned Enterprise Server 2003. Why?
>> Am I missing something?
>>
>>> Basically, they would need ADFS (or a compatible system) as well to
>>> use accounts in their organization to access your app.
>>>
>>> Your ADFS server would be associated with your AD, so users in your
>>> AD could log in to your web app using ADFS but not their users. If
>>> there was only one ADFS server, you would either need to give them
>>> accounts in your AD (which largely defeats the point) or potentially
>>> create an ADAM store to issue them accounts and configure a
>>> secondary auth store for your ADFS server (which also defeats the
>>> point but at least doesn't require you to put their users in your
>>> AD).
>>>
>>> Another possibility would be for you to configure your ADFS server
>>> to accept something like Windows Live logins and then have your
>>> clients get Windows Live accounts to use for accessing your app, but
>>> that also defeats the purpose of them getting SSO with their
>>> internal AD accounts. It really just moves the ball again as to
>>> where the external accounts might be stored.
>>>
>>> The cool thing with ADFS is that all these things are possible, so
>>> you get a tremendous amount of flexibility in enabling SSO to your
>>> apps for your clients. For example, if you got a second set of
>>> clients from a different org, you could add their ADFS server as
>>> well and then they could access your app in addition to the first
>>> clients and your internal users.
>>>
>>> I hope that helps solidify the mental model on how it works. For
>>> your partner to actually use ADFS, they would need an enterprise SKU
>>> of Windows Server and an AD. Other products implementing the
>>> protocol will have different requirements.
>>>
>>> Joe K.
>>>
>>> --
>>> Joe Kaplan-MS MVP Directory Services Programming
>>> Co-author of "The .NET Developer's Guide to Directory Services
>>> Programming" http://www.directoryprogramming.net
>>> "Yorgy" <> wrote in message
>>> news:7F07C57B-98B8-405D-91E6-...
>>>> Hello,
>>>>
>>>> Not sure if my understanding is accurate, so I am hoping to get some
>>>> feedback as to what we are trying to accomplish.
>>>> We have a web page setup at abc.com on a Windows SBS 2003 System,
>>>> in which we have a domain controller with Active Directory running
>>>> Windows Server 2008 on a seperate system.
>>>>
>>>> Most of our clients would like access to this page in order to
>>>> perform certain functions. Will they have the ability to log in
>>>> with their active directory accounts from their local site into our
>>>> webpage if we setup ADFS on Server 2008? Or does ADFS require to be
>>>> setup at both locations?
>>>>
>>>> Can someone please clarify this with me?
>>>> Looking forward to your responses...
>>>>
>>>> Thank you

>
> --
> /kj
>


 
Reply With Quote
 
WISPaway
Guest
Posts: n/a

 
      11-14-2009

Thanks for the thread reference. Looks like I'm on the right track.

--
I knows what I knows and I wants to knows more.


"Meinolf Weber [MVP-DS]" wrote:

> Hello WISPaway,
>
> Maybe you check this posting about:
> http://www.eggheadcafe.com/software/...rk-with-a.aspx
>
> Also i suggest to use one of this forums/newsgroups for SBS related questions,
> too many steps are different there:
> http://www.sbs2008.com/
>
> Best regards
>
> Meinolf Weber
> Disclaimer: This posting is provided "AS IS" with no warranties, and confers
> no rights.
> ** Please do NOT email, only reply to Newsgroups
> ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm
>
>
> > I know this is an old thread but very pertinent to an upcoming
> > project.
> >
> > Client has domain with SBS2003 Premium. Wants to add SharePoint
> > Services 3.0 for internal document/process management. Also wants to
> > provide a portal for select customers to access documents related to
> > their projects.
> >
> > It's my understanding that SBS does not include/support ADFS natively.
> >
> > My question is: Is the following scenario feasible?
> >
> > Add 2003 Standard member server and configure as BDC.
> > Install SPS 3.0 with prerequists.
> > Install ADFS on member server.
> > Setup webapp extranet to use ADFS.
> > Create customer logins in SBS AD.
> > Would this, should this, work? We only desire Web SSO for clients not
> > their networks.
> >
> > You mentioned Enterprise Server 2003. Why? Am I missing something?
> >
> >> Basically, they would need ADFS (or a compatible system) as well to
> >> use accounts in their organization to access your app.
> >>
> >> Your ADFS server would be associated with your AD, so users in your
> >> AD could log in to your web app using ADFS but not their users. If
> >> there was only one ADFS server, you would either need to give them
> >> accounts in your AD (which largely defeats the point) or potentially
> >> create an ADAM store to issue them accounts and configure a secondary
> >> auth store for your ADFS server (which also defeats the point but at
> >> least doesn't require you to put their users in your AD).
> >>
> >> Another possibility would be for you to configure your ADFS server to
> >> accept something like Windows Live logins and then have your clients
> >> get Windows Live accounts to use for accessing your app, but that
> >> also defeats the purpose of them getting SSO with their internal AD
> >> accounts. It really just moves the ball again as to where the
> >> external accounts might be stored.
> >>
> >> The cool thing with ADFS is that all these things are possible, so
> >> you get a tremendous amount of flexibility in enabling SSO to your
> >> apps for your clients. For example, if you got a second set of
> >> clients from a different org, you could add their ADFS server as well
> >> and then they could access your app in addition to the first clients
> >> and your internal users.
> >>
> >> I hope that helps solidify the mental model on how it works. For
> >> your partner to actually use ADFS, they would need an enterprise SKU
> >> of Windows Server and an AD. Other products implementing the
> >> protocol will have different requirements.
> >>
> >> Joe K.
> >>
> >> --
> >> Joe Kaplan-MS MVP Directory Services Programming
> >> Co-author of "The .NET Developer's Guide to Directory Services
> >> Programming"
> >> http://www.directoryprogramming.net
> >> "Yorgy" <> wrote in message
> >> news:7F07C57B-98B8-405D-91E6-...
> >>> Hello,
> >>>
> >>> Not sure if my understanding is accurate, so I am hoping to get some
> >>> feedback as to what we are trying to accomplish.
> >>> We have a web page setup at abc.com on a Windows SBS 2003 System, in
> >>> which
> >>> we have a domain controller with Active Directory running Windows
> >>> Server
> >>> 2008 on a seperate system.
> >>> Most of our clients would like access to this page in order to
> >>> perform certain functions. Will they have the ability to log in with
> >>> their active directory accounts from their local site into our
> >>> webpage if we setup ADFS on Server 2008? Or does ADFS require to be
> >>> setup at both locations?
> >>>
> >>> Can someone please clarify this with me?
> >>> Looking forward to your responses...
> >>> Thank you
> >>>

>
>
> .
>

 
Reply With Quote
 
WISPaway
Guest
Posts: n/a

 
      11-14-2009

Thanks for the reply.
I'm well aware of SBS user/device limitations and licensing with ADAM would
be a hellish nightmare I would forego sleep to avoid. Luckily the number of
connecting clients would be very limited. Or so I've been told.
--
I knows what I knows and I wants to knows more.


"kj [SBS MVP]" wrote:

> SBS licensing would require an SBS user CAL for each AD authenticating ADFS
> user. SBS limits liecensing to a maximum of 75, btw. Otherwise you might be
> able to use an ADAM (LDS) instance instead of SBS AD. Rather a tricky
> licensing scenerio not to mention the supportability factors.
>
> WISPaway wrote:
> > I know this is an old thread but very pertinent to an upcoming
> > project.
> >
> > Client has domain with SBS2003 Premium. Wants to add SharePoint
> > Services 3.0 for internal document/process management. Also wants to
> > provide a portal for select customers to access documents related to
> > their projects.
> >
> > It's my understanding that SBS does not include/support ADFS natively.
> >
> > My question is: Is the following scenario feasible?
> >
> > Add 2003 Standard member server and configure as BDC.
> > Install SPS 3.0 with prerequists.
> > Install ADFS on member server.
> > Setup webapp extranet to use ADFS.
> > Create customer logins in SBS AD.
> >
> > Would this, should this, work? We only desire Web SSO for clients not
> > their networks.
> >
> > You mentioned Enterprise Server 2003. Why?
> > Am I missing something?
> >
> >> Basically, they would need ADFS (or a compatible system) as well to
> >> use accounts in their organization to access your app.
> >>
> >> Your ADFS server would be associated with your AD, so users in your
> >> AD could log in to your web app using ADFS but not their users. If
> >> there was only one ADFS server, you would either need to give them
> >> accounts in your AD (which largely defeats the point) or potentially
> >> create an ADAM store to issue them accounts and configure a
> >> secondary auth store for your ADFS server (which also defeats the
> >> point but at least doesn't require you to put their users in your
> >> AD).
> >>
> >> Another possibility would be for you to configure your ADFS server
> >> to accept something like Windows Live logins and then have your
> >> clients get Windows Live accounts to use for accessing your app, but
> >> that also defeats the purpose of them getting SSO with their
> >> internal AD accounts. It really just moves the ball again as to
> >> where the external accounts might be stored.
> >>
> >> The cool thing with ADFS is that all these things are possible, so
> >> you get a tremendous amount of flexibility in enabling SSO to your
> >> apps for your clients. For example, if you got a second set of
> >> clients from a different org, you could add their ADFS server as
> >> well and then they could access your app in addition to the first
> >> clients and your internal users.
> >>
> >> I hope that helps solidify the mental model on how it works. For
> >> your partner to actually use ADFS, they would need an enterprise SKU
> >> of Windows Server and an AD. Other products implementing the
> >> protocol will have different requirements.
> >>
> >> Joe K.
> >>
> >> --
> >> Joe Kaplan-MS MVP Directory Services Programming
> >> Co-author of "The .NET Developer's Guide to Directory Services
> >> Programming" http://www.directoryprogramming.net
> >> "Yorgy" <> wrote in message
> >> news:7F07C57B-98B8-405D-91E6-...
> >>> Hello,
> >>>
> >>> Not sure if my understanding is accurate, so I am hoping to get some
> >>> feedback as to what we are trying to accomplish.
> >>> We have a web page setup at abc.com on a Windows SBS 2003 System,
> >>> in which we have a domain controller with Active Directory running
> >>> Windows Server 2008 on a seperate system.
> >>>
> >>> Most of our clients would like access to this page in order to
> >>> perform certain functions. Will they have the ability to log in
> >>> with their active directory accounts from their local site into our
> >>> webpage if we setup ADFS on Server 2008? Or does ADFS require to be
> >>> setup at both locations?
> >>>
> >>> Can someone please clarify this with me?
> >>> Looking forward to your responses...
> >>>
> >>> Thank you

>
> --
> /kj
>
>
> .
>

 
Reply With Quote
 
WISPaway
Guest
Posts: n/a

 
      11-14-2009
Thanks for the reply Joe.
I haven't been able to find any easily available info from Microsoft support
your claim though I don't doubt it.
The Server 2003 version comparison chart doesn't even mention ADFS. WTF!
Looks like I'm on the right track with it though.

It may be a mute point now. We may decide to use some other authentication
method or platform altogether.
A shame really.
--
I knows what I knows and I wants to knows more.


"Joe Kaplan" wrote:

> The other important thing is that the ADFS federation server component can
> only be installed on the enterprise edition of Windows server. I doubt that
> changes with ADFS V2 (coming out real soon now).
>
> Thus, you'd need at least one enterprise sku server to run ADFS itself
> regardless of other licensing concerns.
>
> --
> Joe Kaplan-MS MVP Directory Services Programming
> Co-author of "The .NET Developer's Guide to Directory Services Programming"
> http://www.directoryprogramming.net
> "kj [SBS MVP]" <> wrote in message
> news:...
> > SBS licensing would require an SBS user CAL for each AD authenticating
> > ADFS user. SBS limits liecensing to a maximum of 75, btw. Otherwise you
> > might be able to use an ADAM (LDS) instance instead of SBS AD. Rather a
> > tricky licensing scenerio not to mention the supportability factors.
> >
> > WISPaway wrote:
> >> I know this is an old thread but very pertinent to an upcoming
> >> project.
> >>
> >> Client has domain with SBS2003 Premium. Wants to add SharePoint
> >> Services 3.0 for internal document/process management. Also wants to
> >> provide a portal for select customers to access documents related to
> >> their projects.
> >>
> >> It's my understanding that SBS does not include/support ADFS natively.
> >>
> >> My question is: Is the following scenario feasible?
> >>
> >> Add 2003 Standard member server and configure as BDC.
> >> Install SPS 3.0 with prerequists.
> >> Install ADFS on member server.
> >> Setup webapp extranet to use ADFS.
> >> Create customer logins in SBS AD.
> >>
> >> Would this, should this, work? We only desire Web SSO for clients not
> >> their networks.
> >>
> >> You mentioned Enterprise Server 2003. Why?
> >> Am I missing something?
> >>
> >>> Basically, they would need ADFS (or a compatible system) as well to
> >>> use accounts in their organization to access your app.
> >>>
> >>> Your ADFS server would be associated with your AD, so users in your
> >>> AD could log in to your web app using ADFS but not their users. If
> >>> there was only one ADFS server, you would either need to give them
> >>> accounts in your AD (which largely defeats the point) or potentially
> >>> create an ADAM store to issue them accounts and configure a
> >>> secondary auth store for your ADFS server (which also defeats the
> >>> point but at least doesn't require you to put their users in your
> >>> AD).
> >>>
> >>> Another possibility would be for you to configure your ADFS server
> >>> to accept something like Windows Live logins and then have your
> >>> clients get Windows Live accounts to use for accessing your app, but
> >>> that also defeats the purpose of them getting SSO with their
> >>> internal AD accounts. It really just moves the ball again as to
> >>> where the external accounts might be stored.
> >>>
> >>> The cool thing with ADFS is that all these things are possible, so
> >>> you get a tremendous amount of flexibility in enabling SSO to your
> >>> apps for your clients. For example, if you got a second set of
> >>> clients from a different org, you could add their ADFS server as
> >>> well and then they could access your app in addition to the first
> >>> clients and your internal users.
> >>>
> >>> I hope that helps solidify the mental model on how it works. For
> >>> your partner to actually use ADFS, they would need an enterprise SKU
> >>> of Windows Server and an AD. Other products implementing the
> >>> protocol will have different requirements.
> >>>
> >>> Joe K.
> >>>
> >>> --
> >>> Joe Kaplan-MS MVP Directory Services Programming
> >>> Co-author of "The .NET Developer's Guide to Directory Services
> >>> Programming" http://www.directoryprogramming.net
> >>> "Yorgy" <> wrote in message
> >>> news:7F07C57B-98B8-405D-91E6-...
> >>>> Hello,
> >>>>
> >>>> Not sure if my understanding is accurate, so I am hoping to get some
> >>>> feedback as to what we are trying to accomplish.
> >>>> We have a web page setup at abc.com on a Windows SBS 2003 System,
> >>>> in which we have a domain controller with Active Directory running
> >>>> Windows Server 2008 on a seperate system.
> >>>>
> >>>> Most of our clients would like access to this page in order to
> >>>> perform certain functions. Will they have the ability to log in
> >>>> with their active directory accounts from their local site into our
> >>>> webpage if we setup ADFS on Server 2008? Or does ADFS require to be
> >>>> setup at both locations?
> >>>>
> >>>> Can someone please clarify this with me?
> >>>> Looking forward to your responses...
> >>>>
> >>>> Thank you

> >
> > --
> > /kj
> >

>
> .
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
2003 Active Directory Services and 2008 Terminal Services paulo Active Directory 3 06-12-2008 07:48 PM
Re: Active Directory Federation Service install issues Joe Kaplan Active Directory 0 04-11-2007 02:20 AM
Re: Active Directory Federation Services Joe Kaplan Active Directory 2 04-05-2007 09:10 PM
Active Directory Federation Services - R2 Sabo, Eric Windows Server 0 08-09-2005 06:41 PM
Active Directory restore - recovery OK but fails on Directory Services start up Patrick Active Directory 2 06-16-2004 05:49 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59