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

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -