Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Android CAS Login
Qt 6.11 is out! See what's new in the release blog

Android CAS Login

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
androidwebbrowserauthenfication
6 Posts 2 Posters 1.7k 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.
  • M Offline
    M Offline
    mkmp29
    wrote on last edited by
    #1

    Hey,

    I want to implement under Android a CAS authentification.

    How it should work:
    After clicking on login a browser should open and display the login form provided by the cas server.

    After the login is finished the login page redirects to another page. The URL contains a ticket number, that is needed to verify the login.

    Is there a posibillity to check for redirecting in the webrowser and fetching the url automatically?

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Do you mean something that could be handled by the QtNetworkAuthentication module ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      M 1 Reply Last reply
      1
      • SGaistS SGaist

        Hi,

        Do you mean something that could be handled by the QtNetworkAuthentication module ?

        M Offline
        M Offline
        mkmp29
        wrote on last edited by mkmp29
        #3

        @SGaist

        This won't work... Our CAS System don't support these protocols...

        Is there a possibility to fetch the informations from the build in browser in android? Or receive the response from a website displayed by the android system?

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          What protocol are you using ?

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          M 1 Reply Last reply
          0
          • SGaistS SGaist

            What protocol are you using ?

            M Offline
            M Offline
            mkmp29
            wrote on last edited by
            #5

            @SGaist

            CAS (https://en.wikipedia.org/wiki/Central_Authentication_Service)

            1 Reply Last reply
            0
            • SGaistS Offline
              SGaistS Offline
              SGaist
              Lifetime Qt Champion
              wrote on last edited by
              #6

              Then it's strange, OAuth is the third protocol in the list of the Apereo CAS Implementation part of the article you linked.

              Interested in AI ? www.idiap.ch
              Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

              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