Skip to content

Commit

Permalink
2530
Browse files Browse the repository at this point in the history
Temporarily disables eclipse as authentication provider due to discoveries in eclipse-vorto#2529

Signed-off-by: Menahem Julien Raccah Lisei <[email protected]>
  • Loading branch information
menajrl committed Aug 17, 2020
1 parent 035ca9e commit d686ced
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@
*
* User information endpoint: https://accounts.eclipse.org/oauth2/UserInfo
*/
@Configuration
/**
* Temporarily disabled due to potential conflicts with GITHUB as provider wrt username collisions -
* see #2529 for status
*/
//@Configuration
public class EclipseOAuthProviderConfiguration extends AbstractOAuthProviderConfiguration {

private static final String LOGOUT_URL = "/logout";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@
import javax.servlet.http.HttpServletRequest;
import java.util.*;

@Component
/**
* Temporarily disabled due to potential conflicts with GITHUB as provider wrt username collisions -
* see #2529 for status
*/
//@Component
public class EclipseRepositoryAuthProvider implements IOAuthProvider {

@Autowired
Expand Down

0 comments on commit d686ced

Please sign in to comment.