Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. How do I provide basic authentication?
Qt 6.11 is out! See what's new in the release blog

How do I provide basic authentication?

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 1.8k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Q Offline
    Q Offline
    quintellarosa
    wrote on last edited by
    #1

    I've been away from programming for 10 years and now I want to build some applications again. I'm really interested in Qt and have just started learning.

    Right now, I need a way of authenticate my users. Personally, I'd prefer to authenticate against an Active Directory, but I couldn't find anything related.

    1. What class should I use for authentication? QAuthenticator? Any tutorial available?
    2. Is there a way to authenticate against an LDAP server? Preferably AD.
    3. Is there something "out-of-the-box"?
    4. Shall I develop my own authentication system?

    Any comments appreciated.

    Fábio

    1 Reply Last reply
    0
    • A Offline
      A Offline
      andre
      wrote on last edited by
      #2

      AFAIK, there is no standard component to do this. We've written our own code to query the AD server for user credentials.

      1 Reply Last reply
      0
      • Q Offline
        Q Offline
        quintellarosa
        wrote on last edited by
        #3

        Thank you, Andre!

        Would you mind giving me some directions on how to query the AD? Just a North.

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved