Skip to content
Snippets Groups Projects
Select Git revision
  • Product/407-net5migration
  • master default protected
  • dev protected
  • gitkeep
  • Issue/2463-newCoscinePIDTypes
  • Issue/2309-docs
  • Issue/2259-updatePids
  • Issue/1910-MigrationtoNET6.0
  • Sprint/2022-01
  • Sprint/2021-03
  • Product/1287-dotnet5Sharepoint
  • Topic/1334-dotnet5migration
  • Sprint/2021-01
  • Topic/1226-proxyApiLibraryMigration
  • v3.0.3
  • v3.0.2
  • v3.0.1
  • v3.0.0
  • v2.1.0
  • v2.0.0
  • v1.4.0
  • v1.3.0
  • v1.2.1
  • v1.2.0
  • v1.1.0
  • v1.0.0
26 results

proxyapi

  • Open with
  • Download source code
  • Marcel Nellesen's avatar
    Marcel Nellesen authored
    Topic/1226 proxy api library migration
    
    See merge request !14
    00e136b8
    History

    ProxyApi

    This Api can access the RWTHAppProxy and OAuth2 of the RWTH Aachen University.

    Furthermore some helper classes exists which can verify tokens for accessing certain Api methods.

    The following configuration keys are currently settable:

    • "coscine/global/context/metadata/scope"
    • "coscine/global/context/metadata/serviceid"
    • "coscine/global/context/coscine/scope"
    • "coscine/global/context/coscine/serviceid"
    • "coscine/local/proxytest/refreshtoken" <= A valid refresh token for testing
    • "coscine/global/epic/prefix"
    • "coscine/global/epic/url"
    • "coscine/global/epic/user"
    • "coscine/global/epic/password"

    Building

    Build this project by running either the build.ps1 or the build.sh script. The project will be build and tested.

    Links