Qt 6.11 is out! See what's new in the release
blog
Android CAS Login
-
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?
-
Hi,
Do you mean something that could be handled by the QtNetworkAuthentication module ?
-
Hi,
Do you mean something that could be handled by the QtNetworkAuthentication module ?
-
What protocol are you using ?
-
Then it's strange, OAuth is the third protocol in the list of the Apereo CAS Implementation part of the article you linked.