Microsoft
70-513 · Question #323
You are creating a Windows Communication Foundation (WCF) service that accepts claims based tokens. You need to ensure that the service can use claims from trading partners even though there are…
The correct answer is C. Within the operation, verify the presence of the required claims in the current Authorization D. Register an Authorization Policy that maps external claims to an internal Claim Set. See the full explanation below for the reasoning.
Question
You are creating a Windows Communication Foundation (WCF) service that accepts claims based tokens. You need to ensure that the service can use claims from trading partners even though there are variations on naming for the same elements. Which two actions should you perform? (Each correct answer presents part of the solution Choose two.)
Options
- ARegister a custom Service Authorization Manager that implements Check Access
- BApply a Principal Permission attribute on the operation with the required claims listed in the
- CWithin the operation, verify the presence of the required claims in the current Authorization
- DRegister an Authorization Policy that maps external claims to an internal Claim Set.
How the community answered
(20 responses)- A20% (4)
- B10% (2)
- C70% (14)
Community Discussion
No community discussion yet for this question.