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

WIP: OpenID based authentication for SMUI #62

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Mar 1, 2021

  1. hacketity hack hack hack.... I don't know what i am doing....

    epugh@opensourceconnections.com committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    a51e4e6 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

  1. Introduced a new JWTOpenIdAuthenticatedAction since this code flow is

    totally different form the JWTJsonAuthenticatedAction.   This also adds a new controller to handle the /auth/openid/callback call from the open id server.
    epugh@opensourceconnections.com committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    33de780 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2021

  1. Configuration menu
    Copy the full SHA
    0caaf76 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

  1. I couldn't get the resource_access key in the claim json to show up, …

    …but did have the scope key...
    
    Temporarily commenting out the much better code Matthias has.
    epugh@opensourceconnections.com committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    628ada8 View commit details
    Browse the repository at this point in the history
  2. Read in these new props from docker env settings.

    epugh@opensourceconnections.com committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    039bc13 View commit details
    Browse the repository at this point in the history