We are a new tech team that has inherited a webforms app. We are planning on building out an internal API and would like some guidance for implementing it with our existing app.
Ideally we would like an independent app hosting the identity server, and both internal APIs and webform app would call it. However, we host hundreds of websites on a single platform in a multi-tenanted setup.
- Can we use IS4 with webforms?
- Can you give some guidance around multi-tenanted setups?
- Can we use cookie based authentication in the webforms app and use the same token for delegated access when communicating with the api?
- Have I missed anything obvious?