Category Archives: Cloud

Host your website/service at home

I know text is not easy to understand for less tech savvy people. So, I am in process of making a YouTube channel for video demonstration of tutorials. What you would need (Requirements): The flow of traffic would be (architecture) Your spare computer configuration: Edit Apache server v-host configuration. The location would be something like

Read More

Azure AD Token Authentication Web API

Authentication example: Where AzureAdOptions contains the configuration of your Azure AD. MyJwtEventsHandler is the implementation of JwtEventsHandler. e.g. Register authentication: MyAuthorizationMiddlewareResultHandler is the middleware behaviour overrider. Check Microsoft docs for more details. Use on your controller: Cheers and Peace out!!!