Mobile Application: OAuth2 autentication for umbraco members. How to?
Hi,
I've do a mobile application ( xamarin ) and Umbraco as content container and member manager. Each member can use its social login to login or register from the mobile app.
Difficult to get working because of the old implementation of JWT is not compatible with several other components we are using - unfortunately. Anyone taken a run at upgrading the JWT component to a v5.x series?
Mobile Application: OAuth2 autentication for umbraco members. How to?
Hi,
I've do a mobile application ( xamarin ) and Umbraco as content container and member manager. Each member can use its social login to login or register from the mobile app.
How to use OAuth2 with Umbraco 7.5.x?
I've already configure Umbraco with Identity ( https://github.com/Shazwazza/UmbracoIdentity ) and works.
How did you come out with this?
Hi,
After some troubles with that package, I use this one https://github.com/mattbrailsford/umbraco-authu
Have you seen any samples using the code for authu?
yes, I have.
I googled around for quite a while and could find anything even close to complete... got any pointers to material?
I’ll send you the info in the next days.
Thanks @biagio :-)
Hi Biagio,
Any chance that you can share your code? I'd need to do something similar and any help would be really appreciated :)
I use this component https://github.com/mattbrailsford/umbraco-authu and create my web apis with decoration like in the docs. I solved the CORS issues as I wrote here https://github.com/mattbrailsford/umbraco-authu/issues/16. Write me if you need some helps.
Difficult to get working because of the old implementation of JWT is not compatible with several other components we are using - unfortunately. Anyone taken a run at upgrading the JWT component to a v5.x series?
@John: Which problems do you have? Maybe with some small changes it can work with JWT v5? Which are the changes from old JWT version?
This is a bit old: https://github.com/warrenbuckley/Umbraco-JWT-AuthTokens ( only JWT )
I need to update the jwt nugget package from 4.x to 5.x, the implementation details of the jwt token is completely different.
This one https://www.nuget.org/packages/JWT?
This one.
https://www.nuget.org/packages/System.IdentityModel.Tokens.Jwt/5.2.1
I need it to be 5.x, the default one that is included in the project is 4.0.4.402070948;
Several other libraries I need to use require at least 5.0.
is working on a reply...