Deploy a Web Application with the OpenID Policy
The following describes the steps to deploy a Web application that uses OpenID authentication.
Before you begin
- A resource template of type "HTTPConnector".
- Your Web application must be registered at an Identity Provider (IdP). See Registering an Application at an Identity Provider
- A resource template of type "OpenIDAuthentication ". See Create a Resource Template of Type 'OpenIDAuthentication'.
- Procedure
- Log in to TIBCO Administrator.
- Select Applications, then click New.
- On the New Application dialog, click Browse and import your Web application.
- Select the appropriate node, then click Next.
- Click
Deploy.
As the OpenId policy is deployed, Property Type displays "OpenId Authentication" and Property value is "DefaultOpenIDAsp".
A "Warning" page is also displayed, asking you to resolve dependencies,
- Click Resolve.
- Select the resource templates:
Select the "OpenIDAuthentication" resource template to resource instance "DefaultOpenIDAsp".Select the "HTTPConnector" resource template to resource instance "webApphttpConnector".
- Click Save.
- On the Warning dialog, click Re-try.
- On the New Application dialog, click Deploy.
ResultWhen the Web application (for example,
http://host:port/helloworld) is successfully deployed, its state is shown as "Running" in ActiveMatrix Administrator.