Copied to clipboard

Flag this post as spam?

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


  • Ismail Mayat 4511 posts 10092 karma points MVP 2x admin c-trib
    Apr 21, 2020 @ 15:08
    Ismail Mayat
    0

    Securing Umbraco graphql

    I have recently inherited a v7.15.4 site and its using umbraco graphql https://github.com/rasmusjp/umbraco-graphql v0.1.0

    I am looking to lock down the graphql end point. At the moment we have a .net core webapi that is talking to graphql end point. That .net core api is locked down

    [Authorize(IdentityServer4.IdentityServerConstants.LocalApi.PolicyName)]
    

    One idea was to use the oauth package written by Matt Brailsford and swap out the auth part to use IdentityServer, what I was unsure of was where i need to make changes so that the graphql end point is then secured.

    Regards

    Ismail

  • 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