Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi I am trying to use a web api solution that hooks into Umbraco that is a separate solution to the Umbraco web application portal.
I am also trying to use OAuth Refresh Tokens for Member authentication for my mobile apps.
I have the refresh token system working using the web portal, but I am unable to get it working using the API solution.
I am using the solution supplied by Shannon in the following forum post https://our.umbraco.org/forum/developers/api-questions/74807-securing-a-custom-api-controller-with-oauth-plus-members
The issue I get with the API is that the member user manager being resolved is always null.
Do I need to have Umbraco installed in the API solution or will UmbracoCMS.core be sufficient?
Any help is greatly appreciated. David
This might be of interest:
https://our.umbraco.org/forum/extending-umbraco-and-using-the-api/82423-mobile-application-oauth2-autentication-for-umbraco-members
Hi John thanks for the heads up on this post but I am looking to get OAuth working with a solution where Umbraco CMS is only installed on another Application but has access to the same Umbraco DB
Looking to achieve the following setup:
The issue I can see is the AppBuilderExtension class appContext.isConfigured is false which stops the userManager being loaded
Any ideas why this is false?
Managed to get this working by changing the check for isConfigured to isReady which was true
I use this and works https://github.com/mattbrailsford/umbraco-authu
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Umbraco OAuth Members Authentication via API
Hi I am trying to use a web api solution that hooks into Umbraco that is a separate solution to the Umbraco web application portal.
I am also trying to use OAuth Refresh Tokens for Member authentication for my mobile apps.
I have the refresh token system working using the web portal, but I am unable to get it working using the API solution.
I am using the solution supplied by Shannon in the following forum post https://our.umbraco.org/forum/developers/api-questions/74807-securing-a-custom-api-controller-with-oauth-plus-members
The issue I get with the API is that the member user manager being resolved is always null.
Do I need to have Umbraco installed in the API solution or will UmbracoCMS.core be sufficient?
Any help is greatly appreciated. David
This might be of interest:
https://our.umbraco.org/forum/extending-umbraco-and-using-the-api/82423-mobile-application-oauth2-autentication-for-umbraco-members
Hi John thanks for the heads up on this post but I am looking to get OAuth working with a solution where Umbraco CMS is only installed on another Application but has access to the same Umbraco DB
Looking to achieve the following setup:
The issue I can see is the AppBuilderExtension class appContext.isConfigured is false which stops the userManager being loaded
Any ideas why this is false?
Managed to get this working by changing the check for isConfigured to isReady which was true
I use this and works https://github.com/mattbrailsford/umbraco-authu
is working on a reply...