Unable to access On-Prem SharePoint site setting as an admin after implementing Azure Login

WASI KHAN 21 Reputation points
2022-12-21T13:09:08.33+00:00

Hi,

I have implemented Azure SSO in SharePoint2013 On-Prem site. its successfully implemented and I can login with my Azure AD but I am unable to see the setting button even as an admin of the site. even its not working with system account. I would really appreciate for help.

I have followed this link to implement Azure SSO.

https://learn.microsoft.com/en-us/azure/active-directory/saas-apps/sharepoint-on-premises-tutorial

Regards

SharePoint Server
SharePoint Server
A family of Microsoft on-premises document management and storage systems.
2,422 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
3,569 questions
SharePoint Server Management
SharePoint Server Management
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Management: The act or process of organizing, handling, directing or controlling something.
3,045 questions
{count} votes

Accepted answer
  1. Yi Lu_MSFT 17,611 Reputation points
    2023-01-09T08:55:22.65+00:00

    Hi @WASI KHAN
    Thank you for your sharing, I'm glad to hear you solve the problem, if you have any issue about SharePoint, you are welcome to raise a ticket in this forum.

    By the way, since the Microsoft Q&A community has a policy that "The question author cannot accept their own answer. They can only accept answers by others.". and according to the scenario introduced here: Answering your own questions on Microsoft Q&A, I would make a brief summary of this thread:

    Issue Symptom:
    I have implemented Azure SSO in SharePoint2013 On-Prem site. its successfully implemented and I can login with my Azure AD but I am unable to see the setting button even as an admin of the site. even its not working with system account. I would really appreciate for help.

    Current status:
    WASIKHAN has managed to resolved this issue. He tried to configured the Azure SSO in SharePoint 2013 on windows 2008. He was unable to communicate to Azure through 2008 windows server and it was showing some certificate errors. then he decided to test from his machine which is windows 10 and also tested in windows 2019 server and it worked.

    these are the PowerShell cmds to check azure communication from the server level or any machine on which you want to implement Azure SSO.

    Invoke-WebRequest -Uri "https://login.windows.net" -UseBasicParsing
    Invoke-WebRequest -Uri "https://login.microsoftonline.com" -UseBasicParsing
    Invoke-WebRequest -Uri "https://graph.microsoft.com" -UseBasicParsing

    https://azurecp.yvand.net/docs/help/troubleshooting/

    after all these troubleshooting, he implements in SharePoint 2019 with windows server 2019 and it is working fine.

    You could click the "Accept Answer" button for this summary to close this thread, and this can make it easier for other community member's to see the useful information when reading this thread. Thanks for your understanding!


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

3 additional answers

Sort by: Most helpful
  1. Yi Lu_MSFT 17,611 Reputation points
    2022-12-29T09:49:34.903+00:00

    Hi @WASI KHAN
    In my opinion, the whole process of implementing Azure SSO in SharePoint2013 On-Prem has no matter with SharePoint site settings. You could change a SharePoint site to see whether this problem persists. What's more, you could also check whether the system account you use has the appropriate permission.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.
    0 comments No comments

  2. WASI KHAN 21 Reputation points
    2022-12-26T09:50:30.377+00:00

    yes I have tried in chrome, Firefox and IE and it has same behavior.

    0 comments No comments

  3. WASI KHAN 21 Reputation points
    2023-01-09T08:12:28.35+00:00

    Hi,

    i have managed to resolved this issue. i tried to configured the Azure SSO in SharePoint 2013 on windows 2008. i was unable to communicate to Azure through 2008 windows server and it was showing some certificate errors. then i have decided to test from my machine which is windows 10 and also tested in windows 2019 server and it worked.

    these are the PowerShell cmds to check azure communication from the server level or any machine on which you want to implement Azure SSO.

    Invoke-WebRequest -Uri "https://login.windows.net" -UseBasicParsing
    Invoke-WebRequest -Uri "https://login.microsoftonline.com" -UseBasicParsing
    Invoke-WebRequest -Uri "https://graph.microsoft.com" -UseBasicParsing

    https://azurecp.yvand.net/docs/help/troubleshooting/

    after all these troubleshooting, I have decided to implement in SharePoint 2019 with windows server 2019 and its working fine.

    Regards

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.