Hi can anybody direct me on this and how does this get setup. I basically have an application that I want users to be automatically logged into when logging in windows using there id and password so basically they get authenticated to using my coldfusion application ? Any pointers would be greatly appreciated.
Thanks :)
see: <cfNTauthenticate> tag
http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7c23.html
Related
After trying several version of the registry edit way to login automatically (https://support.microsoft.com/en-us/help/324737/how-to-turn-on-automatic-logon-in-windows)
I am still unable to make my servers(Windows 2012-R2, Windows 2016) automatically login. What i specifically need is for a program to start up whenever the server boots, and a logged in user is required for the program to function properly. I have followed the links and did as instructed.
My Registry Entry
As well as change the AutoAdminLogon to 1.
I also tried with the checkbox in User Accounts(https://superuser.com/questions/499724/auto-login-windows-server-2012)
but without luck...
The servers are machines i connect to remotely with a username and password.
Am i misunderstanding both of these methods?
Is it for some reason impossible when they are remote servers?
Are there any other ways of making the server login?
Any help is much appreciated :)
To Anyone stumpling upon this thread later, I found this tiny program.
https://learn.microsoft.com/da-dk/sysinternals/downloads/autologon
It worked like an absolute charm on my 2012-R2 and 2016 server.
I am working with Enterprise Store V1.0.0. For now, i use a users store linked to my LDAP for authentication, which is working fine.
However, all my web applications used a tool for auto login, i mean that a user is automatically logged in the app thanks to this tool. I would like to modify ES to integrate this tool.
After sometimes spent in the code, i think that the entry point should be in the Identity Server. I tried to get the code, modify it and use it with ES, without success. My problem is that i don't know where i can get the good version of the code. I found that the .jar file is generated with the pom.xml in product-es\modules\p2-profile-gen\, but i don't know where is the code i need.
If someone could help, it would be very much appreciated.
Thanks in advance.
Regards,
I've tried to add google login to my web application using django-allauth.
I added to my google application the following callback_uri:
"http://localhost:8000/accounts/google/login/callback"
since i'm running tests on my development server (localhost) and i don't wanna use https.
Even though, i get a 'redirect_uri_mismatch' saying that my redirect URI doesn't match any registred redirect URI.
Does anyone have any ideea about what causes this?
Thanks for your time.
Later Edit:
Using 127.0.0.1 instead of localhost solved this problem.
Recently I ran into problems trying to get Google+ to work as well. I finally got it working. I made some updates to the documentation so it's a bit easier to use. See if using the updated allauth google docs you can get it to work.
Have you try doing the following:
1. Go to the Google Developers console -> Api $ auth -> credentials
2. You should see "Client ID for web application" click "Edit Settings"
3. Change your "Redirect URI" to "http://localhost:8000/accounts/google/login/callback"
Should work after that let me know if it doesn't.
Cheers,
Dan
I am new to SiteCore and I have instaled the free edition of Sitecore express on my machine
with that I am able to see the sitemap
but when I click on Edit Site it is taking me to a login page where the credentials which I gave during download are not working
can anyone help me in this regard
Thanks in advance
In your site's Right side you will find a 'Who am I' heading under that there have some predefined users which can be used to login.
I had the same issue, I reinstalled and used the MS express DB as the configuration (requires you have installed MS sql DB). I renamed some tables, check the DB connection string and such and and I could login.
I used the standard name password login: admin b
I have tried this example http://www.bennadel.com/blog/1056-ColdFusion-CFPOP-My-First-Look.htm, but it retrieve emails from POP server. Is there any similar way to do for IMAP mail server?
I know there is new tag in Coldfusion 9 but I can't use it as I am working in Coldfusion 7.
Thanks in advance!!
How about this? http://imapwatcher.riaforge.org/
I am not sure, but I found this imap.cfc which should work with your coldfusion version. It is no longer under active development but maybe it just work ;)
http://sourceforge.net/projects/cfimap-cfc/
HTH!