APIM Delegation and the Administrator account

When using the Delegation feature (delegating sign-in and sign-up), are there any special requirements for handling the Administrator account?
The Administrator user has already been added to the developer portal (when the APIM instance is initially created) – that user (ID = “1”, name = “Administrator”, email=”whatever was provided when the APIM instance was created”) isn’t a registered user in
my  delegated identity service.  So there are a few operations that don’t work in the portal.  For example, when logged in to the developer portal as Administrator and navigating to the profile page, what is supposed to happen when clicking
the “Change account information” button?  Should that button even be available for the Administrator when using delegation?

Miao,
That is exactly how I am logging in...so once the Administrator logs in (via Azure Portal -> Launch Management Console -> Go to Developer portal), what should happen when the Administrator clicks on "Administrator -> Profile -> Change Account
Information" (on the Administrator profile page in the developer portal) when delegation is enabled?
Should that button be visible at all on the Profile page when delegation is enabled and the current user is the Administrator?

Similar Messages

  • Really confused here. I have somehow created both a managed account and an administrator account. The admin acct is now highlighted in system preferences. We are now blocked from using our computer because parental controls keeps popping up.

    In attempting to add a music lesson program for my daughters band lessons we have messed up our computer. I now have both a managed account and an administrator account (both in my name).  It is using the managed account now and not letting use the Internet because parental controls keep popping up. I would like to delete the managed account and get back to the admin account but I have no idea what my login is for the admin account. We have never had to use it before this problem started and what we thought it was when we set it up does not work. Any ideas?

    If the user account is associated with an Apple ID, and you know that account password, the Apple ID can be used to reset your user account password.
    Otherwise, boot into Recovery by holding down the key combination command-R at startup. Release the keys when you see a gray screen with a spinning dial.
    When the OS X Utilities screen appears, select Utilities ▹ Terminal from the menu bar.
    In the Terminal window, type this:
    resetpassword
    That's one word with no spaces. Then press return. A Reset Password window opens.
    Select your boot volume if not already selected.
    Select your username from the menu labeled Select the user account if not already selected.
    Follow the prompts to reset the password. It's safest to choose a password that includes only the characters a-z, A-Z, and 0-9.
    Select  ▹ Restart from the menu bar.
    You should now be able to log in with the new password, but you won't be able to unlock the Keychain. If you've forgotten the Keychain password (which is ordinarily the same as your login password), there's no way to recover it. You’ll need to reset your keychain in the preferences of the Keychain Access application.

  • How do I enable the administrator account for FTP use.

    I utilized an FTP enabler software to enable FTP on my Mac.  And I can FTP into the subaccounts on my Mac but I can not do so with the Main administrator account (mine).  So I went into terminal to test the Main Administrator, I get the following message.  I'm lost as to what to do to enable FTP with the Administrator account.
    Name (192.168.1.9:Administrator): Administrator
    331 User Administrator accepted, provide password.
    Password:
    530 User Administrator may not use FTP.
    ftp: Login failed
    What I'm trying to do is to be able to scan documents from my Xerox Printer to all the Macs in our home.  I have set up my wife's and daughter's Macs to allow for scanning documents to their accounts on their Macs.  They each are sub accounts as I am the Administrator for their Macs.  Additionallly, I created a subaccount on my Mac and I'm able to scan to it as well. But when I try to scan to my Administrator account, it won't work.
    Any help would be appreciated. I'm using Mountain Lion on all 3 Macs with the latest version.  I enabled FTP on all 3 Macs.

    Thanks for your suggestions but it was more complicated than what you suggested.  I was finally able to find a guy at xerox that was able to resolve the issue.  I believe it involved changing some settings deep inside the bowels of the programming code much like the old days of using MS DOS to change internal settings on a PC.  I watched him do it on my screen and it involved deleting the administrator account from being locked down within the O/S. 
    Regardless, thanks for the suggestion.

  • Macbook air: you do not have sufficient access privileges. you need to run this game from an administrator account??? I'm already on the administrator account?

    I bought a mac game from www.gamehouse.com. Downloaded it and now trying to install to play. But everytime I go to install, a message keeps popping up telling me "Your account doesn't have sufficient access privileges. You will need to run this game once from an administrator account. Afterwards you will be able to run it from this account." I am already on the administrator account. Can someone please help?!

    Only the developer can fix his apparently defective product.

  • MDT - Can I disable the Administrator account

    I found threads on how to turn it on and maybe some on how to turn it off. I already see how to have my task sequence *NOT* enable the administrator account. I just remove the corresponding line in the unattend.xml file. However, are there any repercussions
    to this? I already changed what account it automatically logs into.

    Ultimately what I did was setup Final Configuration 2013,
    http://www.deploymentresearch.com/Research/tabid/62/EntryId/122/Final-Configuration-for-MDT-2013-Lite-Touch-now-with-Autologon-support.aspx. I edited it to stop the autologon stuff and added sections to undo what MDT does.
    ' Disable local administrator account
    strComputer = "."
    Set objUser = GetObject("WinNT://" & strComputer & "/Administrator")
    objUser.AccountDisabled = True
    objUser.SetInfo
    StatusArea.InnerHTML=StatusArea.InnerHTML & "<BR>" & "Local Administrator Disabled"
    'Delete Administrator Filter Change
    Set objShell = CreateObject("Wscript.Shell")
    objShell.RegDelete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\FilterAdministratorToken"
    StatusArea.InnerHTML=StatusArea.InnerHTML & "<BR>" & "Administrator Filter Change removed"

  • DLU and local "Administrator" account

    I have another network admin that has given me some information of the
    subject heading that I don't quite understand...
    They are using ZEN 3.2 with DLU on a Citrix server. This way, when a
    student logs in via Citrix and gets logged in, ZEN policies restrict
    them to what they can and cannot do on the local machine. Since they
    need elevated rights to the registry (for whatever reason), they use
    the "Administrator" account and are members of the "Administrator"
    group on the local machine.
    I simply don't understand it...When I use DLU (on workstations mind
    you), I have the following for the policy...
    ================================================== =======
    Enable DLU
    Manage Existing User Account (if any)
    Use eDirectory Credentials
    Nothing underneath for the username, but they are members of "Users"
    ================================================== =======
    His configuration is as follows...
    ================================================== =======
    Enable DLU
    Manage Existing User Account (if any)
    Username: Administrator
    Member of: Administrators, Users
    ================================================== =======
    He tells me that with this config when a student logs in, they
    automatically use the local "administrator" account. That's what I
    don't get.
    My config makes a new user on the workstation if they haven't logged
    into the machine before. I thought at times it would be handy to make
    3 accounts locally, such as "Staff" "Student" and "Administrator" for
    instance, but didn't realize this config he talks about could make it
    happen. Can it? I still don't get it at this point. I'm reading my
    manuals and what-not and am not yet convinced.
    What I'm hung up on is the password syncing. If I am logging in as
    "bbinder" with a password of "hello" (NDS credentials) but the local
    "administrator" password is "goodbye", why wouldn't it prompt me for
    the administrator password since it's not the same as mine? There
    isn't an "existing account" to manage in his config. This (I assume)
    means it uses the account specified in the name field you can type in.
    In his case, this is "administrator" as typed in above. But since the
    passwords aren't the same, how does it use the local "administrator"
    account? Does it overwrite the password? Does it create a new
    administrator account and call it "administrator.001" ??? Not quite
    getting it yet.
    Anyone want to try and help me with this? Some people think there
    would be some big benefits by having everyone use the local
    "administrator" account, for instance because it has full rights to
    the registry and file system. Plus, GP's will still be in effect, so
    they would be locked out of the parts of the workstation you want to
    lock them out of anyway.
    Other advantages would include a "pre-made" user profile that has
    already been secured and populated with the various things deemed
    acceptable by the company's/school's policies.
    Also, no delay on login when a new local account has to be created.
    Since they are all using the same account being specified in the
    policy, it would be nice and fast to login to.
    Finally, no more prompting new users to enter in their names and
    initials when MS Office apps run for the first time under a user
    account. Maybe this could be avoided with a policy, but this would
    suffice as well.
    Sorry it's so long, but I appreciate any help you guys can offer to
    clear this up for me.
    Brian

    Craig,
    I'm sorry - I thought I replied on this post but I didn't.
    Just wanted to say thanx for taking the time to explain this to me.
    Brian
    On Fri, 20 Aug 2004 10:46:44 GMT, Craig Wilson
    <[email protected]> wrote:
    >DLU simply changes the "Administrator" accounts password in this instance.
    >
    >How do you know what the current "Administrator's Password"? You don't
    >and you just pray DLU or something does not break.
    >
    >Instead of using the "Administrator's Account", just use any other name of
    >an account that does not exist like "SQUAREPANTS".
    >
    >DLU will create the account and put it in the administrators group.
    >All users will share the same profile so you get all the benefeits of the
    >other system, without the risk of losing access to the box.
    >
    >I actually never give user's local admin rights nor do I have user's share
    >profiles, but .............

  • I am the the only user and the administrator for my laptop and I have forgotten my password so I can't make any changes or download any programs....

    I am the the only user and the administrator for my laptop and I have forgotten my password so I can't make any changes or download any programs....

    Reset Password using Recovery HD
    Boot into Recovery Partition.
    Start the computer,then press and hold down command and R keys to start into recovery partition.
    When you see the Apple logo, release the keys.
    Wait until you see OS X Utilities window shows up.
    Move the mouse to the menubar at the top and click "Utilities", then select "Terminal"
    from the drop down.
    Terminal window will appear.
    Type in   resetpassword   and press enter key on the keyboard.
    Do not close the Terminal window
    Reset Password Utility window will open with Macintosh HD selected.
    Select the user account from the popup menu box.
    Enter a new password.
    Reenter the new password for the user.
    Enter a hint.
    Click the "Save" button.
    Click  in the menubar and select Restart.

  • PE4-Win7: Please run this program from the Administrator account so it can set up your license. Once the license is set up, you can run it from any account.

    Hi,
    I'm using Premiere Elements 4 in Windows 7 (64 bit). When I launch PE I get the following error:
    Please run this program from the Administrator account so it can set up your license. Once the license is set up, you can run it from any account.
    Any idea how to solve it?

    I came across this link online. Please check it out and decide if it will or will not advance your case.
    http://www.howtogeek.com/howto/windows-vista/enable-the-hidden-administrator-account-on-wi ndows-vista/
    ATR

  • Administrator unable to install flash player in the administrator account

    I am unable to install the lastest version of flash player in the administrator account for use by IE. The error talks about not having enough priviledges.  The administrator should be able to install the product.

    I'd like to investigate what's occurring.  Would you be willing to run the following steps to generate a debug log for me?  If this looks like too much work, please let me know and if you're willing we can schedule a quick desktop sharing session so I can do this on your system for you.
    1. Download “SetACL (executable version)_2.zip” from: http://bit.ly/WEppuY
    2. Extract the appropriate “SetACL.exe” from either the 64 bit or 32 bit folder and place it alongside the flash_report.bat file attached to this post.
    3. Right click flash_report.bat and select “Run as administrator”
    Once run, please copy/paste the contents of the flashreport.txt file into a reply.
    Thanks,
    Chris

  • If I download Mountain Lion on the administrator account on an iMac will that automatically install Mountain Lion on the other accounts/users on that iMac?

    If I download Mountain Lion on the administrator account on an iMac will that automatically install Mountain Lion on the other accounts/users on that iMac?

    Thanks!  This is true even if the other accounts have different Apple IDs and passwords?

  • Can't get a downloaded menu bar to show up in a Window's user account instance of Firefox other than the administrator account

    In Windowx XP, one can create seperate user accounts or "profiles" so that different people can use a computer and have their files and profiles kept seperate or secured from others. The main account is the Administrator account.
    My problem is I have non-Firefox toolbars that I have downloaded and installed on the Administrators account Firefox toolbar, but I can not get these to show up in any of the seperate user accounts that I have created.
    Is there a way to make these show up? If so, what do I need to do?
    Thank you,
    Blaine Thompson

    Toolbar extensions are installed to the user account / Profile, they're not installed globally. You need to install them separately to each user account / Profile.
    If you know your way around in the Windows Explorer file system, you can drop an extension into the program files Firefox\extensions\ folder and the extension will be installed globally - as each Profile is launched. Right-click the installation button for extensions an use Save Link As... to save the extension to local disk.

  • Says I need to login with the Administrator account even though I am

    Ok, I'm trying to install the printer driver for my new printer, its an HP Photosmart C3100. When I run the installer it prompts me to enter my password (The details tab says that it is specifically requesting system.privilege.admin), but when I do it says the following:
    "The software to be installed requires Administrator or higher level access privileges."
    The thing is that the account that I login as and the password I use are for the Administrator account.
    I've tried everything I can think of to solve this. I've made new administrator accounts and it won't accept them, I've run disk utilities and another application to repair my computer's permissions, nothing seems to work.
    Anyone have any idea how to solve this short of fully reinstalling OS X.

    Open the netinfo manager (/Applications/Utilities/Netinfo Manager)
    click on groups in the window that pops up and then admin.
    Make sure that your admin account is a value under the users property.
    If not, you may not be able to change it if you are having authentication problems...
    in that case you might want to quit the application and open the terminal and type (without the quotes) "sudo open -a /Applications/Utilities/NetInfo\ Manager.app/"
    That should prompt you for the admin password, hopefully it will work from the terminal. If not you might have to start from the install cd and reset the password from there.

  • Hi, I am having trouble opening Final Cut on my Macand opens only when in the Administrator account. nyone know why please? Thanks

    Having trouble opening Final Cut on my Mac and opens only when in the Administrator account and not when in Guest account. anyone know why please? Thanks

    Yes... I can confirm this too...
    If I load up my clips with no audio into the timeline, stuttering is there immediately.
    Then I add an audio track to the timeline and the stutter vanishes.
    Then, if I turn down the volume of the audio to zereo or - 46 dB. The stuttering reappears.
    If, however, I place the cursor (Skimmer) in a clip prior to hitting play, the stutter vanishes yet again...
    I adore FCPx and after getting to know it, there really is NO going back for me. This app is more than a decade ahead of its time and it's new. And still in a sort of beta-phase. At least that is what I tell myself so that I can deal with it ;-)
    At least now we know ONE reason why stuttering appears and by identifying the problem, we can solve it !

  • Deleting the Administrator account.

    Hello
    I want to give my MacMini to a grandchild but I can't find a way of deleting the Administrator account (me). Also what would be the quickest way of deleting off all my years of work/records? By just deleting  my account, if I could, would this suffice as some records were confidential?
    Thank-you

    IMHO unless you are going to create an admnin account for your grandchild, I would leave it there in case you need to help in the future. You could delete the home folder which would remove your confidential record but still leave your account there with an empty home folder.
    If your grandchild is mature enough to handle an admin account, then you can simply erase the disk and reinstall which would wipe out everything.
    Allan

  • I have an iPhone sync'd to my iTunes. My boyfriend has his own iPhone with his iTunes account set up within it. We want to sync his iPhone to my iTunes account on the PC but we wnt to retain everything from both phones and the iTunes account. Help?!?!

    I have an iPhone sync'd to my iTunes. My boyfriend has his own iPhone with his iTunes account set up within it. We want to sync his iPhone to my iTunes account on the PC but we want to retain everything from both phones and the iTunes account. Is this possible? Help!

    zoe1713 wrote:
    Is this possible?
    No. If you connect his phone to your iTunes account/computer, ALL iTunes content on his phone will be erased. By design, iPhone syncs or manually manages iTunes content with ONE computer at a time.

Maybe you are looking for

  • Auto batch detmn for components in Process Order selects batch in Q status.

    Hi Gurus, We have the following issue with automatic batch determination for component batches for a Process Order: Say for a Process Order it requires components A,B, and C. The issue is with component C. if the PO requires 100 Qty of C. the system

  • Inserting Video into Powerpoint Slide

    I need to place digital video into a powerpoint slide, what would be the quicktime settings, should it be interlaced or progressive?

  • Show pie chart data block by block

    Hello experts, imagine you have a list of suppliers and their invoice volume. Now you want to display the suppliers in a pie chart, but as this list can be quite long the pie chart gets complex. Now it's the question whether it's possible to display

  • Aperture on a Dual 2 Ghz G5?

    What is the performance of Aperture on a Dual 2 Ghz G5? It is outfitted with the GeForce 7800GT video card and currently has 2.5GB RAM. I plan on updating to 4.5 shortly. Will the RAM upgrade speed things up? I have downloaded the trial and w/@1000 D

  • MMC not showing J2ee process table

    Dear Gurus, I installed ECC 6.0 SR3(ABAP+JAVA)  Development and Quality on the same server windows 2003 operating systems. in MMC it is showing only development system J2ee process table it is not showing the quality system J2ee process table. Can an