Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 861 Bytes

Readme.md

File metadata and controls

28 lines (17 loc) · 861 Bytes

MkNet

Build Status

This project is a simple workaround to add AAD authentication to our docs built with mkdocs.

How to build

mkdocs build -t readthedocs
docker build -f ./src/MkNet/Dockerfile ./src -t mknet:local
docker run -p 5001:80 --env AzureAd__TenantId=YourTenantId --env AzureAd__ClientId=YourClientId mknet:local

Repository

Test it with docker

All you need are a ClientId (Application Id) and a TenantId from Azure Active Directory.

docker run -p 5001:80 --env AzureAd__TenantId=YourTenantId --env AzureAd__ClientId=YourClientId mcanete/mknet

Enjoy it!