I have an MVC web app that I built in .NET Core 8. I need to configure authentication with it to authenticate with my organization’s Microsoft portal. My IT group created the app in Azure (I have no visibility into this) and sent me a link to a metadata XML file. They said they will need a metadata file back from me as well.
What do I do with this? I’m new to asp.net in general and have not hooked up authentication with SAML2 before. Are there any guides that take you through this? Is there an easy GUI that can walk you through configuring this?
3