finos / spring-bot

Spring Boot + Java Integration for Symphony/Teams Chat Platform Bots and Apps
https://springbot.finos.org
Apache License 2.0
60 stars 35 forks source link

Write OBO / Circle Of Trust Tutorial #35

Closed robmoffat closed 3 years ago

robmoffat commented 3 years ago

I think we need some function in symphony-app-spring-boot-starter that allows you to get hold of an OBO Api. Bear in mind: we are supporting multi-pod functionality in our app, so we need to make sure when we call ApiBuilder, we're using the right pod and identity.

Rather than a tutorial, this really should just be documented in the README.

Ideally, we should install a test app on the develop pod, and write an integration test using OBO.

NB: Apps can use both certs and keys to authenticate themselves. Are we supporting both?