-
Notifications
You must be signed in to change notification settings - Fork 41
Add doc about linux broker on dotnet scenario #646
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
c631925
ffa809e
83ccb15
2be64ed
3c184e4
e30b448
182fe07
e425098
d0b2baf
2099411
2fca0c8
17e2eb3
ae7f038
269356c
82e796f
5907d42
2e29b6e
c973e74
871cfdd
82d1694
b65ae78
528ab4a
1cd63df
e07e91f
d83a3a4
384f135
837040d
4a28d7e
fe81a0e
bac9b31
d1bee1e
904d17c
ee47017
23e7903
934edbc
ddffeae
749cb8d
65ce187
b5c37a3
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
…ker-net.md Co-authored-by: Scott Addie <[email protected]>
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ An authentication broker is **not** pre-installed on standalone Linux but is bun | |
|
||
## Prerequisites | ||
|
||
MSAL.NET project requires .NET version greater or equal than the version specified in [global.json](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/blob/main/global.json) file, we recommend register the Microsoft package repository and install .NET, please follow the instructions here: [Install .NET on Ubuntu](https://learn.microsoft.com/dotnet/core/install/linux-ubuntu-decision#register-the-microsoft-package-repository). And please make sure you have all the [.NET required dependencies](https://learn.microsoft.com/dotnet/core/install/linux-ubuntu-decision#dependencies) installed. | ||
MSAL.NET project requires .NET version greater or equal than the version specified in [global.json](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/blob/main/global.json) file, we recommend register the Microsoft package repository and install .NET, please follow the instructions here: [Install .NET on Ubuntu](/dotnet/core/install/linux-ubuntu-decision#register-the-microsoft-package-repository). And please make sure you have all the [.NET required dependencies](/dotnet/core/install/linux-ubuntu-decision#dependencies) installed. | ||
|
||
To use the broker, you'll need to install a list of dependencies on the Linux platform: | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We should also note/link to the user on the fact that dotnet is required to be installed for the sample. Perhaps we can consolidate a "prep step" that calls out below: sudo apt install seahorse libx11-dev There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hi Justin, I added the .net installation part and the version requirement, could you help take a look again? Thanks |
||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It isn't clear to me why I should care about what the MSAL.NET project requires.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like the part in which it recommends registering the Microsoft Package Repo and install .NET from it, cause Ubuntu has its own feed and it took me a while to install net8.0.4.