2012-12-11 3 views
3

Google Apps의이 끔찍한 기본 로그인 페이지를 변경하는 방법이 있습니까?사용자 정의 Google Apps 로그인 페이지

login page

은 내가 login.jmorais.com에 넣어하는 사용자 정의 로그인 페이지를 사용하고 싶습니다. 그게 가능하니? 어떻게해야합니까?

답변

1

가 나는 또한 다음 같은 문제에 직면했지만, Google 애플리케이션 마켓 플레이스에 gLogin을 발견했다. 이 응용 프로그램은 내 문제를 해결합니다. 시도해 볼 수도 있습니다.

+0

어떤 응용 프로그램을 참조할까요? –

+0

앱이 매력처럼 작동합니다. 감사! –

0

Gapps 백엔드에 플러그인 할 수 있으면 가능합니다. 나는이 나 자신을 테스트하지 않은,하지만이

<form action="https://www.google.com/a/login.jmorais.com/LoginAction2?service=mail" method="post"> 
<input type="hidden" name="ltmpl" 
      value="default"> 
    <input type="hidden" name="ltmplcache" 
      value="2"> 
    <input type="hidden" name="continue" id="continue" 
      value="https://mail.google.com/a/login.jmorais.com/" /> 
    <input type="hidden" name="service" id="service" 
      value="mail" /> 
    <input type="hidden" name="rm" id="rm" 
      value="false" /> 
    <input type="hidden" name="dsh" id="dsh" 
      value="2563131929050950430" /> 
    <input type="hidden" name="ltmpl" id="ltmpl" 
      value="default" /> 
    <input type="hidden" name="ss" id="ss" 
      value="1" /> 
    <input type="hidden" name="timeStmp" id="timeStmp" 
     value=''/> 
<input type="hidden" name="secTok" id="secTok" 
value=''/> <input type="hidden" name="GALX" value="UMhpqk5TuQY" /> 
    <input type="text" name="Email" id="Email" size="18" value="" class='gaia le val' /> 
    @login.jmorais.com Password: 
    <input type="password" 
    name="Passwd" id="Passwd" 
    size="18"  class="gaia le val" /> 

    <input type="submit" class="gaia le button" name="signIn" id="signIn" 
      value="Sign in" /> 

나는 내 자신의 GApps - hoste 도메인에서 숨겨진 필드를 찾기 위해 소스보기 기능을 사용 ... 나에게 의미가 있습니다. 이것이 얼마나 간단한 지 궁금해서 제가 어떻게 지내는지 알려주십시오.

+0

하지만이 파일의 위치는 어디입니까? 어떻게 편집 할 수 있습니까? –

+0

Google 애플리케이션 호스트 도메인에서 "소스보기"로 이동하여 필요한 사항을 변경하십시오. 또는 아래 @ JayLee의 대답을 참조하십시오. – hd1

+1

이것은 내가 시도한 것이다. 그러나 브라우저에 "쿠키가 활성화되어 있는지 확인하거나 새 브라우저 창을 열어보십시오."라는 메시지가 표시되는 페이지로 리디렉션됩니다. 좀 도와 줄 수있어? –

1

Google에서 호스팅하는 로그인 페이지를 자신의 것으로 대체하는 유일한 공식적인 방법은 SAML 싱글 사인온 (SSO)을 사용하는 것입니다. SSO는 Google의 사용자 인증 프로세스를 귀하의 것으로 대체하지만 장기간 설치 또는 유지 관리하는 것은 쉽지 않습니다.

https://developers.google.com/google-apps/sso/saml_reference_implementation

Google Apps 사용자가 Active Directory에 저장되어있는 경우

http://support.google.com/a/bin/answer.py?hl=en&answer=60224

, 다른 LDAP 데이터베이스 또는 중앙 데이터베이스의 어떤 종류의, 당신은 그들을 인증하는 SSO를 사용할 수 있습니다. Active Directory와 함께 사용되는 가장 일반적인 (무료) 항목 중 하나는 Active Directory Federation Services 2.0 (ADFS)입니다.

다음은 Google Apps에 ADFS 설정을 설명하는 연습입니다 : http://support.google.com/a/bin/answer.py?hl=en&answer=60224

1

gControl은 Google Apps 도메인과 통합되어 더 많은 사용자 정의 및 도메인 추적을 제공하는 플러그인입니다. Google 애플리케이션 로그인 페이지, 방문 페이지 등을 쉽게 사용자 정의 할 수 있습니다. 다음을 참조하십시오.

http://www.cloudcodes.com/gcontrol.html

관련 문제