i'm trying to configure the Form API. i used this documentation: https://world.episerver.com/documentation/developer-guides/forms/using-forms-serviceapi/ . So far, i was able to reproduce the step and make it work until step 7. And now come the trouble. We are using Owin with azure active directory. How can i setup our environment to use Oauth for the forms API and owin for authentication? Did'nt find a lot of info on the internet..
OR maybe i misunderstood and we can use everything with Owin?
When i hit the "episerverapi/token", i receive an this error:
[ProviderException: Default Membership Provider must be specified.]
Any toughts on how we can achieve this? Do i really need to create another membership provider only for the forms api?
Hi,
i'm trying to configure the Form API. i used this documentation: https://world.episerver.com/documentation/developer-guides/forms/using-forms-serviceapi/ . So far, i was able to reproduce the step and make it work until step 7. And now come the trouble. We are using Owin with azure active directory. How can i setup our environment to use Oauth for the forms API and owin for authentication? Did'nt find a lot of info on the internet..
OR maybe i misunderstood and we can use everything with Owin?
When i hit the "episerverapi/token", i receive an this error:
Any toughts on how we can achieve this? Do i really need to create another membership provider only for the forms api?
Thanks,