I cannot login with my Microsoft Acount

I just installed Skype 6.14.1.104 on my desktop.
And I created a new MicroSoft account: degen_iddink   [at]   hotmail.com
When I login using Login with Microsof account I get the message my login is not recognized.
Can you help me to fix this issue so I can use Skype.
NOTE: I already tried this without success:
-reinstalled skype
-restarted PC
-performed a password reset
NOTE2: Login on skype.nl / skype.com  and hotmail.com works properly.

Did you click on "Microsoft account" on the first Skype sign in screen...
...to be taken to the Microsoft account sign in:
On that screen you enter the email address and password for your Microsoft and should be able to sign in to Skype then.
Follow the latest Skype Community News
↓ Did my reply answer your question? Accept it as a solution to help others, Thanks. ↓

Similar Messages

  • Cannot Login With Microsoft Account Keep Getting E...

    Hey there, I am trying to sign in with my Microsoft account for the first time so that I can merge my contacts ect. But everytime I put in my email address and password this message comes up "Sorry, something went wrong. please try again" I have tried again 4 times now and still keep getting this message. My address and password are both correct so I have no idea what is happening.
    Any help would be great!
    Fame Isn't Everything
    Solved!
    Go to Solution.
    Attachments:
    hjhjfhfh.jpg ‏67 KB

    Try to delete the shared.xml file used by Skype.
    Exit Skype : From the system tray >> right click on the skype icon and click Quit
    Press WinKey + R to open the Run window
    WinKey (the button is located between the left Ctrl and Alt with the Windows logo)
    type: %appdata%\skype and press Enter
    Delete the shared.xml file.
    Restart Skype.
    Regards,
    Tamim
    Location - Dhaka | Bangladesh - Standard Time Zone: GMT/UTC + 06:00 hour
    If one of my replies has adequately addressed your issue, please click on the “Accept as Solution” button. If you found a post useful then please "Give Kudos" at the bottom of my post, so that this information can benefit others.

  • Cannot login with AD credentials on iMac

    Greetings:
    I have a brand new 27" Intel iMac that had been allowing AD logins just find until today. Now, no matter what I do, unbinding, rebooting, manually joining domain (dsconfigad), etc I cannot login using my AD credentials. This had been working flawlessly until today. I can bind to AD no problem. When I go to login with my known good account, I just get the window shake. Logging in with a local account, I see error messages in the console of:
    DNS Update Failed & Enter Machine Password
    The machine account is already staged in our OU. I am not clear what the DNS error is alluding to.
    reading through these postings: http://www.macwindows.com/snowleopardAD.html
    I tried disabling creating mobile accounts at login. However that did not fix the issue.
    I believe our campus is running Win2K8 AD servers. Our campus DNS appliance is a separate box, but should know how to delegate to AD (?). The other 10.6.3 machines we have, are authenticating against AD fine.
    Any ideas?

    Marcus is correct - the ZAM administration accounts (ZAM 7.x) are stored (encrypted) within the ZAM database.
    Within ZAM 7.x there is no way to integrate this with AD (either by LDAP referral or some kind of identity / password sync) and AFAIK no plans to add this.
    I believe in the ZCM version of asset (and I hope the standalone version of ZAM10 still in dev) you set up the AD account(s) that is/are allowed Admin etc. access within ZAM, then LDAP referrals are used to authenticate via AD. I don;t know this for sure, though.

  • Cannot login with Active Directory Account

    Hello,
    I am testing SnowLeopard (10.6.1) for deployment in my labs for the Spring 2010 semester. We use local home directories. This is a brand new fresh install of SL, on a freshly formatted Hard Drive.
    When bound to Active Directory I can get any AD account that I've tested (5 different accounts) to authenticate except one, which happens to be my own personal AD account.
    The secure.log shows these entries when I attempt to login:
    Oct 9 14:18:29 mac-0017f20fc40 SecurityAgent[209]: User info context values set for ctarbox
    Oct 9 14:18:29 mac-0017f20fc40 authorizationhost[208]: Failed to authenticate user <ctarbox> (tDirStatus: -14090).
    Considering that I could log in with other accounts, and after resetting my AD password then still not being able to authenticate, I came to the conclusion that I had a corrupt OU in Active Directory.
    I contacted one of our AD admins and had him delete both of my AD accounts: ctarbox and ctarbox1 then recreate both accounts. I still cannot login to AD with my ctarbox account.
    I can still login to my current lab machines anywhere on campus running 10.5.8 with ctarbox.
    I am baffled by this. I have been authenticating to Active Directory since 10.1 and have never seen anything like this.
    Any idea, anyone?
    Cheryl Tarbox
    Macintosh Support Specialist
    Binghamton University

    I have found the solution to my problem. I have accounts in two different domains in our AD tree. I'll called these domains Domain A and Domain B.
    Domain A is the primary domain for authentication to our public computing labs.
    Domain B is a secondary domain for authentication to shared resources for faculty/staff.
    Both accounts have the same user ID, but different passwords. In my Directory Utility>Advanced>Administrative window I have the option "Allow authentication from any domain in the forest' checked.
    With this option checked Directory Utility in 10.6.1 will allow me to authenticate Domain B, but not Domain A.
    With this option checked in Directory Utility in 10.5.8 just the opposite is taking place, I can authenticate to Domain A, but not Domain B.
    It seems that somewhere in the upgrade to 10.6.1 the search policy for Active Directory has changed. My workaround is to uncheck this option and specifically choose Domain A in the search policy.

  • Cannot Login with Guest Account

    I cannot login to OS X using the guest account I have enabled. When I try to login with the guest account, the window shakes no. How do I fix this?

    see this thread, will probably solve your issue
    http://discussions.info.apple.com/thread.jspa?threadID=1521487

  • Cannot login with password containing non-ascii characters

    Hello,
    I have web application, form based login. UTF-8 is specified "everywhere".
    And it works, except for passwords.
    If user register itself with password containing non-ascii characters, it is correctly written in database, but when doing either programmatic login or normal form based login, if fails.
    If the password is only ascii, it works.
    Username of login could be ascii or non-ascii, it doesn't matter, both works.
    I'm using sun java application server 9.1.
    jdbc realm.
    I'm not using hashing passwords, just clean (now)
    I tried configure realm Charset: UTF8 as last chance, but it doesn't work either.
    The problem is only with non-ascii characters in password.
    Any help very appreciated
    Thanks a lot

    hi,
    I know all that, but that's not the case. My app uses preparedStatements, everything is properly configured, in all pages, utf-8 is going from user to db and back without any problems.
    The only problem is with password field. As I am using form based login, with jdbc realm configured (again, nicely working when only ascii characters), I have very little chance to do something bad through the login phase.
    I'm not talking about special characters, I'm talking about non-ascii characters, let's say - Chinese, arabish, Russian alphabet etc.
    When user registers (my code), the fields are properly written to db. I have checked that, trust me.
    But the Sun app server realm seems to have some problems with the password field.
    (realm uses jdbc connection to mysql, the url contains all extra parameters to be sure about utf8. there is nothing more what can be configured...)
    If I try other alphabet codes in login and ascii in password, it works. But soon, as I use other alphabet code also in password, it doesn't work anymore.
    My only idea is, that I could try MD5 to create ascii only characters (I hope it works that way) on the client with javascript and then set Digest to MD5 in realm configuration. But still, it seems very strange. The clear way storage should also function? (now set Digest to 'none')
    Is it a bug of Sun App Server?
    thanks

  • Cannot login with Network account.

    Hi,
    I am an experimented Mac user, but quite new with Snow Leopard Server.
    I've just purchased the brand new MacMini Server.
    I have configured my server with the name server.local and installed OpenDirectory as Master.
    I wanted to try the network login, so I created a Test1 account in Open Directory. Then from my iMac I joined my server.local through System Preferences/Accounts/Options/... then I log off and try to use the newly created account test1.... I asked the system to change the password from first loggin... which works, but then I receive a message saying that I cannot log in for the moment... I tried everything but I just can't use the network account.
    Any hints?
    Cheers.

    You should avoid .local at all costs when configuring an OS X Server.
    .local is reserved for zeroconfig/Bonjour, and will cause conflicts.
    There's an excellent tutorial for new users here
    http://www.wazmac.com/serversnetwork/fileservers/osxserver_setup/osxserver106setup.htm
    Jeff

  • Cannot login with a account created with workgroup manager on local box

    Hi my name is richard and i recentgly acqquired from one of ,y friends a macbook pro with leopard 10.5.7 and I downloaded the server tools to it because workgroup manager gives me more control over user creation and the like.there are three issues that i am facing right now:
    1) I create an account for a user "VERONICA MARS" short name vmars with a password of apple. when I try to login using that account the login window just sits there and shakes its head at me like no no no wrong cridentials.
    2) using the same account vmars i try to reset her password using wgm and it says that it cannot reset the password.
    3) when i try to create the account it tells me that the home directory cannot be created.
    oh and heres a bonus one:
    most of the time in wgm it takes forever to get from one tab to the next and ill have to do a force quit to restore my mkac back to normal.
    if anyone can help with these issues please respond
    thanks in advanced
    richard johnson
    mac fan for life

    Please let us know the username of the account that is giving you trouble.

  • I have set up a file share but cannot login with my account

    Hi everyone. I set up a file share using the settings in OS 10.5, however when I go to login on Windows Vista using my specially created read only account (called: remote). I cannot get it.
    I can only get in using these settings:
    user name = xxx.xxx.x.xxx\myaccount
    password = blah blah blah.
    Yet when I apply the same settings changing 'myaccount' to 'remote', I cannot get in.
    I'm not sure where I am going wrong, any help would be much appreciated. Thanks!

    No need to apologise, I'm the idiot who can't setup a home network. Although I'm sure Vista is at least to blame somehow.
    I have sharing turned on and it says "Windows users can access your computer at smb://192.168.x.xxx."
    If I click "options" it has a box which has an "on" tick box and my name. I have ticked it. When I ticked it, it asked for my admin password which I supplied.
    On the firewall front I have allow all incoming connections.
    I am trying to login to 'remote' whilst my Mac is still logged in as me, 'nathan' I have successfully logged in to the mac on the same settings using account: 'nathan' on Vista whilst still in 'nathan' on the mac.
    I am trying to connect going into network on vista and selecting my mac, correct.
    The connect works with 'nathan' if I go:
    192.168.x.xxx\nathan
    password
    but for some reason the 'remote' user I have set up wont work on vista using the same format.
    Thanks.

  • Cannot login with my Skype Account name,

    I have tried to login to Skype and the following error returns:
    "Sorry, we didn't recognize you sign-in details. Please check etc. etc."
    My account does exist as I have asked my friends if they can see it.  Why has this happened?  I have searched the Skype so-called knowledge base and cannot find an answer.  Does Skype disable accounts if inactive for any period of time?
    Any help is appreciated,
    Solved!
    Go to Solution.

    kpkmohomed wrote:
    hello sir/madam,
    I'm using my skype everyday. but unfortunatly today i cant login to my skype. my skype id was kpkmohoed.once i ytry to login to skype i'm getting error message saying [ Sorry, we didn't recognize your sign-in details. please check your skype name and password, then try again.]. i tried to reeset my password, but i cant remind which email used to creat skype account. i have very important cntact in my skype so please make sure i  need a help from you.
    Thank you
    Nawfel Mohomed
    (Sri Lanka)
    Open the link below and just select the appropriate option/category in your case.
    https://support.skype.com/en/faq/FA109/i-ve-forgotten-my-password
    please also be advised that you may be asked to provide verification details or answer verification questions before Skype can proceed in assisting you resetting your account password.
    CONTACT SKYPE CUSTOMER SERVICE   |  HOW TO RECORD SKYPE VIDEO CALLS  | HOW TO HANDLE SUPICIOUS CALLS AND MESSAGES   |  WINDOWS PROBLEMS TROUBLESHOOTING   |  SKYPE DOWNLOAD LINKS  
    MORE TIPS, TRICKS AND UPDATES AT
    skypefordummies.blogspot.com

  • Cannot login with mobile account when server is switched off

    Hello all,
    First of all, my condolences to the Jobs family. 
    OK.  On with my problem.  I apologise in advance if this has been answered before.  I've trawlled through various boards and I can't seem to find an answer.
    I'll try to keep it brief.
    I've set up a mac mini with lion server.  Done all necessary updates.
    I have a lion macbook which is the client.
    On server, created an Open Directory etc..
    I created 2 mobile network accounts on the server.  Set preferences etc..  Added both to workgroup.
    Added the client to the domain in system prefs login options.
    Logged into the 2 accounts on the client.  All working well.  Can see my mounts.  Mobile accounts created successfully and syncing working.
    So, the problem I have is, when I shutdown the server, my mobile accounts on the client disappear.  Also, the login screen states, 'Network accounts are unavailable.'
    I've been looking at this for a week now and it's driving me mad.  I must have missed something - can anyone shed any light on this please?
    With thanks, Paul.

    oh well - gave up and reinstalled lion server.
    GROAN!

  • Cannot login with external LDAP accounts.

    Hi,
    I installed ApacheDS and configured Weblogic. Weblogic can import the LDAP users and groups. And I can use LDAP account to sign in Weblogic Console and EM. But BIEE always prompt "An invalid User Name or Password was entered", even though I added the LDAP account to BIAdministrator role.

    Cheney Shue wrote:
    Hi,
    I installed ApacheDS and configured Weblogic. Weblogic can import the LDAP users and groups. And I can use LDAP account to sign in Weblogic Console and EM. But BIEE always prompt "An invalid User Name or Password was entered", even though I added the LDAP account to BIAdministrator role.Did you check the log files to see if you could get more details on the error?
    Refer to this blogpost to make sure you have followed all the steps correctly: http://www.addidici.com/blog/?p=8
    You need to add the account from LDAP to BISystem Application role.

  • Can't Login With Network Account After Upgrade To Yosemite Server 4

    I've been putting off this troubleshooting for a while now, and after trying everything I could find, decided to post.
    - After upgrading my server to Yosemite with Server 4, and my MacBook to Yosemite, I can no longer login with any network accounts.
    - I was on clean installs of Mavericks before the upgrade.
    - I'm using SSL for the OD, with a GoDaddy cert, the same one that was working on Mavericks.
    - I've tried removing the laptop's binding using the Users and Groups preferences dialog, which does not remove the laptop's entry from Open Directory, so I manually deleted the record on the server.
    - I then choose to Join again, and it looks as though everything goes through, but I still cannot login with a network account.  Also, when rejoining, it does not create a binding on the server.
    - If I use the Directory Utility->Services->LDAPv3, and add it that way, entering the FQDN and checking Encrypt..., Use for auth and Use for contacts, it asks me for the directory admin username and password, and does in fact create the binding on the server, but I still cannot login.  What's strange about that method, is that it forces the use of the IP address of the server, rather than the FQDN, like I entered it, which would of course have problems, because the certificate's common name is the server's FQDN.  It does not allow me to change from using the IP address, graying out that field.
    - I've also tried destroying the OD and restoring from archive to no avail.
    It looks like many users have hit dead ends with this, with some having success by completely formatting and setting up a new iteration of the server, but I will not be doing that.  However, I'll be happy to try any other suggestions.
    Thanks for your time,
       -- Mike

         Okay, I've finally resolved the issue, thanks to the Apple Enterprise tech support team.  I'm thinking they wouldn't mind if I share this information, but I can't guarantee that this will work on your system or, worse yet, degrade your system further.  However, that's fairly unlikely, just make sure you have plenty of backups before you begin any troubleshooting session.
         So I was told to perform the following instructions, which I did, line for line.  The part about closing Server.app seems a given, but I'm not sure why they want you to open Server.app at the the end (maybe taken out of context from some other instructions?).  I did it anyway, but you should be able to begin testing, on a client workstation, right after rekerberizing is complete.  I did, however, need to reboot my client, login as local admin, and then binding would proceed, and network users are able to login again.  The engineer also let me know to expect an error, something like the following: "2015-03-11 21:58:38 +0000 Error synchronizing removal of attribute draft-krbPrincipalACL from record 72519e4c-7ac7-15e4-bd42-10adb1944cbc: 77013 result: 16 No such attribute" - this is apparently normal, and did in fact happen in my experience.
    So here's the fix:
    - Quit Server.app (don’t just close the window)
    - On the Open Directory Server, execute these Terminal commands:
      - sudo mkdir /var/db/openldap/migration/
      - sudo touch /var/db/openldap/migration/.rekerberize
      - sudo slapconfig -firstboot
    - Open Server.app
    And that's it.  I did nothing else on my OD server, just logged out.  Immediately tried binding on my MacBook client, it failed, I rebooted, tried again, it worked quickly, and I'm able to login with network user accounts again.

  • Cannot connect with adobe aplication manager for downloading products

    Hi. i subscribed Creative Cloud 3 days ago and have problems with downloading apps.
    I cannot login with Adobe Apliation Manager. When i type my AdobeID and my Passowrd and hit login, AAM says, "that it cannot connect to adobe. I should check my internet-connection...".
    My Internet-Connection is active.
    I turned off my firewall. And its not working too. The problem cannot my hosts file (only 127.0.0.1 localhost included).
    My System: Win8 64
    Any ideas, why i can't login to adobe with my accountdata? With the same data i can login to creative cloud webpage.
    Here my pdapp.log
    12/01/12 13:11:58:602 | [INFO] |  | ASU | PDApp | DLM.ApplicationFacade |  |  | sendNotification = adobeidSigninSignal, type = null
    12/01/12 13:11:58:602 | [INFO] |  | ASU | PDApp | DLM.ApplicationFacade |  |  | sendNotification = CCM_DIALOG_SIGNIN_DATA_CHANGED, type = null
    12/01/12 13:11:58:602 | [INFO] |  | ASU | PDApp | CCM.AdobeIdSigninEventCommand |  |  | Starting timeout timer...
    12/01/12 13:11:59:649 | [INFO] |  | ASU | PDApp | CCM.AdobeIdSigninEventCommand |  |  | Stopping timeout timer in ioErrorHandler...
    12/01/12 13:11:59:649 | [INFO] |  | ASU | PDApp | CCM.AdobeIdSigninEventCommand |  |  | No response received.
    12/01/12 13:11:59:649 | [INFO] |  | ASU | PDApp | DLM.ApplicationFacade |  |  | sendNotification = CCM_DIALOG_SIGNIN_DATA_CHANGED, type = null

    No. I tried the "activation-network-i ssues" before 2 times.
    0. Patch installed
    1. I have/had internet connection
    2. I can call https pages
    3. drivers/etc/Hosts was/are clean.
    4. Current User > Trusted Root Certificate Authorities > Certificates is installed/enabled and the correct fields are checked
    5. Firewall was/is turned complety off.
    I cannot uninstall AAM. Because i can't find it in "Deinstallation Tool" of Win8. It is not listes. There is only Adobe Flash Player listed.
    I removed AAM via adobe cleaner tool. And installed it again.  And this helped not too.
    Any ideas how i can solve the problem?

  • Login with adobe ID doesn't work

    Hello I cannot login with my adobe-ID on a second computer. may be I use the wrong format:
    Iused only the string and also with leading URN:uuid -- but it doesn't work
    email: [email protected]@

    Hello,
    You need to create Adobe id and then authorize ade with the id.
    Sign in - Adobe ID

Maybe you are looking for