You use a web browser to log in to a web application that is deployed to WebLogic Server. When
you click link named “publish” on the site, an “Access Denied” message appears.
Which two statements must be true about this server’s security configuration?
A.
The application is not associated with any security roles.
B.
Multiple security realms are active at the same time.
C.
Your user account is a member of a group.
D.
Your user account exists in an authentication provider.
E.
A security policy is attached to the “publish” link URL.
Explanation:
D: You were able to log in to the web application that is deployed through
WebLogic.
In WebLogic Server, Authentication providers are used to prove the identity of users or system
processes.
This implies that your account exists in an authentication provider.
E: Extra security is needed to use the publish link. This could be explained by a security policy
attached the publish Link URL.
Reference: Developing Security Providers for WebLogic Server, Authentication Providers