ID and password says not authorize to access itunes

I have tried to sign into the Itunes login page. Apple Id and password are correct but it says that my ID is not authorized to access Itunes. I have gone back and downloaded it again and verified my account.  What else am I supposed to do? I want to download some CD's

It will always ask for security questions when you are purchasing on a new device for your "Security". But if you go to appleid.apple.com go to manage your account.
Once you are here you can go to Password and Security and if you have a rescue email on the account (a back up email address like an extra on you have or maybe a spouses, etc) you can send the reset info to there. If not you can call AppleCare and speak to an advisor who can help with this

Similar Messages

  • TS1368 i've updated my ios to ios6 and it says it can't access itunes store.  please assist

    after updating my iphone 4s to ios6 this morning and everytime i try to access itunes store it comes up as cannot connect to itunes store.  any one having the same problems? please advise

    I have this problem only when trying to access Passbook, but that doesn't mean it's fixed. broken in one repeatable place is still broken. (I'm a software tester, and the whole 100% repeatable thing makes me very happy).  Apple should try to fix this soon.

  • My wife has bought an iPad from a friend. My wife has an iphone with an iCloud account. When trying to connect to iCloud from the new iPad it says her username and password are not authorised. Any help

    MMy wife had bought an iPad from a friend. My wife already has an iPhone, which is registered to iCloud. She cannot acces iCloud from the new iPad. It says her username and password is not authorised. What do we need to do.

    This could be a couple different things.
         The device is not authorized to the Apple ID.
             Continue setup for the ID on the device.
      There is an account issue
            Is she able to get signed in at
                   Appleid.apple.com
                       and manage the account
    Can she get signed in at
      Supportprofile.apple.com  ?
             How many devices are registered to that Apple ID?

  • I cannot open iCloud documents on my MAC I went to preferences etc and it did not give me access. My error says I need an updated version of numbers but I have the latest version

    Mac OSX 10.4
    Processor 3.06
    Numbers 2.3 (554)
    I cannot open iCloud documents on my MAC I went to preferences etc and it did not give me access. My error says I need an updated version of numbers but I have the latest version

    You cannot access iCloud on a Mac running Mac OSX 10.4.  Are you sure, the system version is correct?
    If you are running iWork '09 (iWork 09 9.0.1) on your Mac with Numbers 2.3, you must at least have MacOS X 10.5.6 installed.
    if you want iCloud support for iOS apps, you need the iWork 9.3 update,see:  About the iWork 9.3 Update
    And this update requires OS X Lion v10.7.4
    Is your iMac compatible with Lion or later?

  • Claims Based Authentication SPSecurityTokenService.Issue() failed: The security token username and password could not be validated.

    Please excuse the lousy table...Its late :-)
    I have a multi-server SP2010 farm.  Patched up to
    Configuration database version: 14.0.6106.5002
    My goal is to have a claims based web application that authenticated to ADAM for Extranet.  I have configured the servers exactly to MSDN and technet specs (following this spec to the
    letter (
    http://technet.microsoft.com/en-us/library/ee806882.aspx) to allow the forms side of the web app to authenticate to ADAM.
    IT WORKS IN DEV!!! , which is a single server farm.  However, it does not work in production.  I get the following:
    Claims Auth log entries:
    1:06:25 AM
    w3wp.exe (0x0EDC)                      
    0x1790
    SharePoint Foundation        
    Claims Authentication        
    f2ut
    Verbose
    Authenticated with login provider. Validating request security token.
    1:06:25 AM
    w3wp.exe (0x0EDC)                      
    0x1790
    SharePoint Foundation        
    Claims Authentication        
    0
    Verbose
    Using membership provider 'ADAMProvider'.
    1:06:25 AM
    w3wp.exe (0x0EDC)                      
    0x1790
    SharePoint Foundation        
    Claims Authentication        
    0
    Verbose
    Doing password check on '[email protected]'.
    1:06:46 AM
    w3wp.exe (0x0EDC)                      
    0x1790
    SharePoint Foundation        
    Claims Authentication        
    0
    Verbose
    Failed password check on '[email protected]'.
    1:06:46 AM
    w3wp.exe (0x0EDC)               
    0x1790
    SharePoint Foundation        
    Claims Authentication        
    0
    Unexpected
    Password check on '[email protected]' generated exception: 'System.ServiceModel.FaultException`1[Microsoft.IdentityModel.Tokens.FailedAuthenticationException]: The security
    token username and password could not be validated. (Fault Detail is equal to Microsoft.IdentityModel.Tokens.FailedAuthenticationException: The security token username and password could not be validated.).'.
    1:06:46 AM
    w3wp.exe (0x0EDC)                      
    0x1790
    SharePoint Foundation        
    Claims Authentication        
    fo1t
    Monitorable
    SPSecurityTokenService.Issue() failed: System.ServiceModel.FaultException`1[Microsoft.IdentityModel.Tokens.FailedAuthenticationException]: The security token username and password
    could not be validated. (Fault Detail is equal to Microsoft.IdentityModel.Tokens.FailedAuthenticationException: The security token username and password could not be validated.).
    1:06:46 AM
    w3wp.exe (0x1B34)                      
    0x08A0
    SharePoint Foundation        
    Claims Authentication        
    fsq7
    High   
    Request for security token failed with exception: System.ServiceModel.FaultException: The security token username and password could not be validated.    
    at Microsoft.IdentityModel.Protocols.WSTrust.WSTrustChannel.ReadResponse(Message response)    
    at Microsoft.IdentityModel.Protocols.WSTrust.WSTrustChannel.Issue(RequestSecurityToken rst, RequestSecurityTokenResponse& rstr)  
      at Microsoft.IdentityModel.Protocols.WSTrust.WSTrustChannel.Issue(RequestSecurityToken rst)    
    at Microsoft.SharePoint.SPSecurityContext.SecurityTokenForContext(Uri context, Boolean bearerToken, SecurityToken onBehalfOf, SecurityToken actAs, SecurityToken delegateTo)
    1:06:46 AM
    w3wp.exe (0x1B34)                      
    0x08A0
    SharePoint Foundation        
    Claims Authentication        
    8306
    Critical
    An exception occurred when trying to issue security token: The security token username and password could not be validated..
    1:06:46 AM
    w3wp.exe (0x1B34)                      
    0x08A0
    SharePoint Foundation        
    Claims Authentication        
    f2un
    Verbose
    Form authentication failed.
    I have tried EVERYTHING (well, nt everything, I don’t have the fix I suppose). 
     I found plenty out there and nothing directly correlates with this issue. 
    I searched on all parts of the errors I got.
    This contains an interesting blurb about setting up access for the apppool id correctly. 
    That’s not the case for me.  It works in dev and the same id are used there. 
    http://sharepoint-2010-world.blogspot.com/2011/03/adam-forms-based-authentication-in.html
    This was good but it doesn’t give specs on what the environment looks like:
    http://social.msdn.microsoft.com/Forums/en/sharepoint2010general/thread/557143a6-4b36-4939-bb7f-d62a9335fd18
    The was interesting…but I am patched up beyond the June 2011 CU so it’s a moot point:
    http://social.technet.microsoft.com/Forums/en-US/sharepoint2010setup/thread/9b8368ef-c5e5-4ead-b348-7b2b5587cfc8
    Any and all help would be greatly appreciated!

    Hi.
    You say its a multiserver farm, do you have more than one web server then?
    If thats the case, have you tried accessing the site on each server directly?
    Found this for you, maybe that can help?
    Troubleshooting Exceptions: System.ServiceModel.FaultException`1
    http://msdn.microsoft.com/en-us/library/bb907220.aspx
    and this:
    SharePoint 2010 Claims Authentication - The security token username and password could not be validated reoccurring every morning
    http://social.technet.microsoft.com/Forums/pl-PL/sharepoint2010setup/thread/383f1f9b-5c4a-4e19-b770-2a54b7ab1ca1
    and
    This seems to be a good guide:
    http://donalconlon.wordpress.com/2010/02/23/configuring-forms-base-authentication-for-sharepoint-2010-using-iis7/
    Good luck
    Thomas Balkeståhl - Technical Specialist - SharePoint - http://blksthl.wordpress.com

  • I receive an error stating user name and password are not valid on my ipad and iphone 3Gs when attempting to load email from my icloud account. When I log onto icloud from my Mac, it wont load the email either.

    One day, my ipad and iphone pick up my emails (.mac account) from icloud just fine. the next day, I recieved error messages that say my user name and password are not accurate. I removed the icloud program on both devices and added it back on to both devices and get the same message. I logged into icloud from my Mac and while I can log in, it times out when I select email and wont load the email there either. Any Suggestons?

    I am having the same problem; it started about 24-36 hours ago.
    I know my ID/PW combo are correct because I can access all other aspects of iCloud except mail.
    iPhone -- returns incorrect ID / Password
    iPad -- Same
    Mail.app on Mac -- returns incorrect password error
    icloud.com -- allows me to log in and use all functions accept mail.  When I try to use mail it stays on a white screen for about 60 seconds then returns a dialogue box that indicates a server error.
    I contacted Apple and they placed my iCloud account into something called "Troubleshooting" mode.  They generated a new strong password and sent it on to "Engineering."
    I suspect there are a small number ofo users like you who are affected with the same problem I am.  Too small a number for it to be reported as an outtage.  I suggest you call Apple and open a case to have your mail investigaged.
    Hope this helps...

  • FTP login and password are not saved on some sites

    On some of my sites the FTP login and password are not saved
    (even though the "saved" box is checked). Dreamweaver 8.0 on XP
    SP2. I can export the site information and then import the same
    file exported and there still will be no login or password placed
    in the login or password window. I opened the exported .ste files
    in notepad and found the login correct and the password incorrect.
    I uninstalled Dreamveaver and reinstalled still same
    problem.

    Ok, I just spent about 3 hours on this. Here's the latest
    that I've found. I had looked at the knowledgebase and my registry
    matched what was suggested. As this has been an ongoing issue for
    me, I thought it was still an issue. Apparently 8.02 did have some
    improvements.
    I can only guess that many of the 36 sites I have in the Site
    Manager lost info before the .02 update.. or I hope so.
    I did however discover that there is still what could be
    considered a minor bug. I went in to Manage Sites and selected edit
    for all of my sites, fixing the ones that had lost their user/pass
    info. I'm not positive, but I think only the last edited site kept
    it's data.
    I discovered after many checks on all the sites, over and
    over and over, that it appears that they are now holding the data,
    but, if I add the user/pass, I must not only click the OK button to
    close that particular site, but I must also click the 'Done' button
    before only that one will be saved.
    So, I thought I was fixing logins when in fact I was only
    fixing one at a time.. Completely closing 'Manage Site' seemed to
    hold one new set of login data each time. Seems that it shouldn't
    be this way.
    But I must say, I am rejoicing at the moment, as I actually
    have all my sites set up with FTP info and I am now looking forward
    to hopefully adding more and maybe they'll actually be available
    for the next editing session.

  • "Your skype name and password were not recignized"

    Hi,
    Can someone please help me? I'm trying to login using my usual login name but it says "Your skype name and password were not recignized". I used it few of days ago and it was fine until last Sunday (04-Dec). I've already contacted support team 2 days ago but they don't seem to care too much!
    Can someone explain me what is going on?
    Details for this account are:
    login: sectoid1
    xxxxxxxxxxxxxxxxxx
    Thanks! 

    sectoid11 wrote:
    I've already contacted support team 2 days ago but they don't seem to care too much!
    Can someone explain me what is going on?
    Hello,
    CS should have responded by now. Let me know if you still have no response and I will escalate your issue for you. Your account may have been compromised.
    TIME ZONE - US EASTERN. LOCATION - PHILADELPHIA, PA, USA.
    I recommend that you always run the latest Skype version: Windows & Mac
    If my advice helped to fix your issue please mark it as a solution to help others.
    Please note that I generally don't respond to unsolicited Private Messages. Thank you.

  • A friend has texted me and I try to reply and it says not delivered.  She does not have an iphone

    A friend has texted me and I try to reply and it says "not delivered".  She does not have an iphone.  I have deleted her as a contact, re-entered her. I have added every combination of area code, no area code, 1, +1 etc.   I am not just trying to message her, I am trying to REPLY to her message.  Imessages is working fine and as far as I know I am only having trouble messaging 2 people - both with samsung phones. Any suggestions?

    reset all settings
    settings-general-reset-reset all settings
    now reconnect to wifi
    settings- wifi- click network name- enter password - join
    if issue persists back up and restore as new via iTunes
    Peace, Clyde

  • HT2534 But now , the hole process of sign uping is changed , please remove the wrong guide its not working , and why apple not let to access the free app .!!!

    But now , the hole process of sign uping is changed , please remove the wrong guide its not working , and why apple not let to access the free app .!!!

    Try going to https//appleid.apple.com, click Manage my Apple ID and sign in with your current iCloud ID.  Tap edit next to the primary email account, tap Edit, change it back to your old email address and save the change.  Then edit the name of the account to change it back to your old email address.  You can now use your current password to turn off Find My iPhone on your device, even though it prompts you for the password for your old account ID. Then go to Settings>iCloud, tap Delete Account and choose Delete from My iDevice when prompted (your iCloud data will still be in iCloud).  Next, go back to https//appleid.apple.com and change your primary email address and iCloud ID name back to the way it was.  Now you can go to Settings>iCloud and sign in with your current iCloud ID and password.

  • Gmail address and password is not authenticated on set up

    Gmail address and password is not authenticated on iPad mail set up AND cannot access YouTube with same address and password. I have reset iPad. Help!

    I have recently read that it is best to add an email account to your iPad through the Mail app (as you are trying to do) but it is also possible to sync it from a computer. This might be a way of overcoming your difficulty. Please click on he attached link and go down to Mail Accounts and read about it there.
    http://support.apple.com/kb/HT1296

  • HT1695 I am trying to connect to my uni wifi, and when i click on the wifi, it directs me to a log in page. However, the two boxes to enter the username and password do not appear. Can anyone help me with this???

    I am trying to connect to my uni wifi, and when i click on the wifi, it directs me to a log in page. However, the two boxes to enter the username and password do not appear. Can anyone help me with this???

    You didn't say what you have already tried, but if you haven't already done so, power-cycle your router (unplug it for 15 seconds then plug it back in), then on your phone go to Settings>General>Reset and tap Reset Network Settings, then try joining your wifi again.

  • It will not let me access iTunes Store, it says unknown error

    It will not let me access iTunes Store, it say unknown error

    Try this.
    Sign out of your account, restart the iPad and then sign in again.
    Settings>iTunes & App Store>Apple ID. Tap your ID and sign out. Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.
    Go back to Settings>iTunes & App Store>Sign in and then try again.

  • I now own a second hand unit ipad3 but I cannot activate because the original ID and password is not recognized by itunes. Please help me activate my ipad3?

    I now own a second hand unit ipad3 but I cannot activate because the original ID and password is not recognized by itunes.

    renefromnl wrote:
    I now own a second hand unit ipad3 but I cannot activate
    The Apple ID and Password that was Originally used to Activate the iDevice is required
    If you do not have that information you will not be able to use the Device.
    Activation Lock in iOS 7  >  http://support.apple.com/kb/HT5818

  • I have just recently brought the blackberry curve 8310 and i am not able to access the internet, MSN etc. I rang my phone company(Crazy Johns) and they saif i cannot use the internet on this phone because they don't sell it anymore and i need a setting fo

    I have just recently brought the blackberry curve 8310 and i am not able to access the internet, MSN etc.
    I rang my phone company(Crazy Johns) and they saif i cannot use the internet on this phone because they don't sell it anymore and i need a setting for it to work.
    Can you please help me with this?
    Thanks Matthew.

    Hello,
    The services you listed in your post will require a data plan which is provisioned by your wireless provider. You may want to contact your wireless provider to see if you have the correct plan.
    Cheers,
    -FB
    Come follow your BlackBerry Technical Team on Twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.
    Click "Accept as a Solution" for posts that have solved your issue(s)!

Maybe you are looking for

  • Exchange Rate Change in Invoice (LIV)

    Hi All, Can we change Exchange rate at the time of LIV . We see field Currency and Exch Rate is grayed in MIRO / Details Tab. How can I activate these two field in MIRO. Thanks Sanjay Sharma

  • Installable download for Adobe Acrobat 9

    I need to install (transfer) a license of Adobe Acrobat 9 on a new PC. I have the serial number to register the product but I can not find an installable file on the current PC with the 9.5.5 license to transfer to the new PC. Where can I find a down

  • SAP License Key configuration procedure in Web AS(J2EE)

    Hi, We installed Web AS 6.4 (J2ee). It is running on temporary license and going to expire in one week time. I applied for license key and got the permanent license key as a text file attachment through email. It is a simple text file containing the

  • How to create a blog on sdn

    i am stucking at "Community Page URL" can any one tell me how to give this url. or tell me how to create a blog clearly.

  • Installed Realplayer now iTunes won't open

    I wan't to know how to uninstall Realplayer on Power G5. When I try to open iTunes only Realplayer comes up and I don't like it anyway. I tried putting it in the trash as suggested but did no good. HELP please.