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

JumpCloud provider improvements #799

Merged
merged 4 commits into from
Aug 17, 2023

Commits on Aug 15, 2023

  1. Make JumpCloud domain optional

    Set the default domain for JumpCloud if a custom domain isn't used so that no extra configuration is required.
    martincostello committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    bcddaa2 View commit details
    Browse the repository at this point in the history
  2. Enable PKCE for JumpCloud

    Enable PKCE for the JumpCloud provider by default.
    martincostello committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    6ee659c View commit details
    Browse the repository at this point in the history
  3. Reduce default JumpCloud scopes

    Remove `email` and `profile` by default.
    martincostello committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    041919a View commit details
    Browse the repository at this point in the history
  4. Remove redundant formatting

    Remove redundant string formatting from JumpCloud.
    martincostello committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    560f5b3 View commit details
    Browse the repository at this point in the history