-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Implement Microsoft Azure OIDC Authentication flow #23505
Copy link
Copy link
Closed
eclipse-che/che-server
#968Labels
area/che-serverarea/git/oauth-servicesOAuth support to authenticate developers with their GitHub, GitLab, Bitbucket etc...accountsOAuth support to authenticate developers with their GitHub, GitLab, Bitbucket etc...accountskind/taskInternal things, technical debt, and to-do tasks to be performed.Internal things, technical debt, and to-do tasks to be performed.severity/P2Has a minor but important impact to the usage or development of the system.Has a minor but important impact to the usage or development of the system.team/AThis team is responsible for the Che Operator and all its operands as well as chectl and Hosted CheThis team is responsible for the Che Operator and all its operands as well as chectl and Hosted Che
Description
Activity
Metadata
Metadata
Assignees
Labels
area/che-serverarea/git/oauth-servicesOAuth support to authenticate developers with their GitHub, GitLab, Bitbucket etc...accountsOAuth support to authenticate developers with their GitHub, GitLab, Bitbucket etc...accountskind/taskInternal things, technical debt, and to-do tasks to be performed.Internal things, technical debt, and to-do tasks to be performed.severity/P2Has a minor but important impact to the usage or development of the system.Has a minor but important impact to the usage or development of the system.team/AThis team is responsible for the Che Operator and all its operands as well as chectl and Hosted CheThis team is responsible for the Che Operator and all its operands as well as chectl and Hosted Che
Type
Projects
- StatusShow more project fieldsDone
- StatusShow more project fields✅ Done
Is your task related to a problem? Please describe
The standard Oauth2 flow is deprecated for Azure DevOps. We need to support the new OIDC Authentication flow, which requires specific Oauth2 implementation in che-server.
Describe the solution you'd like
Add the Microsoft OIDC Authentication implementation based on the MSAL library
Describe alternatives you've considered
No response
Additional context
No response