JetBrains / teamcity-azure-active-directory

TeamCity plugin which supports authentication via Microsoft Azure Active Directory
Apache License 2.0
26 stars 19 forks source link

Login without creating a user #4

Closed victorhurdugaci closed 9 years ago

victorhurdugaci commented 9 years ago

In the configuration page for this plugin there is a checkbox that says if a user should be created or not upon first login.

Maybe my expectation is wrong but I was expecting to be able to login is that checkbox is unchecked. However, if I try to do that, I just get redirected to the login page. I can only login with a new user if that checkbox is checked.

ghost commented 9 years ago

This checkbox if unchecked (creating of new user is forbidden) should work as follow:

You was redirected to login page as expected but no error message was displayed. It will be fixed in scope of #1

victorhurdugaci commented 9 years ago

Makes sense. Cheers!