Federate a c++ client application with openam or opensso -


we have c++ client application user authenticates , connects server using credential through client. there way implement sso module communicate openam?

there 2 possible way implement this:

  • using c agent sdk perform authentication , session management -> may find c sdk isn't pleasant , potentially tied web servers in aspects. c sdk uses legacy openam endpoints, potentially mean in future need adapt code use newer version of sdk uses rest interfaces
  • use new rest apis directly. rest interfaces still evolving though, hence subject of changes. in 12.0.0 there api versioning solution though, should mean existing rest clients can remain use "old" version of rest api.

Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -