Setting up IIS 7.5 for AD Client Certificates for iOS devicesIIS 7.5 (Windows 7) - HTTP Error 401.3 -...

Why would five hundred and five same as one?

Relations between homogeneous polynomials

Extract substring according to regexp with sed or grep

How would a solely written language work mechanically

Weird lines in Microsoft Word

categorizing a variable turns it from insignificant to significant

If the Dominion rule using their Jem'Hadar troops, why is their life expectancy so low?

Are hand made posters acceptable in Academia?

Showing mass murder in a kid's book

Reasons for having MCU pin-states default to pull-up/down out of reset

How to test the sharpness of a knife?

PTIJ: Which Dr. Seuss books should one obtain?

Why does the frost depth increase when the surface temperature warms up?

How do you say "Trust your struggle." in French?

I keep switching characters, how do I stop?

Did I make a mistake by ccing email to boss to others?

How to get directions in deep space?

Should I warn a new PhD Student?

Has the laser at Magurele, Romania reached a tenth of the Sun's power?

Highest stage count that are used one right after the other?

Put the phone down / Put down the phone

Why can't I get pgrep output right to variable on bash script?

Writing in a Christian voice

Walter Rudin's mathematical analysis: theorem 2.43. Why proof can't work under the perfect set is uncountable.



Setting up IIS 7.5 for AD Client Certificates for iOS devices


IIS 7.5 (Windows 7) - HTTP Error 401.3 - UnauthorizedRecommended IIS 7.5 booksIIS 7.5 delete binding8e6 R3000 + iOS devicesLinux solution for VPN on-demand for iOS devicesSafari, IIS and optional Client CertificatesGenerating client certificates for IIS webappSetting Timeouts: SQL Server 2008/IIS 7.5IIS7.5 - Self Signed Certificate doesn't work when mappedIIS 7.5 dynamicCompressionLevel setting has no impact













6















I am working on getting an iPad to auth to an IIS7.5 website using a local certificate mapped to a user in AD.



I am not, in any sense of the word, an IIS admin.



I essentially need to setup a proof of concept. I believe that this may work, but I just have no idea how to do it.



What I have so far is an iPad with a user certificate installed. I have this user certificate added the correlating user account in AD.



What I would like is a basic text webpage to load showing the user that it is authenticating. I would like this page to not be viewable unless it is client certificate authenticated.



I don't mind doing the legwork, but I really don't know where to begin on the IIS side.



Can anyone point me in the right direction?










share|improve this question
















bumped to the homepage by Community 15 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.




















    6















    I am working on getting an iPad to auth to an IIS7.5 website using a local certificate mapped to a user in AD.



    I am not, in any sense of the word, an IIS admin.



    I essentially need to setup a proof of concept. I believe that this may work, but I just have no idea how to do it.



    What I have so far is an iPad with a user certificate installed. I have this user certificate added the correlating user account in AD.



    What I would like is a basic text webpage to load showing the user that it is authenticating. I would like this page to not be viewable unless it is client certificate authenticated.



    I don't mind doing the legwork, but I really don't know where to begin on the IIS side.



    Can anyone point me in the right direction?










    share|improve this question
















    bumped to the homepage by Community 15 mins ago


    This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.


















      6












      6








      6


      5






      I am working on getting an iPad to auth to an IIS7.5 website using a local certificate mapped to a user in AD.



      I am not, in any sense of the word, an IIS admin.



      I essentially need to setup a proof of concept. I believe that this may work, but I just have no idea how to do it.



      What I have so far is an iPad with a user certificate installed. I have this user certificate added the correlating user account in AD.



      What I would like is a basic text webpage to load showing the user that it is authenticating. I would like this page to not be viewable unless it is client certificate authenticated.



      I don't mind doing the legwork, but I really don't know where to begin on the IIS side.



      Can anyone point me in the right direction?










      share|improve this question
















      I am working on getting an iPad to auth to an IIS7.5 website using a local certificate mapped to a user in AD.



      I am not, in any sense of the word, an IIS admin.



      I essentially need to setup a proof of concept. I believe that this may work, but I just have no idea how to do it.



      What I have so far is an iPad with a user certificate installed. I have this user certificate added the correlating user account in AD.



      What I would like is a basic text webpage to load showing the user that it is authenticating. I would like this page to not be viewable unless it is client certificate authenticated.



      I don't mind doing the legwork, but I really don't know where to begin on the IIS side.



      Can anyone point me in the right direction?







      iis-7.5 ipad apple-ios






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Mar 11 '12 at 12:19









      User97693321

      3092416




      3092416










      asked Dec 7 '11 at 17:23









      vonschvonsch

      4314




      4314





      bumped to the homepage by Community 15 mins ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







      bumped to the homepage by Community 15 mins ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
























          2 Answers
          2






          active

          oldest

          votes


















          0














          I would put this as a commment, but I dont have enough reputation D:



          First you need an asp.net website with certificate authentication, you don't need to worry about the iPad part at this point, just get the website running on localhost, most of the configuration is done on the web.config(at least it is for a web service, my experience with certificate authentication is only in WCF, but I assume asp.net should be the same way).



          After that I would try to connect to the site with different browsers using different certificates, to check if everything works correctly.



          And finally after it's working on your desktop you should try your site on the iPad. With this part I have no idea how it works exactly(i don't own any iDevices), but if it's like a desktop browser, you should be able to choose the certificate when you try to access the website.



          Let me know if this made any sense to you lol






          share|improve this answer































            0














            Go to IIS manager, select your server, select authentication, ensure Active Directory Client Certificate Authentication is enabled.



            Then go to your website, select SSL settings, select require SSL, and select "Require" under Client Certificates.



            That should be all if you've already set everything up in AD (which you seem to have, according to your question).






            share|improve this answer























              Your Answer








              StackExchange.ready(function() {
              var channelOptions = {
              tags: "".split(" "),
              id: "2"
              };
              initTagRenderer("".split(" "), "".split(" "), channelOptions);

              StackExchange.using("externalEditor", function() {
              // Have to fire editor after snippets, if snippets enabled
              if (StackExchange.settings.snippets.snippetsEnabled) {
              StackExchange.using("snippets", function() {
              createEditor();
              });
              }
              else {
              createEditor();
              }
              });

              function createEditor() {
              StackExchange.prepareEditor({
              heartbeatType: 'answer',
              autoActivateHeartbeat: false,
              convertImagesToLinks: true,
              noModals: true,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: 10,
              bindNavPrevention: true,
              postfix: "",
              imageUploader: {
              brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
              contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
              allowUrls: true
              },
              onDemand: true,
              discardSelector: ".discard-answer"
              ,immediatelyShowMarkdownHelp:true
              });


              }
              });














              draft saved

              draft discarded


















              StackExchange.ready(
              function () {
              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f338631%2fsetting-up-iis-7-5-for-ad-client-certificates-for-ios-devices%23new-answer', 'question_page');
              }
              );

              Post as a guest















              Required, but never shown

























              2 Answers
              2






              active

              oldest

              votes








              2 Answers
              2






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              0














              I would put this as a commment, but I dont have enough reputation D:



              First you need an asp.net website with certificate authentication, you don't need to worry about the iPad part at this point, just get the website running on localhost, most of the configuration is done on the web.config(at least it is for a web service, my experience with certificate authentication is only in WCF, but I assume asp.net should be the same way).



              After that I would try to connect to the site with different browsers using different certificates, to check if everything works correctly.



              And finally after it's working on your desktop you should try your site on the iPad. With this part I have no idea how it works exactly(i don't own any iDevices), but if it's like a desktop browser, you should be able to choose the certificate when you try to access the website.



              Let me know if this made any sense to you lol






              share|improve this answer




























                0














                I would put this as a commment, but I dont have enough reputation D:



                First you need an asp.net website with certificate authentication, you don't need to worry about the iPad part at this point, just get the website running on localhost, most of the configuration is done on the web.config(at least it is for a web service, my experience with certificate authentication is only in WCF, but I assume asp.net should be the same way).



                After that I would try to connect to the site with different browsers using different certificates, to check if everything works correctly.



                And finally after it's working on your desktop you should try your site on the iPad. With this part I have no idea how it works exactly(i don't own any iDevices), but if it's like a desktop browser, you should be able to choose the certificate when you try to access the website.



                Let me know if this made any sense to you lol






                share|improve this answer


























                  0












                  0








                  0







                  I would put this as a commment, but I dont have enough reputation D:



                  First you need an asp.net website with certificate authentication, you don't need to worry about the iPad part at this point, just get the website running on localhost, most of the configuration is done on the web.config(at least it is for a web service, my experience with certificate authentication is only in WCF, but I assume asp.net should be the same way).



                  After that I would try to connect to the site with different browsers using different certificates, to check if everything works correctly.



                  And finally after it's working on your desktop you should try your site on the iPad. With this part I have no idea how it works exactly(i don't own any iDevices), but if it's like a desktop browser, you should be able to choose the certificate when you try to access the website.



                  Let me know if this made any sense to you lol






                  share|improve this answer













                  I would put this as a commment, but I dont have enough reputation D:



                  First you need an asp.net website with certificate authentication, you don't need to worry about the iPad part at this point, just get the website running on localhost, most of the configuration is done on the web.config(at least it is for a web service, my experience with certificate authentication is only in WCF, but I assume asp.net should be the same way).



                  After that I would try to connect to the site with different browsers using different certificates, to check if everything works correctly.



                  And finally after it's working on your desktop you should try your site on the iPad. With this part I have no idea how it works exactly(i don't own any iDevices), but if it's like a desktop browser, you should be able to choose the certificate when you try to access the website.



                  Let me know if this made any sense to you lol







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Oct 10 '12 at 21:06









                  Andrei DvoynosAndrei Dvoynos

                  1165




                  1165

























                      0














                      Go to IIS manager, select your server, select authentication, ensure Active Directory Client Certificate Authentication is enabled.



                      Then go to your website, select SSL settings, select require SSL, and select "Require" under Client Certificates.



                      That should be all if you've already set everything up in AD (which you seem to have, according to your question).






                      share|improve this answer




























                        0














                        Go to IIS manager, select your server, select authentication, ensure Active Directory Client Certificate Authentication is enabled.



                        Then go to your website, select SSL settings, select require SSL, and select "Require" under Client Certificates.



                        That should be all if you've already set everything up in AD (which you seem to have, according to your question).






                        share|improve this answer


























                          0












                          0








                          0







                          Go to IIS manager, select your server, select authentication, ensure Active Directory Client Certificate Authentication is enabled.



                          Then go to your website, select SSL settings, select require SSL, and select "Require" under Client Certificates.



                          That should be all if you've already set everything up in AD (which you seem to have, according to your question).






                          share|improve this answer













                          Go to IIS manager, select your server, select authentication, ensure Active Directory Client Certificate Authentication is enabled.



                          Then go to your website, select SSL settings, select require SSL, and select "Require" under Client Certificates.



                          That should be all if you've already set everything up in AD (which you seem to have, according to your question).







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered Jun 26 '14 at 16:19









                          flashbangflashbang

                          85110




                          85110






























                              draft saved

                              draft discarded




















































                              Thanks for contributing an answer to Server Fault!


                              • Please be sure to answer the question. Provide details and share your research!

                              But avoid



                              • Asking for help, clarification, or responding to other answers.

                              • Making statements based on opinion; back them up with references or personal experience.


                              To learn more, see our tips on writing great answers.




                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function () {
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f338631%2fsetting-up-iis-7-5-for-ad-client-certificates-for-ios-devices%23new-answer', 'question_page');
                              }
                              );

                              Post as a guest















                              Required, but never shown





















































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown

































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown







                              Popular posts from this blog

                              As a Security Precaution, the user account has been locked The Next CEO of Stack OverflowMS...

                              Список ссавців Італії Природоохоронні статуси | Список |...

                              Українські прізвища Зміст Історичні відомості |...