authentication

  1. Chiavarini

    How to extend authentication for a C#/.NET web app to Django project?

    I have a C#/.NET web site with SAML authentication implemented on it. In a page of this web site, I put a link for another web site, made in Python-Django, and I need to implement the same authentication system. So, it's like I want to extend the same authentication to Django website (same IAM)...
  2. nkat

    scrape data from website with login

    Hello! My goal is to scrape some data from a webpage 192.168.1.21/app/admin/directories.asp?id=username The website that controls it needs login before querying directories. This is the problem I’m trying to solve. For that, I’ve read this post, and it addresses a lot of my questions, but does...
  3. J

    Where to keep authentication session state?

    The Solution of my application contains multiple projects. Project for the View and ViewModel layer (the UI layer). Contains (custom/user)controls, commands, converters. And it also contains "stores" that keep state of the application. Like classes for navigation state, session token when the...
  4. Y

    Question Cross domain single-sign-on / social login

    I am looking for someone who can help me with authentication I work with C#.NET 4.5 I have multiple MVC websites, 2 webapi's and a ****load of clients which are javascript based (angular2 ,vue etc etc) and apps. everything (except the apps) are hosted on azure. I want to be able to login using...
  5. J

    Question Wpf, mvvm, & asp.net?

    Okay, I am a beginner so I am going to apologize ahead of time if I don't use the correct terms. I've been looking around for answers on google and seeking help for a while now, but I am having a hard time comprehending this considering I am more of a visual learner. Alright, well here is my...
Back
Top Bottom