Skip to content

mknet3/MkNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Simple workaround to add Azure Active Directory authentication to our docs built with MkDocs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published