FUNDAMENTALS OF COMPUTER

SYSTEMS DEVELOPMENT ANALYSIS

APPLICATION DEVELOPMENT PROCESSES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
When you create a Java Cloud Service instance, which design approach will allow you to usetwo-factor authentication to protect the applications deployed on the instance?
A
Create the instance with Identity Cloud Service enabled as the authentication provider, andconfigure two factor authentication in Identity Cloud Service.
B
Create the instance with Identity Cloud Service enabled as the authentication provider, andconfigure two-factor authentication in the Java Cloud Service web console.
C
Create the instance with Identity Cloud Service enabled as the authentication provider, andconfigure two-factor authentication in the WebLogic Server administration console.
D
Create the instance with Identity Cloud Service disabled, and configure two factor authenticationin the WebLogic Server administration console.
Explanation: 

Detailed explanation-1: -You can use two authentication schemes with service accounts, Basic Auth and OAuth. Basic Auth has only two properties, username and password. OAuth has the following properties: Token Endpoint URL: The OAuth Token Provider endpoint where the access token is available.

Detailed explanation-2: -First, to deploy your application, you compress the application in a zip or Gzipped Tar (TGZ) archive file, which includes required configuration information. Then, you use the Oracle Application Container Cloud Service graphical user interface (GUI) or the REST API to deploy your application.

Detailed explanation-3: -Only the user can enable multi-factor authentication (MFA) for their own account. Users can also disable MFA for their own accounts. Members of the Administrators group can disable MFA for other users, but they cannot enable MFA for another user.

There is 1 question to complete.