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

Added an option to hide the form in the login page. #21

Open Xeloss opened 7 years ago

Xeloss commented 7 years ago

I added an option in the plugin configuration for removing the form in the login page.

pasted_image_at_2017_01_19_11_26_720

ghost commented 7 years ago

Auth scheme in TeamCity is not intented to change content of login page, The more convinient way to force authentication via AAD now is to disable build-in auth. AAD scheme might redirect to AAD on any unauthenticated request. Doing so user will no see login page at all. But disabling of build-in scheme is still required step.

Yatheesh-Rai commented 5 years ago

Hi @Xeloss , @ekoshkin

Thanks for initiating the pull request on hiding the login form when Azure Active directory authentication module is set. We have integrated SSO using Azure Active Directory authentication module and it is working as expected.As security initiative we do want to see the login form. We want our users to force login using Azure AD SSO itself. Could you please let us know when this enhancement will be available live.

Thanks for your help!

Thanks Yatheesh

srvrguy commented 3 years ago

I think this can be closed with the new feature in TC to collapse the login form.

paulcsiki commented 3 weeks ago

While it's true that you can disable the login form, it would be useful to enforce login through SSO. Any chance that this PR gets merged?