mattbrailsford / umbraco-authu

An Umbraco plugin to add an OAuth API endpoint to allow authenticated Members/Users via OAuth
MIT License
71 stars 22 forks source link

Error: on enabling of Attribute Routing #20

Closed yasirbutt closed 6 years ago

yasirbutt commented 6 years ago

I am trying to enable attribute routing for my API controller.

I used config.MapHttpAttributeRoutes(); in my webapiconfig registration method then i got error

And endpoint for the realm "default" has not yet been configured. Please call ConfigureEndpoint first.

can you please help me to enable Attribute routing?

/yasir

mattbrailsford commented 6 years ago

I'm going to need more information. What does your AuthU config look like?

mattbrailsford commented 6 years ago

Closing the issue due to insuficient information. Feel free to reopen with more details but as it stands I can't replicate.