Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Biagio Paruolo 1494 posts 1635 karma points c-trib
    Jan 19, 2017 @ 23:01
    Biagio Paruolo
    0

    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.

  • John Bergman 460 posts 1066 karma points
    Nov 21, 2017 @ 22:54
    John Bergman
    0

    How did you come out with this?

  • Biagio Paruolo 1494 posts 1635 karma points c-trib
    Nov 29, 2017 @ 06:44
    Biagio Paruolo
    0

    Hi,

    After some troubles with that package, I use this one https://github.com/mattbrailsford/umbraco-authu

  • John Bergman 460 posts 1066 karma points
    Feb 08, 2018 @ 05:50
    John Bergman
    0

    Have you seen any samples using the code for authu?

  • Biagio Paruolo 1494 posts 1635 karma points c-trib
    Feb 08, 2018 @ 07:55
    Biagio Paruolo
    0

    yes, I have.

  • John Bergman 460 posts 1066 karma points
    Feb 09, 2018 @ 06:35
    John Bergman
    0

    I googled around for quite a while and could find anything even close to complete... got any pointers to material?

  • Biagio Paruolo 1494 posts 1635 karma points c-trib
    Feb 09, 2018 @ 08:12
    Biagio Paruolo
    1

    I’ll send you the info in the next days.

  • John Bergman 460 posts 1066 karma points
    Feb 09, 2018 @ 20:58
    John Bergman
    0

    Thanks @biagio :-)

  • Annio 3 posts 73 karma points
    Feb 18, 2018 @ 20:33
    Annio
    0

    Hi Biagio,

    Any chance that you can share your code? I'd need to do something similar and any help would be really appreciated :)

  • Biagio Paruolo 1494 posts 1635 karma points c-trib
    Feb 19, 2018 @ 13:25
    Biagio Paruolo
    0

    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.

  • John Bergman 460 posts 1066 karma points
    Feb 18, 2018 @ 22:48
    John Bergman
    0

    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?

  • Biagio Paruolo 1494 posts 1635 karma points c-trib
    Feb 19, 2018 @ 13:26
    Biagio Paruolo
    0

    @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 )

  • John Bergman 460 posts 1066 karma points
    Feb 22, 2018 @ 05:57
    John Bergman
    0

    I need to update the jwt nugget package from 4.x to 5.x, the implementation details of the jwt token is completely different.

  • Biagio Paruolo 1494 posts 1635 karma points c-trib
    Feb 22, 2018 @ 15:21
  • John Bergman 460 posts 1066 karma points
    Feb 23, 2018 @ 08:36
    John Bergman
    0

    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.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies