I unable to find Admin option in App launcher. I navigate to https://www.office.com/?auth=1 which opens the Sharepoint page at the left hand i see the App Launcher when i click on show all apps i dont see the admin access. Based on the document i should see the admin option can anyone please help me with this.
https://sharepointmaven.com/the-anatomy-of-a-sharepoint-url/
You should navigate to a SharePoint site url like this: https://yoursite.sharepoint.com instead of the https://www.office.com/?auth=1. Then you could see the admin in the App Laucher.
Besides, you could go to the admin center directly with this url:https://admin.microsoft.com
Related
I created a static Web site using Azure Static Web Apps (under the Free plan for now -- not sure if that's relevant to the issue at hand.) I can access the Web site through an ***.azurestaticapps.net URL.
I then tried to test Azure Active Directory authentication per Microsoft's instruction from this page:
https://learn.microsoft.com/en-us/azure/static-web-apps/authentication-authorization
My problem is that logging out does not seems to work as I would expect on a normal Web site. I could log out, but when I tried to login again (hoping to use a different Azure AD account,) the Microsoft login screen flashes by and I got logged right back in with the user that I just logged out from. Switching to a different tab doesn't help.
Steps to repro:
Navigate to /.auth/login/aad and login using a Microsoft Account. Say NO to 'Stay signed in?' prompt.
Navigate to /.auth/me to see the basic information on the logged in account to prove that I'm in the logged in state.
Navigate to /.auth/logout to logout. Immediately, navigate to /.auth/me again to confirm that my static Web App regards me as 'logged out.' I'd see this:
{"clientPrincipal": null}
Navigate to /.auth/login/aad again. Microsoft login page flashes by, and I am logged right back in with the previously logged out user.
Things that sort of worked
Any of the two actions below alone seems to make the browser forget my logged-in state:
Close the whole browser and relaunch it. I'd get asked to pick the previous user (and then enter the password) or choose a new user. This sort of works but reminds me of some Web sites 15-20 years ago that said 'For security reasons, please don't forget to close your entire browser after logging out from this one tab.'
Open a new tab in the same browser, and navigate to hotmail.com. That tab will enjoy my logged-in state from the Static Web Apps tab. I'd see my mails right away. Then I log out from the hotmail.com tab, switch back to ***.azurestaticapps.net tab and see that I am still logged into my Static Web App. Good! Then if I log out from my Static Web App and try to log back in, it has forgotten my logged-in state this time. In other words, logging out from the hotmail.com tab is somehow more powerful.
I also tested /.auth/login/google too and the same problem arises! So the issue seems to be on the Azure Static Web Apps side, not how idPs handle their logout process.
Am I missing anything obvious?
I have a PowerShell script that is supposed to open the web login popup, since the SharePoint site requires MFA. The script opens the popup, however, it does not load the Microsoft login page content. It loads just a blank page.
After some hours of troubleshooting, we identified that this is due to the security settings of the Internet Explorer. When the Security Level Setting is set to High in IE, neither the browser nor the popup loads the login page(presume the popup also loads IE).
Due to server restrictions,it is not possible to change the IE settings to a lower level.
Is there any other way of using Connect-PnPOnline in MFA environments/connect to SharePoint Online using MFA
OR is there a way to specify the browser opened by the popup(Edge loads the login page without an issue)?
Found that IE was automatically logged in to our Intranet (SharePoint Online). Logged out of IE, and got the webdialog back again.
I had the same. What helped for me was running PowerShell under administrative privileges...
I understand that you are not able to lower down the IE browser security settings level.
I suggest you add the SharePoint site to the trusted site list and configure the User Authentication setting may help you to fix the issue.
You can refer to the steps below to add the site to the trusted site list.
Go to Tools(ALT + X)-> Internet options-> Security tab.
Click on Trusted sites and click on sites button.
Insert the site URL and click on Add button.
Click on the Close button.
You can refer to the steps below to configure the User Authentication setting.
In the Security tab click on Trusted sites and then click on the Custom level button.
Scroll to the bottom and find User Authentication.
Select the Prompt for username and password option for logon setting.
Apply the settings and restart the IE browser.
Then after again try to check for the issue.
I'm trying to develop a Nodejs app that will automatically post images/videos to my page once/twice per day.
When using it in Development mode everything works fine, but after changing the app to Live mode, using the Graph API explorer I cannot get permissions to manage_pages and publish_pages. I'm asking for these permissions as the user with admin roles both at the page and the app.
I've read the documentation, and it seems to me that as an admin I should be able to get those permissions and get a page access token, but I can't.
Is there anyone that knows what's wrong?
Thank you!
To resolve this issue:
Open your Facebook profile (the same one that has been added as an
admin on the target facebook page).
At the top-right of the page click on the down arrow and select
"settings". From the left menu select "Business Integrations".
Look for the app that is linked to the target page and click on the
"View and edit" link.
Ensure under the "Manage your Pages" -> "Pages" title the target
facebook page is selected. Note: You might have to click on "See all
Pages" to see all the pages linked to your facebook profile.
Do the same by scrolling down to the "Show a list of the Pages you
manage" title, you will need it later.
Click on save.
your application will work fine if you stay in development mode.
If you need the application to publish with a cronjob or something similar and nothing else, you don't need to put your application live.
Also, you probably need to get a permanent token, that can be done by following that method :
http://stackoverflow.com/questions/17197970/facebook-permanent-page-access-token
Our programer built a facebook connect feature on our website.
The steps:
1. User clicks the facebook connect
2. The user gets a popup with user/pass request from facebook
3. The user gets another popup to authorized the permissions and connect
I'm wondering how we can control the content on that 3rd pop-up pages.
Currently it says something like "Install MyWebsiteName?" I'm wondering if that language can be changed.
Thanks!
You can configure a lot of what the authorization popup does via your app settings. Goto https://developers.facebook.com/apps/APPID/auth and customize it there.
Languages can be done using the "Translate you app" link in the left column of that same link above.
Been a while since I did an app. I created a new app but I can't seem to find the advanced settings (sandbox, etc) for it.
When I viewed the "roles" page, it had me listed as an admin but not as a developer and I can't find anyway to add myself as a developer.
How do I change this?
If you're an Admin then you're the top level controller of the application, and have developer privileges as well.
Go to https://developers.facebook.com/apps, select your application on the left, and then in the top right of the information window there is an edit button (part of the settings header).
Once inside the settings click on "advanced" in the left menu, here you can enable sandbox mode.
Let me know if you need more help and I can post a screenshot guide.
The sandbox option you find when you go to edit settings of app, and then check the advanced tab.
If you are a admin of the app you have all the permissions you need, instead of that, admin role have more permissions than developer role.