I would like the using statment required and all options required for a .Net 6 and greater c# MVC web application in the Program.cs. Thank you!
Tried these using statements at the top of Program.cs – using Sustainsys.Saml2.Metadata; using Sustainsys.Saml2.Configuration.
The following is not recognized in Program.cs to begin trying the options: builder.Services.AddSaml2
New contributor
CCog is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.