Copied to clipboard

Flag this post as spam?

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


  • Raymond Saltrelli 2 posts 102 karma points
    Dec 21, 2016 @ 16:17
    Raymond Saltrelli
    0

    Custom OAuth Provider Not Working

    I am attempting to develop a proof-of-concept using my company's website as an OAuth authorization server to be consumed by Umbraco via OWIN/Katana. All of the OAuth plumbing appears to be working just fine but Umbraco isn't converting the external identity into a local identity. Instead of being logged into the Umbraco backend, the user lands back on the login page. The only change once the OAuth flow has completed is that Umbraco has created an UMB-EXTLOGIN cookie containing a long encrypted string.

    If I login using a local identity directly (i.e. user name and password on the Umbraco backend login page) Umbraco creates 4 cookies: UMB-UCONTEXT, UMB-UPDCHK, XSRF-TOKEN and XSRF-V. I assume I'm missing something that converts the external identity into a local one, but I'm not sure what that is.

    See the full question and code snippets on StackOverflow.

  • Raymond Saltrelli 2 posts 102 karma points
    Dec 22, 2016 @ 01:34
    Raymond Saltrelli
    100

    Problem solved. See answer in StackOverflow.

Please Sign in or register to post replies

Write your reply to:

Draft