Is it possible to use live id authentication for in premise SharePoint 2010 site . SharePoint site is not exposed ourside our network. Means after the authendication is it posible to redirect to localhost sharepoint /site ?
Live id authendication for Sharepoint 2010
471 Views Asked by user1335925 At
2
There are 2 best solutions below
0
Mohammad Nikravan
On
Check here, source code available too: http://sharepoint-live-authentication.shetabtech.com/
Live ID & OpenID Trusted Identity Provider and Claims Based Authentication for SharePoint 2010 & 2013.
It allows you and your members sign in to your SharePoint site with any OpenID provider or Windows Live ID. You can manage member's access before and after user's login to your site via SharePoint standard access pages and controls.
Related Questions in SHAREPOINT-2010
- how to empty the recycle bin in SharePoint using PowerShell?
- Splitting Child forest from Main forest will impact SharePoint 2013 or 2016 On-premises environment?
- SharePoint Upload Files To Document Library Using Rest API
- Choice radio buttons not updating the sharepoint list
- Is there any option to get this issue resolved as I can only think of OR statement in Edit conditional Formula on sharepoint?
- What is RoleAssignment, RoleDefinition, RoleBinding in Sharepoint On-premise? How to remove a user from the permission list at site level?
- Workflow Error Occurred in SharePoint site
- How to visualize "list progress" in Sharepoint/Teams
- QuickSight Paginated Report Publish to Email Endpoints
- SharePoint CAML Query to Filter Data By Date
- Sharepoint workflow verification
- Way to find modern site is public or private using CSOM
- sharepoint jquery for sum of two column
- Create a flow to move all documents from recycle bin to another library
- How to dowload many files or folders from sharepoint
Related Questions in LOCALHOST
- What's supposed to be the problem in this query?
- I cant access file directory with PHP local host on XAMPP. it just shows one of the files I have in my visual studio code
- Firebase authentication does not work on 127.0.0.1 but works on localhost
- Next.Js: localhost:3000 not working in browser
- Auto redirect 127.0.0.1:8000 to 127.0.0.1:8000/app/
- How can I connect my Android Studio apk to localhost for real Android devices?
- Localhost doesn't see my file; The requested URL was not found on this server
- Issue with Google Login Implementation using google-auth-library in Node.js
- Calling service with localhost or machine IP for internal calls?
- If a website is running on localhost, does Next.js have more performance than React.js?
- Mediapipe making python local server throw "[WinError 6] The handle is invalid"
- Filament Laravel Project
- localhost runs for a long time (react)
- React app using Vite has blank white screen when i open in localhost
- Persist Local AppEngine logs to Google App Engine Logger?
Related Questions in CLAIMS-BASED-IDENTITY
- with azure b2c and blazor server, how to refresh user claim without disconnecting the websocket?
- I am getting this error in identitydbcontext in repository model design
- How to get Keycloak identity broker to display claims in ID token from Entra ID / Azure identity Provider
- Is there a way to add roles to ID or Access Token as an optional claim in Entra ID / Azure Active Directory
- .Net 8: Cannot logout user with "Individual Accounts Auth" template
- .Net 8: Cannot authenticate user with "Individual Accounts Auth" template
- How to persist claims added to identity authenticated by WS-Federation post-authentication
- Dynamic Claims while creating token using keycloak
- Custom SharePoint authorization scheme
- Does Azure AD authentication work with Windows installer app?
- What is the preferred way to log-out a ClaimsIdentity (IsAuthenticated be false) in the eyes of Razor <AuthorizeView> tag?
- How to modify the properties of .NET 8 identity bearer token
- IClaimsTransformation implementation, getting confused about concurrency precautions
- Include value of directory extension attribute from organization object in claim using Entra ID
- Is it better for Azure B2C to store additional user data inside custom claims or database and enforce them at signin?
Related Questions in LIVEID
- Login from Universal App to Web Api using Live Id
- ACS with custom home realm discovery page, how do I "detect" Azure AD vs Microsoft Account?
- Live Id not returning UserId as Identity Provider in ACS with Thinktecture Authorization Server
- ASP.NET MVC4 OAuth Microsoft (Live) account - get users emails
- Uniquely identify a user on WinRT and WP8 using (f.ex.) LiveID?
- Processing AuthenticationResult's from different providers in the same page
- I'M having hard time while integrating live ID with my MVC Website
- Using ADFS 2 with Live Id as a Claims provider
- How to programmatically extract Windows Phone's LiveID?
- Getting Windows 8 Live ID: GetPrincipalNameAsync() returns empty string
- How to get Windows 8 Live ID
- Live id authendication for Sharepoint 2010
- How to log out the LiveID while using ACS on Windows Phone?
- Get input email address from ACS when using LiveID
- Get live id from WP7
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Yes.
Codeplex solution