Giter Club home page Giter Club logo

deploy-trustframework-policy's Issues

Can a federated identity be used for authentication?

is it possible to use a federated identity for authentication?

on: push

env:
  clientId: 00000000-0000-0000-0000-000000000000
  tenantId: 11111111-1111-1111-1111-111111111111
  subscriptionId: 22222222-2222-2222-2222-222222222222
  tenant: my-tenant.onmicrosoft.com

jobs:
  build-and-deploy:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v4
    # azure creds using oidc
    - name: 'Az CLI login'
      uses: azure/login@v1
      with:
        client-id: ${{ env.clientId }}
        tenant-id: ${{ env.tenantId }}
        subscription-id: ${{ env.subscriptionId }}
    - name: 'Upload TrustFrameworkBase Policy'
      uses: azure-ad-b2c/deploy-trustframework-policy@v5
      with:
        folder: "./Policies"
        files: "TrustFrameworkBase.xml,TrustFrameworkExtensions.xml,SignUpOrSignin.xml"
        tenant: ${{ env.tenant }}
        clientId: ${{ env.clientId }}
        renumberSteps: false

something like this

Add replaceable values support

Not sure if anyone is actively watching and willing to make changes, but... given that one will be testing these policies in a dev, qa, etc., environment prior to deploying to production, it would be useful to support having replaceable values in the action. A set of key=value pairs, maybe allow the specification of the "quotes" that surround the keys to replace?

Action failed: Unauthenticated

We are uploading up to 13 policies and action randomly fails with error "Action failed: Unauthenticated" after uploading up to 5 policies.

We keep re0run jobs again and it's eventually works

Deploy failed without error details

We are using azure-ad-b2c/deploy-trustframework-policy@v1 and it worked fine.
After some recent changes (changing secret ) deployment start to fail without error details

Error: Action failed: [object Object].
How can I see exception details?

Similar deployment to other B2C AAD continue to work.

Not sure why the endpoint is wrong? "No action was found on the controller 'trustframework' that matches the request"

Trying to use GitHub actions to deploy policies but getting "Error: {"message":"No HTTP resource was found that matches the request URI 'https://cpim.windows.net/graph/trustFramework/policies'.","messageDetail":"No action was found on the controller 'trustframework' that matches the request.","stackTrace":null}" error. From what I can see it seems like the correct URL is https://graph.microsoft.com/beta/trustFrameworkPolicies. Where do I change it? Should I even?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.