|
server
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Claim aware or NT-token based Application
Hi,
How can you tell whether the application is Claim aware or NT-token based Application? Thank you. huh?!?!?
come on people... surely we can communicate better than this Show quote "Jane" <J***@discussions.microsoft.com> wrote in message news:B98A6176-920F-48F0-BB70-A309FC07166D@microsoft.com... > Hi, > > How can you tell whether the application is Claim aware or NT-token based > Application? > > Thank you. > > Assuming you are talking about ADFS applications (since you are using ADFS
terminology), you can't tell from the browser. You would need to look at the server configuration of the web app to tell. Essentially, claims-aware apps are integrated with ADFS via the web.config file are require the application to run on .NET 2.0 or higher. NT token apps are integrated via configuration in the IIS metabase directly (usually via the property pages added to the IIS MMC by the ADFS install). One thing you might not be aware of is that it is technically possible for an application to be both, although this is never documented or discussed. :) This is done simply by configuring both agents. 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 -- Show quote "Jane" <J***@discussions.microsoft.com> wrote in message news:B98A6176-920F-48F0-BB70-A309FC07166D@microsoft.com... > Hi, > > How can you tell whether the application is Claim aware or NT-token based > Application? > > Thank you. > > Thank you for your professionalism and help. Thank You.
Yes, I am talking about ADFS. Recently, one in house web application needs to allow external users to use. (extranet) Currently, We use SSLVPN to allow external users to access. They got web login page to logon and use it. With ADFS single sign on,what knid of benefits we can get? Also,I am reading accorss ADFS documentation and ADFS can be used in this case. But, our users account are in SQL database, is it still possible? Show quote "Joe Kaplan" wrote: > Assuming you are talking about ADFS applications (since you are using ADFS > terminology), you can't tell from the browser. You would need to look at > the server configuration of the web app to tell. > > Essentially, claims-aware apps are integrated with ADFS via the web.config > file are require the application to run on .NET 2.0 or higher. NT token > apps are integrated via configuration in the IIS metabase directly (usually > via the property pages added to the IIS MMC by the ADFS install). > > One thing you might not be aware of is that it is technically possible for > an application to be both, although this is never documented or discussed. > :) This is done simply by configuring both agents. > > 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 > -- > "Jane" <J***@discussions.microsoft.com> wrote in message > news:B98A6176-920F-48F0-BB70-A309FC07166D@microsoft.com... > > Hi, > > > > How can you tell whether the application is Claim aware or NT-token based > > Application? > > > > Thank you. > > > > > > > |
|||||||||||||||||||||||