Skip to content

Commit 827002c

Browse files
committed
docs(readme): add NuGet install section and align license wording
- Add a How to Install section with the NuGet package command and a note on the core package - Align the license wording with the Source Available badge and fix a missing space
1 parent 9283475 commit 827002c

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
- [About](#-about)
3737
- [What's New](#-whats-new)
3838
- [Certification](#-certification)
39+
- [How to Install](#-how-to-install)
3940
- [How to Build](#-how-to-build)
4041
- [Documentation](#-documentation)
4142
- [Feedback and Contributions](#-feedback-and-contributions)
@@ -121,6 +122,16 @@ For convenience, the certification information is provided in the tables below:
121122
|Back-Channel OP|[code](https://www.certification.openid.net/plan-detail.html?public=true&plan=5kbQfVOWmJV76) \| [code id_token](https://www.certification.openid.net/plan-detail.html?public=true&plan=VWmk225h0coIZ) \| [code id_token token](https://www.certification.openid.net/plan-detail.html?public=true&plan=YzDOT2LFWi4X7) \| [code token](https://www.certification.openid.net/plan-detail.html?public=true&plan=RxPPCdLI7LlcR) \| [id_token](https://www.certification.openid.net/plan-detail.html?public=true&plan=x73qpcrHcFWv0) \| [id_token token](https://www.certification.openid.net/plan-detail.html?public=true&plan=uYoYs5BFAZkgr)|12|
122123
|**Total**||**102**|
123124

125+
## 📦 How to Install
126+
127+
Add the package to your ASP.NET Core project from NuGet:
128+
129+
```shell
130+
dotnet add package Abblix.OIDC.Server.MVC
131+
```
132+
133+
This integrates the server into standard ASP.NET Core MVC controllers and routing, and pulls in the core `Abblix.OIDC.Server` package as a dependency. For hosts that wire the protocol layer directly, install `Abblix.OIDC.Server` instead.
134+
124135
## 📝 How to Build
125136

126137
To build the packages, follow these steps:
@@ -169,7 +180,7 @@ We appreciate your support and look forward to making our product even better wi
169180

170181
## 📃 License
171182

172-
This product is distributed under a proprietary license. See📋[License Agreement](LICENSE.md) for details.
183+
This product is distributed under a source-available proprietary license. See 📋[License Agreement](LICENSE.md) for details.
173184

174185
For non-commercial use, this product is available for free.
175186

0 commit comments

Comments
 (0)