I’m building a simple API using .NET Core 8.0 to receive a SQL Query or JSON and generate an Excel file with it.
Problem is that I’m new to OIDC/OAuth/Azure AD and my company needs to protect all APIs with SSO. In this case, since there will be no “web app” or “client app”, is it possible to have the single sign-on? Or I’ll have to also create a web page so users can click on login?
1