InterviewSolution
| 1. |
How Openam Authorizes? |
|
Answer» OpenAM centralizes authorization by letting the user, use OpenAM to manage access policies separate from applications and RESOURCES. Instead of building access policy into web application, we can install a policy agent with the web application to request policy DECISIONS from OpenAM. This WAY we can avoid ISSUES that could arise when developers must embed policy decisions into their applications. OpenAM centralizes authorization by letting the user, use OpenAM to manage access policies separate from applications and resources. Instead of building access policy into web application, we can install a policy agent with the web application to request policy decisions from OpenAM. This way we can avoid issues that could arise when developers must embed policy decisions into their applications. |
|