Dave
Dave

Reputation: 3

Applying Security Constraints Liberty for Java

I have deployed an application to Bluemix, created a Single Sign-in Service, and Bound the service to the application.

The Help Documents tell me I should now...."To complete the configuration of the application, you must add security constraints.."

We do not have anyone with these skills in our organisation, is this something that IBM can help us with? even if its on a billable basis?

Upvotes: 0

Views: 102

Answers (1)

Ram Vennam
Ram Vennam

Reputation: 3546

Security constraints are not specific to Liberty or Bluemix. It's a way to define access to url mappings using web.xml. If you google "Java ee security constraints", you should find a lot of useful information. See this blog post for a basic definition in relation to bluemix.

Upvotes: 1

Related Questions