Skip to content

Commit

Permalink
Merge branch 'main' of github.com:ConstantinT/Lantern
Browse files Browse the repository at this point in the history
  • Loading branch information
Constantin Wenz committed Jun 27, 2021
2 parents 02c0ff7 + 1ce0304 commit 10f9b73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Lantern

Lantern is a small tool I created to learn something about Azure authentication, tokens and C#. Maybe It helps you to learn too. The code for authentication, is mainly copied from [auth.py](/~https://github.com/dirkjanm/ROADtools/blob/master/roadlib/roadtools/roadlib/auth.py) of [roadtools](/~https://github.com/dirkjanm/ROADtools) from [Dirk-Jan](https://twitter.com/_dirkjan) and ported to c#. All credits for the authentication part goes to him.
Lantern is a small tool I created to learn about Azure authentication, tokens and C#. Maybe It helps you to learn, too. The code for authentication, is mainly adapted from [auth.py](/~https://github.com/dirkjanm/ROADtools/blob/master/roadlib/roadtools/roadlib/auth.py) of [roadtools](/~https://github.com/dirkjanm/ROADtools) from [Dirk-Jan](https://twitter.com/_dirkjan) and ported to c#. All credits for the authentication part goes to him.

How Azure PRT works is mainly described in these two articles:

Expand Down Expand Up @@ -116,4 +116,4 @@ Generate PRT and Session Key
Lanter.exe --devicekeys --pfxpath XXXX.pfx --refreshtoken (--prtcookie / ---username + --password )
```
```

0 comments on commit 10f9b73

Please sign in to comment.