0

I would like to use an existing Umbraco implementation. The only thing I need out of it is to use the user management and authentication in it to serve for the new set of .Net core APIs we wish to write. Is this something that is possible? If yes, what is the best way to go about it?

Pulkit Sethi
  • 1,325
  • 1
  • 14
  • 22

1 Answers1

0

This should be possible with Umbraco Headless.

Read more about Umbraco Headless here: https://umbraco.com/products/umbraco-headless/

Alternatively, you can build your own Umbraco solution and expose its methods with ApiControllers.

You can read much more about Umbraco API Controllers here: https://our.umbraco.com/documentation/Reference/Routing/WebApi/

Mikkel
  • 1,853
  • 1
  • 15
  • 31