Migrating with Fusion Middleware Control

Configuring the OPSS Security Store 8-23

4. Select the Provider Type from the pull-down list, and enter the corresponding

data for the selected provider the data required changes with the type selected.

5. Select the Authentication Level from the pull-down list.

6. Optionally, manage the provider Custom Properties using the buttons Add, Edit,

and Delete, at the bottom of the page. 7. When finished, click OK to save the entered data.

8.7.3.3 OAM Configuration Example

The SSO service configuration entered with the procedure described in Configuring an SSO Solution with Fusion Middleware Control is written to the file jps-config.xml. The data specified includes: ■ A particular SSO service ■ The auto-login and auto-logout URIs ■ The authentication level ■ The query parameters contained in the URLs returned by the selected SSO service ■ The appropriate settings for token generation The following fragment of a jps-config.xml file illustrates the configuration of an OAM SSO provider: propertySets propertySet name = props.auth.url property name = login.url.BASIC value = http:host:portoam_login.cgi?level=BASIC property name = login.url.FORM value = http:host:portoam_login.cgi?level=FORM property name = login.url.DIGEST value = http:host:portoam_login.cgi?level= DIGEST property name = autologin.url value = http:host:portobrar.cgi property name = logout.url value = http:host:portlogout.cgi property name = param.login.successurl value = successurl property name = param.login.cancelurl value = cancelurl property name = param.autologin.targeturl value = redirectto property name = param.autologin.token value = cookie property name = param.logout.targeturl value = targeturl propertySet propertySet name=props.auth.uri property name=login.url.BASIC value={app.context}adfauthentication?level=BASIC property name=login.url.FORM value={app.context}adfauthentication?level=FORM property name=login.url.DIGEST value={app.context}adfauthentication?level=DIGEST property name=autologin.url value=obrar.cgi property name=logout.url value={app.context}adfauthentication?logout=true propertySet propertySet name = props.auth.level property name = level.anonymous value = 0 property name = level.BASIC value = 1 property name = level.FORM value = 2 property name = level.DIGEST value = 3 propertySet