完成了《AD 密码验证》和《AD 密码修改》两个 API 后,接下来用 .NET MAUI Blazor 来编写桌面端程序。稍微了解了 Blazor 后,Feels so magical,It feels like stuffing a webpage into an app,When running, you can even see Edge-related components running in the 'Task Manager',And pressing F12 brings up the developer tools window! But this also raises some security concerns for me。Overall, though, it still feels quite unique,Fortunately, I'm more familiar with web syntax,Using Razor to design the UI,感觉亲切不少。
十二月
27
十二月
18
继完成 验证 AD 密码的 API 后,接着尝试写修改密码的部分,跌跌撞撞的也总算完成。这次针对三个不同套件的写法做分享,而标题会提到 “修改自己 AD 密码” 是因为在写的过程中发现,某些方法需要有網域管理者的權限才能做到,所以這篇的範圍會限縮在只要用使用者自己的帳號密碼,You can complete the password change action。
十二月
3
Recently tried to write a program for changing AD account passwords through ASP.NET Core,The architecture is roughly to first have an AD authentication and some password modification Web API,Finally, write a desktop application,Allow users to change it themselves。This time completed the account password verification Web API,The program is as follows:







