Product: PowerShell Universal
Version: 2.2.1
Hi, i am trying to start with using roles/authentication based on SSO.
I changed the site to use https, added Windows : true to the appsettings and created an SPN user as per documentation (which the service also runs on of course).
However, when i try to use the dashboard, there is no username on the top right (to try relogging and such). and also when i create a userinfo api that just returns $user i will get ‘null’ as a result, so i cannot check the properties of the object to start working on the auth.
I wonder what i’m missing here? Any help is greatly appreciated.