Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2481)

Issue 14430066: To use windows authentication in sharepoint environment with multiple claims providers (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 6 months ago by Tanmay Vartak
Modified:
10 years, 6 months ago
Reviewers:
ejona, JohnL
CC:
connector-cr_google.com
Visibility:
Public.

Description

To use windows authentication in sharepoint environment with multiple claims providers When sharepoint is configured with multiple claims providers, authentication mode is "Forms". In browser, when user tries to access site, user is provided with login page to choose "authentication provider". Customer can configure Adaptor with windows authentication. To force windows authentication, need to include "X-FORMS_BASED_AUTH_ACCEPTED" with value as "f". Code Commit : https://code.google.com/p/plexi/source/detail?r=05aabcea368ddff6a964f6bcaafa2b48f2a2472a&repo=sharepoint

Patch Set 1 #

Total comments: 10

Patch Set 2 : with code review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -4 lines) Patch
M src/com/google/enterprise/adaptor/sharepoint/FormsAuthenticationHandler.java View 1 1 chunk +5 lines, -2 lines 0 comments Download
M src/com/google/enterprise/adaptor/sharepoint/SharePointAdaptor.java View 1 2 chunks +13 lines, -2 lines 0 comments Download
M src/com/google/enterprise/adaptor/sharepoint/SharePointUserProfileAdaptor.java View 1 1 chunk +9 lines, -0 lines 0 comments Download

Messages

Total messages: 5
Tanmay Vartak
10 years, 6 months ago (2013-10-15 21:46:09 UTC) #1
Tanmay Vartak
self review :) https://codereview.appspot.com/14430066/diff/1/src/com/google/enterprise/adaptor/sharepoint/FormsAuthenticationHandler.java File src/com/google/enterprise/adaptor/sharepoint/FormsAuthenticationHandler.java (right): https://codereview.appspot.com/14430066/diff/1/src/com/google/enterprise/adaptor/sharepoint/FormsAuthenticationHandler.java#newcode23 src/com/google/enterprise/adaptor/sharepoint/FormsAuthenticationHandler.java:23: import java.util.ArrayList; unused https://codereview.appspot.com/14430066/diff/1/src/com/google/enterprise/adaptor/sharepoint/FormsAuthenticationHandler.java#newcode25 src/com/google/enterprise/adaptor/sharepoint/FormsAuthenticationHandler.java:25: import ...
10 years, 6 months ago (2013-10-15 21:48:42 UTC) #2
ejona
https://codereview.appspot.com/14430066/diff/1/src/com/google/enterprise/adaptor/sharepoint/FormsAuthenticationHandler.java File src/com/google/enterprise/adaptor/sharepoint/FormsAuthenticationHandler.java (right): https://codereview.appspot.com/14430066/diff/1/src/com/google/enterprise/adaptor/sharepoint/FormsAuthenticationHandler.java#newcode53 src/com/google/enterprise/adaptor/sharepoint/FormsAuthenticationHandler.java:53: = "X-FORMS_BASED_AUTH_ACCEPTED"; On 2013/10/15 21:48:43, Tanmay Vartak wrote: > ...
10 years, 6 months ago (2013-10-16 21:40:44 UTC) #3
Tanmay Vartak
10 years, 6 months ago (2013-10-16 22:37:48 UTC) #4
ejona
10 years, 6 months ago (2013-10-16 22:46:15 UTC) #5
LGTM
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b