Enable-Auth0
can be adapted to:
Enable-Auth0
to:
https://yoursharepointserver/_windows/default.aspx?ReturnUrl=/_layouts/15/Authenticate.aspx
).
On way of doing it is by using jQuery to modify the Lock widget and add a link to the Windows Authentication endpoint.
You need to add a reference to jQuery at the top of the <body>
section of the customized login page.
lock.show()
, add code to modify the HTML DOM that adds the link.
groups
attribute of the user’s profile.
If we want to make these groups available as Roles in SharePoint we’ll need to write a Rule that adds this to the configuration. This rule will only run for the application named Fabrikam Intranet (SharePoint).
http://schemas.microsoft.com/ws/2008/06/identity/claims/role
containing the groups
and which will be used by SharePoint for authorization.
When installing the Claims Provider we need to allow the Role claim to be passed through to SharePoint, by adding it to the claims mapping list: