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
Post a Comment