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

GT-56: Add base class for OIDC AuthTokens, add EOSCAAI AuthToken #430

Open
wants to merge 10 commits into
base: dev
Choose a base branch
from

Commits on Feb 17, 2023

  1. Add an abstract class for OIDC based integration

    - it's abstract because the idea is that it will be extended by
      specific, non-abstract, classes - like a token class to handle
      EOSC AAI.
    gregcorbett committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    25fbf08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6d8bd9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59d65ca View commit details
    Browse the repository at this point in the history
  4. Add token for the EOSC Proxy IdPs

    - currently only supports aai-demo.eosc-portal.eu
    gregcorbett committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    c771f70 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e1c9d77 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

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

Commits on Feb 27, 2023

  1. SPG fix

    Co-authored-by: Rowan <[email protected]>
    gregcorbett and rowan04 authored Feb 27, 2023
    Configuration menu
    Copy the full SHA
    7677f3a View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Configuration menu
    Copy the full SHA
    0db9af6 View commit details
    Browse the repository at this point in the history
  2. SPG fix

    gregcorbett committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    4d6f481 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Shorten long line

    - it was over 80 characters, which PSR12 says we should not
      do.
    - it also makes it more consistent with other lines in this file.
    
    Co-authored-by: Rowan <[email protected]>
    gregcorbett and rowan04 authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    8e8160b View commit details
    Browse the repository at this point in the history