Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It should be possible to use empty salt provider without specifying LiveId compliance level #316

Open
aszczepanski opened this issue Mar 4, 2021 · 0 comments

Comments

@aszczepanski
Copy link
Contributor

Problem description

It's currently not possible to use empty salt provider without specifying LiveId compliance level.

Currently it's necessary to specify use configuration like

services.Configure<UserIdentiyMiddlewareOptions>(settings =>
{
  // Setting compliance level as LiveId to use empty salt provider
  settings.LoggingCompliance = UserIdentiyComplianceLevel.LiveId;
});

Proposed solution

  • Make it possible to register required salt providers (by making them public) and make sure they can be registered and that the registration will be honoured.
  • Or Rename/Add more compliance levels used in AddOmexMiddleware to be more generic (e.g. External, Managed or something similar)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant