Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix workload identity #3197

Merged
merged 4 commits into from
Dec 17, 2024
Merged

Fix workload identity #3197

merged 4 commits into from
Dec 17, 2024

Conversation

strehle
Copy link
Member

@strehle strehle commented Dec 15, 2024

https://learn.microsoft.com/en-us/entra/workload-id/workload-identity-federation

Example for an integration of UAA into Azure/EntraID

      azure.proxy:
        type: oidc1.0
        passwordGrantEnabled: true
        discoveryUrl: https://login.microsoftonline.com/1111111-2222-3333-44444444/v2.0/.well-known/openid-configuration
        issuer: https://login.microsoftonline.com/1111111-2222-3333-44444444/v2.0
        tokenKeyUrl: https://login.microsoftonline.com/1111111-2222-3333-44444444/oauth2/v2.0/token
        scopes:
          - openid
          - email
          - profile
        linkText: Login with Azure Proxy
        relyingPartyId: 123456d6-6b10-1111-222-9b59ad09c037
        groupMappingMode: AS_SCOPES
        jwtClientAuthentication:
          iss: https://uaa.cloudfoundry.org/oauth/token
          sub: subject-for-workload-identity
        attributeMappings:
          family_name: last_name
          given_name: first_name
          email: email
          user_name: email
          external_groups:
            roles
        showLinkText: true

@strehle strehle requested a review from a team December 15, 2024 20:50
@strehle strehle added this to the feature - private_key_jwt milestone Dec 17, 2024
@strehle strehle merged commit 1fdd515 into develop Dec 17, 2024
22 checks passed
@strehle strehle deleted the fixWorkLoadIdentity branch December 17, 2024 08:52
duanemay pushed a commit that referenced this pull request Dec 19, 2024
* Fix workload identity

https://learn.microsoft.com/en-us/entra/workload-id/workload-identity-federation

* Add documentation

* Enhance uaa client authentication document
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

2 participants