Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6131527
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T16:59:09+00:00 2026-05-23T16:59:09+00:00

I have created a custom AuthorizeAttribute which verifies some OAuth credentials that are sent

  • 0

I have created a custom AuthorizeAttribute which verifies some OAuth credentials that are sent inside the HTTP header. I am using some of these credentials to identify who is making the request. Once I parse this information in the AuthorizeAttribute is there any way to pass it over so that the data can be assigned to an instance variable of the Controller? Then anywhere in my Controller I will have the ID of the requesting party.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T16:59:09+00:00Added an answer on May 23, 2026 at 4:59 pm

    Original answer

    You should be able to do this in your filter

    filterContext.HttpContext.Items["test"] = "foo";
    

    And then this in your action

    _yourVariable = HttpContext.Items["test"];
    

    You’d probably want to use a more unique key than "test", but that’s the idea.

    EDIT There are two reasons we do this in the action rather than the constructor:

    1. A Controller’s constructor fires before OnAuthorization, so the item will not yet be set.
    2. The HttpContext is not yet set in the Controller’s constructor.

    Alternative solution

    1. Create a new OAuthController : Controller
    2. Override OnAuthorization
    3. Move the logic from your filter into OAuthController.OnAuthorization
    4. Set a protected field (i.e., protected object myAuthData) in OAuthController
    5. Have your other controllers inherit from OAuthController instead of Controller
    6. Your other controllers can access myAuthData.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have created a custom attribute that I am using on my class MyClass
Have created a custom navigation menu in wordpress that has some pages and some
I have created a custom binding to replace the wsHttpBinding that I was using
I have created a custom activity that I am using in my workflows. Initially
I have created a custom UIView that has some set of UILabels in it.
I have created a custom component that I am using, more conveniently, as a
friends, i have created custom title bar using following titlebar.xml file with code <?xml
I have created a custom dialog for Visual Studio Setup Project using the steps
If have created a custom role within SqlServer which I added to the db__denydatareader
I have created a custom workflow activity that copies attachments from a case to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.