0xDEADBEEF
❔ Calling an Azure AD protected Web API endpoint from an Azure AD protected Web App [.NET 7]
These might be good resources https://github.com/AzureAD/microsoft-identity-web/wiki/v2.0 and https://github.com/AzureAD/microsoft-identity-web/wiki/adding-call-api-to-web-app
9 replies
❔ Calling an Azure AD protected Web API endpoint from an Azure AD protected Web App [.NET 7]
The endpoints are role-based based on the user's roles, so is On-Behalf-Of flow the correct flow to use here?Oh missed this bit. I'm mainly familiar with client credentials flow
9 replies
❔ What's the best way to test a URL that's it's valid?
Somewhat depends on "valid" but this might be what you're looking for https://learn.microsoft.com/en-us/dotnet/api/system.uri.trycreate?view=net-7.0&redirectedfrom=MSDN#System_Uri_TryCreate_System_String_System_UriKind_System_Uri__
5 replies