Skip to content

Apply Microsoft Azure OIDC Authentication flow#968

Open
vinokurig wants to merge 1 commit intomainfrom
che-23505
Open

Apply Microsoft Azure OIDC Authentication flow#968
vinokurig wants to merge 1 commit intomainfrom
che-23505

Conversation

@vinokurig
Copy link
Contributor

@vinokurig vinokurig commented Mar 10, 2026

What does this PR do?

Apply Microsoft Azure OIDC Authentication flow

DO NOT MERGE until eclipse-che/che-operator#2097 is merged

Screenshot/screencast of this PR

What issues does this PR fix or reference?

fixes eclipse-che/che#23505

How to test this PR?

  1. Apply the che-server pull request image: quay.io/eclipse/che-server:pr-968
  2. Configure a Microsoft Entra ID Application
  3. Apply the Azure DevOps oauth secret:
kind: Secret
apiVersion: v1
metadata:
  name: azure-devops-oauth-config
  namespace: eclipse-che
  labels:
    app.kubernetes.io/component: oauth-scm-configuration
    app.kubernetes.io/part-of: che.eclipse.org
  annotations:
    che.eclipse.org/oauth-scm-server: azure-devops
data:
  id: <Application (client) ID>
  secret: <client secret>
  tenant-id: <tenant id>
type: Opaque
  1. Start a workspace from the Azure DevOps repository HTTPS url, consent the oauth request.

See: workspace starts, project is cloned. Token is added to the user namespace.

PR Checklist

As the author of this Pull Request I made sure that:

Release Notes

Reviewers

Reviewers, please comment how you tested the PR when approving it.

@openshift-ci
Copy link

openshift-ci bot commented Mar 10, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: vinokurig

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@vinokurig vinokurig force-pushed the che-23505 branch 2 times, most recently from be47782 to 918b646 Compare March 10, 2026 14:35
@github-actions
Copy link

Docker image build succeeded: quay.io/eclipse/che-server:pr-968

kubectl patch command
kubectl patch -n eclipse-che "checluster/eclipse-che" --type=json -p="[{"op": "replace", "path": "/spec/components/cheServer/deployment", "value": {containers: [{image: "quay.io/eclipse/che-server:pr-968", name: che}]}}]"

@vinokurig
Copy link
Contributor Author

/retest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement Microsoft Azure OIDC Authentication flow

1 participant