Legacy Dev Forum Posts

 View Only

Sign Up

  • 1.  LocalHost Redirect

    Posted 06-05-2025 18:04

    flip | 2016-10-10 20:21:46 UTC | #1

    Does anyone have an example in C# for a redirect to https://127.0.0.1? I have never setup a redirect uri before.

    Thank you in advance for your help.


    tim.smith | 2016-10-10 20:42:45 UTC | #2

    Give this a try: https://github.com/MyPureCloud/purecloud_api_dotnet_oauth_control


    flip | 2016-10-11 13:16:02 UTC | #3

    Thank you Tim, I believe that gave me the light bulb I needed.


    flip | 2016-10-11 14:11:48 UTC | #4

    Tim,

    I just wanted to follow up, and say this linked worked, but it was not very clear on invoking the oauth control.

    For anyone else reading this make sure you add this to the top, and have the nuget package installed and/or referenced as well.

    using ININ.PureCloud.OAuthControl;

    Tim thank you again.


    system | 2017-08-28 19:27:54 UTC | #5


    This post was migrated from the old Developer Forum.

    ref: 491