Use Login Prompt Authentication With Embedded Oracle Analytics Content
Login prompt authentication is the default authentication method for Oracle Analytics content embedded in a web application or portal web page.
When users access embedded analytics content, they're presented with a login screen where they enter login name and password before they can view data. If there is no common identity management between Oracle Analytics and the web application or portal web page, then users are presented with this login screen, even if they've already logged in to the web application or portal web page containing the embedded analytics content
Customize the Login Prompt Authentication Message
Add attributes to the <oracle-dv>
tag to customize the login prompt authentication messages. The following attributes are supported:
-
auth-message-prefix
: Specifies the prefix text for the login message. The default value is"Oracle Analytics"
. -
auth-message-link
: Specifies the text for the login link. The default value is"Login"
. -
auth-message-suffix
: Specifies the suffix text for the login message. The default value is"Required"
. -
auth-needed-message
: Specifies the text for the authentication needed message. The default value is"Requires Authentication"
. -
auth-message-prefix-small
: Specifies the prefix text for the login message. The default value is"Oracle Analytics"
. Applicable only if the embedded container size is smaller than 215 pixels. -
auth-message-link-small
: Specifies the text for the login link. The default value is"Login"
. Applicable only if the embedded container size is smaller than 215 pixels. -
auth-message-suffix-small
- Specifies the suffix text for the login message. The default value is the empty string. Applicable only if the embedded container size is smaller than 215 pixels. -
auth-needed-message-small
: Specifies the text for the authentication needed message. The default value is"Requires Authentication"
. Applicable only if the embedded container size is smaller than 160 pixels.