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

Implement basic OIDC core server handling #12567

Closed
wants to merge 3 commits into from
Closed

Commits on Jan 28, 2019

  1. Implement basic OIDC core server handling

    Allow Nextcloud to be used as a OpenID Connect server. CLients can authenticate against it.
    
    Signed-off-by: Markus Heberling <markus.heberling@hengsbeck.de>
    Markus Heberling committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    f9d3840 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2019

  1. Merge remote-tracking branch 'upstream/master' into oidc

    Markus Heberling committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    fd3983b View commit details
    Browse the repository at this point in the history
  2. extract idToken generation into own function

    Signed-off-by: Markus Heberling <markus.heberling@hengsbeck.de>
    Markus Heberling committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    21eef41 View commit details
    Browse the repository at this point in the history