Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • U Unit
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 5
    • Issues 5
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Open Subsurface Data Universe SoftwareOpen Subsurface Data Universe Software
  • Platform
  • System
  • Reference and Helper ServicesReference and Helper Services
  • Unit
  • Merge requests
  • !2

Adding implementation for generating AAD access tokens for azure integration tests

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged harshit aggarwal requested to merge haaggarw/jwt_client into master Jun 24, 2020
  • Overview 9
  • Commits 3
  • Pipelines 4
  • Changes 4

This PR is dealing with implementation for generating AAD access tokens for integration tests in unit_test_azure. The changes are made to jwt_client.py file which contained two unimplemented methods namely get_id_token and get_invalid_token.

Using MSAL Library for generating the access tokens Relevant changes made to readme.md and requirements.txt file for python packages

Edited Dec 28, 2022 by Chad Leong
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: haaggarw/jwt_client