Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I setup On-Premises Authority Authentication in MVC 5?

What is the Metadata document that is required for "On-Premises Authority Authentication" in MVC 5?

I am supposed to supply it's URL in order to setup Organizational Accounts Authentication in MVC 5 for On-Premises option but I am new to web development and have no idea what it's looking for here.

Any help here would be appreciated.

FYI: I am trying to use internal Active Directory.

like image 490
Refracted Paladin Avatar asked Sep 10 '25 22:09

Refracted Paladin


1 Answers

I am new to this myself, and may be mistaken in many respects, but my understanding of the 'Organizational Accounts' / 'On-Premises Authority' option for MVC apps is that it applies when you've set up Active Directory Federation Services / Windows Identity Foundation.

The primary motivator for doing that would be if you want to allow single sign on to cloud based apps based on your internal AD, or allow certain types of SharePoint SSO integrations with custom code. If you're not looking to do a cloud service + internal services seamless blending of authentication, then just choosing 'Windows Authentication' would be the far easier way to proceed.

If you do want to proceed with the WIF / ADFS approach, then the following might help:

  • Single sign-on roadmap
  • Checklist: Use AD FS to implement and manage single sign-on
  • Verify and manage single sign-on with AD FS

Hope I'm not leading you on a wild duck chase with this info, but for the moment, that appears to me to be the most applicable information I could find.

like image 116
user2994340 Avatar answered Sep 12 '25 17:09

user2994340