Skip to content

Add EventsType OktaWebApiOptions to enable DI support #247

Open
@waynebrantley

Description

Describe the feature request?

OktaWebApiOptions is a custom class that ultimately gets mapped to asp.net JwtBearerOptions

This class is missing the EventTypes

This type is needed if any of the events need dependency injection. The Events type is constructed (with constructor injection) and used as a service by asp.net

.NET Version

standard 2.0

Provide a documentation link if applicable

No response

Additional Information?

The code change for this is very minimal and would be completely non-breaking and backwards compatible.
Simply add the EventsType property to the OktaWebApiOptions class and adjust the OpenIdConnectOptionsHelper to map it to the actual class that uses it.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions