Skip to content

BorisovCloud/m365-profile-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microsoft 365 (Office 365) profile editor

A simple application what allow Microsoft 365 users to edit their own profiles

All details about this app described in my blog post

Also you can run application as docker container using commands bellow

Command to build docker image:

docker build --pull --rm -f "Dockerfile" -t yourimagetag:latest "."

Command to run docker image with variables needed:

docker run -p 50000:50000 -e CLIENT_ID="<your app client id>" -e CLIENT_SECRET="<your app secret>" -e TENANT_NAME="<your tenant name or id>" yourimagetag:latest

About

A simple application what allow Microsoft 365 users to edit their own profiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published