Hi @marumaru0813
If i understand correctly you want to configure AAA for device login using windows NPS. Please use follwing config
# Enable the SSH service.
ssh server enable
# Enable scheme authentication for user lines VTY
line vty 0 63
authentication-mode scheme
#Create a RADIUS scheme and configure authentication server
radius scheme abc
primary authentication <radius-server-ip> key simple <key>
primary accounting <radius-server-ip> key simple <key>
user-name-format without-domain
nas-ip <Switch-IP>
#Create domain (aaa) and configure authentication, authorization, and accounting methods for login users. (Note : this is not actual domain. this just for switch and this domain name is localy significant )
domain aaa
authentication login radius-scheme abc local
authorization login radius-scheme abc local
accounting login radius-scheme abc local
# Enable radius domain default for login
domain default enable aaa
For authorization attribuite in NPS please configure Cisco-AV-Pair
value is shell:roles=network-admin
network-admin is the role which will be applied for the login user. You can configure as per your requrements.

In case you are facing issue, Please open a support case.
------------------------------
Thank you
Santanu
------------------------------