Question 1mediummultiple choice
Read the full Plan and Implement Workload Identities explanation →SC-300 Plan and Implement Workload Identities • Complete Question Bank
Complete SC-300 Plan and Implement Workload Identities question bank — all 0 questions with answers and detailed explanations.
{
"issuer": "https://token.actions.githubusercontent.com",
"subject": "repo:myorg/myrepo:environment:production",
"description": "GitHub Actions production deployment",
"audiences": ["api://AzureADTokenExchange"]
}{
"AppID": "12345",
"AuthMethod": "ClientSecret",
"Expiry": "2023-12-31",
"Permissions": ["User.Read", "Directory.Read.All"]
}{
"name": "GitHubFederation",
"issuer": "https://token.actions.githubusercontent.com",
"subject": "repo:org-name/repo-name:ref:refs/heads/main",
"audiences": [
"api://AzureADTokenExchange"
]
}{
"conditions": {
"servicePrincipals": [
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
],
"applications": {
"includeApplications": [ "Office365" ]
}
},
"grantControls": {
"builtInControls": [ "block" ]
}
}{
"subject": "spn:c1234567-abcd-1234-efgh-987654321012",
"issuer": "https://sts.windows.net/tenant-id/",
"aud": "api://AzureADTokenExchange",
"sub": "repo:organization/repository:environment:production"
}Error: AADSTS7000215: Invalid client secret is provided. Correlation ID: 5f98a3b2-...
{
"displayName": "Block Risky Workloads",
"state": "enabled",
"conditions": {
"servicePrincipalRiskLevels": [ "high" ],
"servicePrincipals": {
"includeServicePrincipals": [ "all" ]
},
"applications": {
"includeApplications": [ "Office365" ]
}
},
"grantControls": {
"operator": "OR",
"builtInControls": [ "block" ]
}
}