Go Back   TechArena Community > Technical Support > Computer Help > Windows Server > Active Directory
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , , , ,

Sponsored Links



Active Directory Federation Services

Active Directory


Reply
 
Thread Tools Search this Thread
  #1  
Old 05-02-2009
Yorgy
 
Posts: n/a
Active Directory Federation Services

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.
Reply With Quote
  #2  
Old 05-02-2009
Joe Kaplan
 
Posts: n/a
Re: Active Directory Federation Services

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.
Reply With Quote
  #3  
Old 05-02-2009
Lanwench [MVP - Exchange]
 
Posts: n/a
Re: Active Directory Federation Services

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
  #4  
Old 12-11-2009
WISPaway
 
Posts: n/a
Re: Active Directory Federation Services

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?
Reply With Quote
  #5  
Old 12-11-2009
Meinolf Weber [MVP-DS]
 
Posts: n/a
Re: Active Directory Federation Services

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/
Reply With Quote
  #6  
Old 12-11-2009
kj [SBS MVP]
 
Posts: n/a
Re: Active Directory Federation Services

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.
Reply With Quote
  #7  
Old 13-11-2009
Joe Kaplan
 
Posts: n/a
Re: Active Directory Federation Services

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.
Reply With Quote
  #8  
Old 14-11-2009
WISPaway
 
Posts: n/a
Re: Active Directory Federation Services

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" <georgei@FidelitySystems.net> wrote in message
> >> news:7F07C57B-98B8-405D-91E6-A8B1DA8F82BC@microsoft.com...
> >>> 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
  #9  
Old 14-11-2009
WISPaway
 
Posts: n/a
Re: Active Directory Federation Services

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" <georgei@FidelitySystems.net> wrote in message
> >> news:7F07C57B-98B8-405D-91E6-A8B1DA8F82BC@microsoft.com...
> >>> 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
  #10  
Old 14-11-2009
WISPaway
 
Posts: n/a
Re: Active Directory Federation Services

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]" <KevinJ.SBS@SPAMFREE.gmail.com> wrote in message
> news:eU9CgU7YKHA.6100@TK2MSFTNGP04.phx.gbl...
> > 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" <georgei@FidelitySystems.net> wrote in message
> >>> news:7F07C57B-98B8-405D-91E6-A8B1DA8F82BC@microsoft.com...
> >>>> 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
  #11  
Old 14-11-2009
Joe Kaplan
 
Posts: n/a
Re: Active Directory Federation Services

I've definitely seen it published in the ADFS docs somewhere because it has
come up multiple times in my discussions with other business partners and
I've sent a link before. Search around. You'll find the reference. Sorry
the 2003 server docs don't show it. That is a little sad.

I'm not sure where things stand with Geneva/ADFS V2. You can also use WIF to
write your own STS for free but I doubt you'd want to do that. :)

--
Joe Kaplan-MS MVP Directory Services Programming
Co-author of "The .NET Developer's Guide to Directory Services Programming"
http://www.directoryprogramming.net
"WISPaway" <WISPaway@discussions.microsoft.com> wrote in message
news:DC2CA2C0-2DD0-47F9-A33D-874EBA75E076@microsoft.com...
> 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]" <KevinJ.SBS@SPAMFREE.gmail.com> wrote in message
>> news:eU9CgU7YKHA.6100@TK2MSFTNGP04.phx.gbl...
>> > 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" <georgei@FidelitySystems.net> wrote in message
>> >>> news:7F07C57B-98B8-405D-91E6-A8B1DA8F82BC@microsoft.com...
>> >>>> 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

  TechArena Community > Technical Support > Computer Help > Windows Server > Active Directory


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "Active Directory Federation Services"
Thread Thread Starter Forum Replies Last Post
Active Directory Web Services (ADWS) Iain Carlin Active Directory 1 21-05-2011 06:08 AM
Active Directory Rights Management Services (AD RMS) Paul Guides & Tutorials 2 26-10-2010 11:40 PM
Active Directory Federation Services 2.0 RTW Patrick Markiewicz Active Directory 1 17-06-2010 12:06 PM
Developing active directory applications without any Active Directory Services J055 Active Directory 4 11-12-2009 07:41 PM
Active Directory Domain Services Is Currently Not Available? momentarylapseofreason Windows Vista Network 14 28-05-2008 02:49 AM


All times are GMT +5.5. The time now is 11:40 PM.