Skip to content

Commit faea28f

Browse files
authored
Fix OIDC tests (#255)
1 parent f748a05 commit faea28f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/oidc-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
"name": "${{ env.OIDC_PROVIDER_NAME }}",
4141
"issuer_url": "https://token.actions.githubusercontent.com",
4242
"provider_type": "GitHub",
43+
"enable_permissive_configuration": "true",
44+
"token_issuer" : "",
4345
"description": "This is a test configuration created for OIDC-Access integration test" }'
4446
4547
- name: Create OIDC integration Identity Mapping

0 commit comments

Comments
 (0)