Skip to content

issues Search Results · repo:CSCfi/oidc-client language:Python

Filter by

10 results
 (101 ms)

10 results

inCSCfi/oidc-client (press backspace or delete to remove)

Sessions don t seem to work anymore, and aiohttp-session is not supported. Remove the dependency, and move back to using only cookies.
bug
  • teemukataja
  • Opened 
    on Mar 17, 2021
  • #39

Describe the bug In a local setup, I get 401 Uninitialised session after successful authentication and redirect back. To Reproduce Steps to reproduce the behaviour: 1. Login through Elixir AAI. 2. ...
bug
  • dtitov
  • 1
  • Opened 
    on Nov 22, 2019
  • #15

Describe the bug % start_oidc_client zsh: abort start_oidc_client % python3 -m oidc_client.app zsh: abort python3 -m oidc_client.app To Reproduce Steps ...
bug
  • dtitov
  • 2
  • Opened 
    on Nov 11, 2019
  • #14

Update the parsing process of getting Bona Fide status out from ELIXIR AAI. Similar to https://github.com/CSCfi/beacon-python/issues/130
  • teemukataja
  • Opened 
    on Sep 24, 2019
  • #12

Proposed solution Currently the access token is received from the AAI, and passed onwards. DoD (Definition of Done) OIDC Client should validate the access token JWT immediately after receiving it, before ...
enhancement
  • teemukataja
  • Opened 
    on Aug 6, 2019
  • #9

Consider creating an extensions module and keeping the core code as general as possible. This would mean moving check_bona_fide() from utils/utils.py to e.g. extensions/elixir.py.
  • teemukataja
  • 1
  • Opened 
    on Jul 31, 2019
  • #6

Finish unit tests for: - endpoints.login.login_request() - endpoints.callback.callback_request() - utils.utils.ssl_context() This should bring coverage to 100%
  • teemukataja
  • Opened 
    on Jul 31, 2019
  • #5

Create integration tests Requires mocking an AAI server
  • teemukataja
  • Opened 
    on Jul 31, 2019
  • #4

Bona Fide status is currently parsed from GA4GH claims with it s own single-purpose function in oidc_client.utils.utils.check_bona_fide with a series of ifs and a for-loop. If new use cases arise in the ...
ga4gh
  • teemukataja
  • 1
  • Opened 
    on Jul 30, 2019
  • #3

An image can be built with s2i build . centos/python-36-centos7 cscfi/oidc-client. Create a Dockerfile so that docker build -t cscfi/oidc-client . can also be used.
enhancement
  • teemukataja
  • Opened 
    on Jul 30, 2019
  • #2
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub