Categories: Developement
The Valet Key: Breaking Down OAuth 2.0 with Keycloak & .NET
Post date:
Author: subrat
Tags: Authentication
Number of comments: no comments
Make sure the firewall allows port 179 as specified here.
In Windows, with the use of powershell, at some point in time you will feel the need to elevate the privileges while in the same terminal, akin to sudo in Linux. Two options are mentioned below. Using runas verb as below. This launches a new window. Using gsudo from here, which is my personal favorite. […]