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

OpenIddict implementation, role section, override scope and role key #1431

Open
wants to merge 10 commits into
base: release/24.0
Choose a base branch
from

Commits on Apr 19, 2024

  1. OpenIddict implementation, role section, override scope and role key

    "ScopeKey": "oi_scp" to enable OpenIddict
    "RequiredRole": [ "User" ]
    Eits-Ian authored and raman-m committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    1b72c87 View commit details
    Browse the repository at this point in the history
  2. Fix warnings

    raman-m committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    af56dce View commit details
    Browse the repository at this point in the history
  3. Fix CS0649: Field '_rolesAuthorizer' is never assigned to, and will a…

    …lways have its default value null
    raman-m committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    921a620 View commit details
    Browse the repository at this point in the history
  4. Fix messages

    raman-m committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    9007635 View commit details
    Browse the repository at this point in the history
  5. Fixed errors

    Registered IRolesAuthorizer
    Fixed Test should_not_be_valid_if_specified_authentication_provider_isnt_registered()
    Eits-Ian authored and raman-m committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    c2be093 View commit details
    Browse the repository at this point in the history
  6. Fixed test

    Fixed test configuration_is_invalid_with_invalid_authentication_provider()
    Eits-Ian authored and raman-m committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    f036449 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    448c9f8 View commit details
    Browse the repository at this point in the history
  8. Fix compiling errors

    raman-m committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    1786901 View commit details
    Browse the repository at this point in the history
  9. Quick code review from @raman-m

    raman-m committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    e01a455 View commit details
    Browse the repository at this point in the history
  10. Fix unit tests

    raman-m committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    706fdc1 View commit details
    Browse the repository at this point in the history