From 51286ad525315f465006e9fa3b8ba548a3d6edfc Mon Sep 17 00:00:00 2001 From: Andrew Petrochuk Date: Tue, 24 Mar 2026 12:33:09 -0700 Subject: [PATCH] Example of using FIC/OIDC flow --- .github/workflows/fic-auth.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/fic-auth.yml diff --git a/.github/workflows/fic-auth.yml b/.github/workflows/fic-auth.yml new file mode 100644 index 0000000..d0745a5 --- /dev/null +++ b/.github/workflows/fic-auth.yml @@ -0,0 +1,15 @@ +name: fic-auth + +on: + workflow_dispatch: + +jobs: + who-am-i: + + runs-on: ubuntu-latest + + steps: + - name: Install Power Platform Tools + uses: microsoft/powerplatform-actions/actions-install@v1 + with: + pac-version-override: 2.4.1 \ No newline at end of file