Windows based login for Alfresco
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-17-2010 05:14 AM
Hi Folks,
I have done NTLM configuration successfully in Alfresco Explorer and Alfresco Share,when i start Alfresco Its Asking Authentication Requried so,i entered user name/password and it went successfully but,what i need is For very first time also it should not ask username/password.
Once i enter the Url, alfresco should automatically populate through windows based login credentials for this,i have a script where Is it possible to auto-populate with this JavaScript:
if script to be used so where shall i do the configuration.
Thanks in Advance,
Rajshekar
I have done NTLM configuration successfully in Alfresco Explorer and Alfresco Share,when i start Alfresco Its Asking Authentication Requried so,i entered user name/password and it went successfully but,what i need is For very first time also it should not ask username/password.
Once i enter the Url, alfresco should automatically populate through windows based login credentials for this,i have a script where Is it possible to auto-populate with this JavaScript:
if script to be used so where shall i do the configuration.
Thanks in Advance,
Rajshekar
Labels:
- Labels:
-
Archive
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-17-2010 10:16 AM
Add Alfresco server to your Intranet Zone so it will automatically send your login credentials to Alfresco. It should then never ask for your username and password.
Further details on IE security zones: http://support.microsoft.com/kb/174360/EN-US/.
Ainga
Further details on IE security zones: http://support.microsoft.com/kb/174360/EN-US/.
Ainga
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-18-2010 11:00 AM
I got a script from forum saying that this script might be useful for auto-populating with Windows.
<script type="text/javascript">
function getuserlogin() {
var user = new ActiveXObject("WSCRIPT.Network");
return user.UserName.toLowerCase();
}
</script>
if this script is useful so,where can i use this script in <Alfersco_Installation>Files so,that i need not to enter username/password for very first time also.It should automatically populate with windows login(Application should automatically get the logged with Windows user name and authenticate)
Thanks in Advance,
Rajshekar.
<script type="text/javascript">
function getuserlogin() {
var user = new ActiveXObject("WSCRIPT.Network");
return user.UserName.toLowerCase();
}
</script>
if this script is useful so,where can i use this script in <Alfersco_Installation>Files so,that i need not to enter username/password for very first time also.It should automatically populate with windows login(Application should automatically get the logged with Windows user name and authenticate)
Thanks in Advance,
Rajshekar.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-26-2010 11:08 PM
@Rajshekar
javascript is placed where it ??
thx
-indra m -
javascript is placed where it ??
thx
-indra m -
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-30-2010 11:55 AM
hii,
i dn't get you,are you trying to say this script doesn't work or else this is fine.
Rajshekar
i dn't get you,are you trying to say this script doesn't work or else this is fine.
Rajshekar
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-03-2010 02:32 AM
instead, I am a beginner alfresco, to be able to do it, I must save it or paste it where?
