SlideShare uma empresa Scribd logo
1 de 21
Baixar para ler offline
1
Migration and Security in SOA
Abstract
It is estimated that 90% of most external attacks on applications take advantage
of known vulnerabilities and misconfigured systems. While it is unlikely that one
could develop 100% secure applications, it may be advisable to analyze
vulnerabilities, threats & risks and implement robust security and access-control
mechanisms to tackle some of the known, anticipated security threats specifically
in SOA initiatives that are increasingly beginning to expose the once secure
‘legacy functionality’. Such an approach would not only improve overall system
security but also lead to reduced costs (incident response costs, application
outage costs, cost of fixing, reputation damage costs, etc.) through increased
efficiency and better customer satisfaction levels.
This white paper provides comprehensive guidance on integrating security and
access-control best practices into your SOA and WSOA initiatives. It includes the
review of topics such as:
 The different Access control models
 A meta-model for WSOA (Web service-oriented architecture)
 Goals of SOA Security
 SOA Security implementation models
 Industry standards for SOA Security and
 SOII (Service-Oriented Information Integration), standards for SOII
2
Table of Contents
1. MIGRATION ..........................................................................................................................3
MIGRATE TO WHAT? .......................................................................................................................3
WEB SERVICE-ORIENTED ARCHITECTURE .......................................................................................4
HOW SECURE ARE WSOAS? ...........................................................................................................5
2. WEB SERVICE & ACCESS CONTROL....................................................................................6
WEB SERVICE .................................................................................................................................6
WEB SERVICE DESCRIPTION AND DEFINITION ...................................................................................6
WHY A COMPOSITE WEB SERVICE?.................................................................................................7
ACCESS CONTROL MODELS ............................................................................................................7
ACCESS CONTROL META-MODEL FOR WEB-SERVICE ORIENTED ARCHITECTURE.................................8
SERVICE COMPOSITION IS ONE GOAL OF SERVICE-ORIENTED ARCHITECTURE......................................9
3. SECURITY & ACCESS CONTROL.........................................................................................10
GOALS OF SOA SECURITY ............................................................................................................10
SOA SECURITY IMPLEMENTATION – A LOGICAL VIEW ..................................................................12
INDUSTRY STANDARDS FOR SECURITY ..........................................................................................13
SOA SECURITY PRODUCT VENDORS .............................................................................................15
4. SERVICE ORIENTED INFORMATION INTEGRATION .....................................................16
WHY SOII? ..................................................................................................................................16
SOII– A LOGICAL VIEW...............................................................................................................18
INDUSTRY STANDARDS .................................................................................................................19
SOII PRODUCTS............................................................................................................................19
5. CONCLUSION...........................................................................................................................20
6. REFERENCE .............................................................................................................................21
3
1. Migration
In this section, we briefly describe why enterprises may choose to migrate to
newer systems and how SOA and WSOA could help in such migration. Two
approaches are discussed along with high level descriptions for SOA. Finally, we
discuss some questions that enterprises may need answers to, prior to embarking
on migration to SOA or more specifically WSOA.
Migrate to what?
Currently, we find reuse driven migration / modernization finding greater
acceptance by enterprises world-wide, as it offers several alternatives for
modernizing legacy applications. Web service-oriented architecture (WSOA) is
probably the best candidate for most enterprises to align their business processes
with the supporting IT for migration. It is an accepted fact today that Web service
technologies provide a promising way of implementing service-oriented
architecture (SOA).
Normally, WSOA is not built from scratch but the functionality of existing systems
and their components are leveraged using web services. There are two
approaches to do so.
4
Bottom up approach
Bottom up approach starts from the existing software systems and eases
conventional application integration. In an integration process, the composition of
web services of heterogeneous core software systems is done using process
execution languages like Business Process Execution Language (BPEL). This
approach is useful in scenarios where an organization envisages reusing
functionality provided by legacy systems.
Top down approach
The Top down approach begins with business processes and converges at model-
driven mapping downwards to basic and composite web services. They facilitate
business analysts to perform the so-called programming-in-the-large, the
system-independent orchestration of business-related (web) services along
business processes.
Web Service-Oriented Architecture
The basic WSOA layers are shown in the diagram below which describes an
integrated framework of web services as a web portal facilitating single sign on
among various web services. In the bottom-most layer, existing applications can
be seen to be wrapped into (basic) web services. Application servers do the
wrapping by applying design patterns: proxy or façade [Erich 1998]. Web
services are composed at the integration layer using BPEL; web portals are used
for integration of the human users utilizing existing web technology such as web
browsers. Closer alignment of business processes with their supporting IT is a key
driver for WSOA. Further layers are introduced on top of the existing applications
so that the focus on IT changes from the (internal) view of systems and
applications towards operated and quality assured IT services. Standardized
interfaces are used to define these services in the basic web services and the
integration layer. The standardized interfaces facilitate the traditional integration
process, particularly in heterogeneous environments. In addition, the
standardized interfaces also allow flexible service reuse in various business
processes.
SOA is not strictly layered in the web service context and one or more
intermediaries, like BPEL engines, enable access to web services; web services
can also be accessed directly from the presentation layer in the form of portlets
via the web portal. As shown in the figure, a BPEL composition of web services
and a basic web service are accessed using WSDL/SOAP interfaces.
5
How Secure are WSOAs?
The previous section introduces the core of WSOA, but there would possibly
remain some fundamental questions about securing WSOA across enterprises of
which access control is an important issue as it facilitates ensuring that a user
only has access to the resources necessary to perform its respective task. These
questions include but are not limited to:
 How can access control be handled in a highly distributed and service-
oriented environment?
 How can a policy decision point (PDP) be defined when accessing between
existing applications to business services?
 How can access control mechanisms cope with internal Identity
management (IdM) structures of different legacy systems?
 How can the alignment be achieved for different IdM access control
mechanisms inside applications?
These and other aspects of security are addressed in the sections below.
SOA Core SOA-aware
Presentation
Layer
Integration
Layer
Basic Web
Services
Existing
Applications,
Components,
Databases
Legacy
Application
Legacy
Application
Application
Server
Application
Server
BPEL
Engine
Portal
WSDL/SO
AP
WSDL/SO
AP
WSDL/SO
AP
Vendor-
Specific
Authentication
Authorization
6
2. Web Service & Access Control
This section answers some of the questions on security by describing an access
control Meta-model for web-service oriented architecture. It may be useful to
briefly visit the basics of web services and composite web services before
detailing the access control model.
Web service
A Web service is a distributed software component accessible through an
application interface that provides information and functionality to an application
rather than to a human user.
OR
A Web service is a software system designed to support interoperable machine-
to-machine interaction over a network. It has an interface described in a machine
processable format (specifically WSDL). Other systems interact with the Web
service in a manner prescribed by its description using SOAP messages, typically
conveyed using HTTP with an XML serialization in conjunction with other Web-
related standards.
Web service description and definition
A service is defined and advertised by its provider for service users/consumers. A
service description uses the Web Service Description Language (WSDL) and this
definition is published to a directory of services. A potential service consumer
queries the directory service to discover a service that meets its needs.
ServiceService Requestor
Service Registry
Service
Description
Web
Bind
PublishFind
7
Why a Composite Web Service?
Web services are distributed software systems that support interoperable
machine-to-machine interactions over a network. WSDL describes their
functionalities that can then be invoked by other systems through message-based
interactions. However, in certain scenarios, a desired functional or non-functional
requirement may not be met by a single Web service. But appropriately
integrating and composing a set of available services may possibly fulfill the
requirements which emphasize the need for a composite web service.
Access Control Models
In typical access control models, the “action” is always reduced to basic system
operations like read, write, delete, execute etc. In WSOA however, the most
atomic object to restrict access to is a web service operation which stimulates a
functionality provided by the web service.
User-Based
Authorisation
s
Inheritance of
Permissions
Discretionary
Access
Control
Administrativ
e Privileges
Auditing of
System Events
Client Web
Service
Web Service
1
Web Service
3
Web Service
5
Web Service
2
Web Service
4
8
In WSOA, explicit service composition takes place when a web service calls other
different web service operations and returns a combined result (a service may
have to access information from different sources and it may not be achieved by
a single service). The access restriction to the composed service is at least the
sum of the restrictions of all underlying operations it is composed of and that are
invoked mandatorily. This allows checking authorization at an earlier stage i.e.
the BPEL-composed web service, thereby limiting unnecessary calls ending in
rollback operations if particular permissions for invoked basic web service
operations are missing.
Access Control Meta-model for web-service oriented architecture
A metamodel for access control in web service-oriented architecture (WSOA) is
shown in the diagram below. It is based on a conceptual model in the UML 2.0
metamodeling approach to define the sets and relations used to enforce access
control. This is an enhancement of the combination of hierarchical Role Based
Access Control (RBAC) and Attribute Based Access Control (ABAC).
Policy is the central element of this model. A policy is the composition of
permissions. The traditional Subject / Object relation of a single service usage
context can be defined with a permission. In this meta-model, denial of access is
the default behavior and it has to be modeled explicitly when a permission is
granted.
One Object (related via the Policy towards which it is aggregated) and a set of
Subject Attributes can be combined using permission with the possibility to have
constraints considering the Object’s associated Input Parameters and the
Environment State (like date, time or any other attribute related to neither
Subject nor Object). There are some special Subject Attributes that are explicitly
modeled as the subject’s Identifier, the Credentials and a Security Token (which
is of temporary validity, i.e. refers to a session context).
In WSOA, Subjects can either be human users or self-acting services. In reality, it
is possible to have a 1:n relation between a human user and a Subject (i.e. a
user having more than one identity). This is not explicitly modeled, as it is not
relevant for the definition of access control. Subjects are characterized by a
defined number of Subject Attributes. Therefore, users having multiple identities
will also have different and independent subjects.
Subjects in a business perspective act in the context of a Business Role. In this
model, a defined amount of finer-grained Subject Attributes give us the concept
of a Business Role. Similarly, Role Hierarchies can be defined as well, together
finally mapping to a set of Subject Attributes.
9
SOA is the reuse of existing services
To achieve the goal of SOA, to reuse the existing services in different contexts,
the concept of Permission is used i.e.
 Each permission covers one service usage context.
 The Policy is the composition of all permissions of an object using boolean
“OR” concatenation.
 Input Parameters of the Web Service Operation are placed into focus.
Two relations form the Permission towards the Object
1. A direct one towards the input parameter (not backwards navigable)
following the idea that a parameter does not need to know if its value is
evaluated for access control
2. An indirect one via the Policy
Service composition is one goal of service-oriented architecture
A Composition of Web Services consists of multiple invocations of other Web
Service Operations in a specific order. It has a web service interface like the basic
web services consisting of operations. It cannot be determined if the service
interface is a composite or a basic web service. But service composition relates to
access control in respect that there should be the possibility to pre-verify
authorization at the layer of composite web services to be able to stop execution
in case of missing authorization at an early stage. The composition aspect,
modeled as an association class of the aggregation of Web Service Operations in
figure 2, enables the authorization verification even at a composition level. For all
Web Service Operations that are obligatorily invoked by the Composition, their
Policies have to be added to the (overall) Policy of the Composition of Web
Service using Boolean “AND” concatenation.
10
3. Security & Access Control
Considering the “big-picture” of SOA Security, it may be important to understand
different aspects of security, role of AAA (Authentication, Authorization and
Auditing) in SOA Security, encryption, industry standard specifications etc. This
section introduces the key goals of SOA security, nature of security threats and
finally some practical SOA security implementations in the industry. Considering
web service is the most widely accepted approach to implement SOA, the
technical aspects in this section focus more on web service security.
Goals of SOA Security
As the adoption of SOA increases, the boundary of services “grows” beyond
internal applications. To achieve true re-usability, it may be required for
organizations to expose services to third-parties, partners or even end-customers
over insecure networks such as the Internet. Services are organizational assets
and exposing them without appropriate security considerations poses a big threat
to the organization in the form of un-authorized access, misuse of services, over-
use of services and also hacker vulnerability.
To address the above risks, the main goals of SOA security are:
- Authentication – Allowing access only to the intended application that
invokes the service. In traditional security approaches, this is the standard
“credential” based security such as a login ID/password pair, certificates
etc.
- Authorization – Controlling access only to a defined set of services and/or
operations within a service. This is the classical “role” based security to
restrict access to a subset of functions
- Auditing/Monitoring – Recording all invocations of a service to address the
5 W’s of security – Who, What, When, Where & Why. This is crucial to
identify an attack and trace the attacker. Also, auditing constitutes a
“digital” record of all activities within the SOA infrastructure
- Federation – When a service requires authentication against another
external system, federation is used. Federation is an extension of
authentication that helps the service provider to establish trust between
the provider’s security domain and an external domain. So the external
provider “trusts” the request and considers it authenticated without
expecting an additional credential.
- Integrity – Goal of integrity checking is to ensure that the XML data
entering in the form of a web service request is not corrupted
11
- Policy – The idea of a policy in SOA security is the capability of the service
provider to specify web service’s conditions under which the service is
provided. For example, the condition may require that the request to a
web service be encrypted.
- Throttling – It is a concept to control the “bandwidth” offered by a service.
Though not directly related to security, throttling is typically used to
protect the service infrastructure so that service consumers do not “over-
use” the services. In some cases, this can also be used to prevent “denial
of service” attacks.
- Confidentiality / Network Level Security – The goal of network level
security is to encrypt data packets transmitted to and from the SOA
infrastructure. This is to prevent any packet-sniffing tools to intercept any
passwords.
- Hack-proof – Even if a genuine service consumer successfully
authenticates and has necessary role permissions on a service, it is very
important to ensure that service boundaries are not crossed to prevent
several web-service specific attacks such as XPath injection, XML structure
manipulation, schema attacks, etc
12
SOA Security Implementation – A Logical View
The diagram below depicts the building blocks of a typical SOA security
implementation:
The SOA Access Gateway is a critical component that enforces security to the
SOA platform. In addition to the standard firewall based security, the SOA Access
Gateway can specifically interpret Web Service requests. The firewall is used to
allow “port” and “IP-Level” access. Like a Firewall, the SOA Access Gateway is a
hardware box that directly fits into the IP network. However, the SOA Access
Gateway is a step ahead and provides the following functions:
- Authentication – In the form of WS-Security tokens
- Authorization – Acts as a policy enforcement point (PEP) and policy
definition point (PDP)
- Auditing – Captures usage statistics
SOA ACCESS GATEWAY
NETWORK-LEVEL SECURITY – FIREWALLS
Enterprise Service Bus BPM / BPEL Engines Governance Tools
SOA PLATFORM
Authentication Authorization Policies Throttling XML Firewall
NETWORK-LEVEL SECURITY – FIREWALLS
Integrity Auditing Federation
Third Party Systems Enterprise Back-End Systems
Customer
Support
Agents
Third-Party
Apps
End-Users
End-
Users
(Mobile
Device)
Administrators
13
- Throttling – Allows restricting bandwidth for a particular service. Example
– Service A can be invoked only at 80 transactions per second, whereas
Service B can be invoked at 100 transactions per second
- Encryption / Decryption and Integrity checks
- XML Firewall – Detects all types of XML related threats such as XPath
injection, Schema attacks, etc
- Supports all security standards – WS-Security, SAML, WS-Federation, WS-
Policy, WS-Metadata, etc
Industry Standards for Security
Industry standards help vendors and organizations follow a common approach
such that solutions can be re-used reducing time, effort and investment and
prevents re-inventing the wheel.
SOA Security
Goal
Standards Overview
WS-Security
Originally drafted by IBM, Microsoft and
VeriSign, WS-Security defines a standard
way of specifying username and encrypted
password in SOAP headers.
WS-Trust
WS-Trust aims to enhance WS-Security by
providing additional features such as a
Security Token Service (STS). STS offers
services such as Token Exchange, Token
Issuance and Validation. This standard is
approved by OASIS
Authentication
WS-Secure
Conversation
WS-SecureConversation is another
extension to WS-Security which defines
the means to create a security context
and allows a series of message exchanges
(conversation) to be done when
authentication
Authorization XACML
XACML (eXtensible Access Control Markup
Language) is an XML schema specification
to define authorization and entitlement
policies. XACML addresses the lack of fine-
grained access control granularity in SAML
Federation SAML
SAML (Security Assertion Markup
Language) is primarily an XML-based
standard authentication language to
authenticate across different security
domains, such as SSO – Single Sign-On.
14
WS-Policy
WS-Policy is a standard way for service
providers to specify a wide range of
service requirements (policies) such as
maximum message size, service traffic
handling capacity, etc. This standard is
approved by OASIS
WS-
SecurityPolicy
WS-SecurityPolicy standard defines
security related policies based on WS-
Policy and WS-Secure Conversation
standard. This standard is approved by
OASIS
Policy
WS-Metadata
Exchange
WS-MetadataExchange specification
defines a mechanism for service clients to
retrieve service metadata information
such as Schema, WSDL and WS-Policy.
XML-Encrypt
XML-Encrypt is a W3C recommendation to
encrypt sensitive fields within XML
documents and also to specify the
encryption algorithm that is used
XML-Signature
(also known as
XML-DSig)
XML-Signature is also a W3C
recommendation for XML digital signature
processing to allow clients to digitally sign
an XML. This ensures message integrity,
which allows service providers to detect
content corruption, malicious content, etc.
Advanced versions of XML-DSig already
exists such as XAdES (XML Advanced
Electronic Signatures)
XKMS
XML Key Management System is a W3C
recommendation which allows developers
to secure communications using public
key infrastructure (PKI). The specification
describes protocols for distributing and
registering public keys to be used in
conjunction with XML-Encrypt and XML-
Signature. XKMS consists of two parts –
XKISS – XML Key Information
Specification & XKRSS – XML Key
Registration Service Specification
Encryption /
Confidentiality
SSL
Needless to say, Secure Sockets Layer is
the basic foundation technology to ensure
transport-level security.
15
SOA Security Product Vendors
There are several vendors in the industry who provide SOA security solutions that
help organizations realize the security goals in the form of hardware and
software. The following table lists the key vendors:
Sno Product Name Vendor
1 IBM Datapower (Access Gateway - Hardware) IBM
2 Cisco ACE XML Gateway (Hardware) Cisco
3 Intel XML Security Gateway (Hardware) Intel
4
Web Services - Domain Boundary Controller
(Hardware)
Xtradyne
5 Amberpoint SOA Management system (Software) Amberpoint
16
4. Service Oriented Information Integration
This section aims to present an overview of Service Oriented Information
Integration (SOII), technical considerations, SOII industry standards and a list of
off-the-shelf products available in the market related to SOII.
Before giving an overview of SOII, it is important to understand the basic
principles of Enterprise Information Integration (EII). EII is a process of
providing a uniform interface for viewing all the data within an enterprise. By
providing a single interface, it makes it possible for different departments in an
enterprise to view data from different heterogeneous sources, eventually to
achieve “integration” of information. Data exists in both structured and un-
structured form in different formats such as excel files, RDBMS, XML and even in
the form of text dumps such as comma-separated files. APIs such as ODBC,
JDBC & tools like ETL (Extract Transform and Load) already exist and are
predominantly used to integrate disparate types of data sources, which facilitate
enterprises to implement EII. ETL deals with transferring batches of information
from one system to another, EII aims to provide real-time views across multiple
data sources.
To define SOII in simple terms, it is EII followed in a ‘Service-Oriented’ approach.
The use of SOA – Service Oriented Architecture to solve EII problems is the
fundamental principle of SOII. SOII enforces ‘service’ as the unified interface for
access to all enterprise data.
Why SOII?
There are several business and technical benefits of using SOII. The top 3
benefits are listed below:
Aligned to SOA
SOII automatically inherits the benefits of Service Oriented Architecture. SOII
helps organizations move away from point-to-point integration and makes
information available as a repository of services on the network - in SOA terms,
the Enterprise Service Bus. This enables organizations to reuse existing
functionality for building new composite applications. Developers of these
services publish information about them in SOA Service Registries and
Repositories so that the service consumers can easily lookup and find them as
and when required.
Standards Based
Several industry standards have evolved over Service Oriented Information
Integration such as Service Data Objects, Service Connector Architecture, etc.
Using proprietary APIs would mandate that users learn the details of a specific
vendor’s platform. Tools that are standards based help lower the cost of
17
integration, increases familiarity within the developer community and prevents
“vendor-lockin”.
Tools Availability
The challenge of complex transformation and integration of structured and un-
structured data requires specialized tools. The challenges in data transformation
include handling the un-structured data such as text, PDF, un-structured excel
files, etc. For SOII, Web Services are the ideal way to implement data-oriented
services. Web Services use XML, when combined with technologies like XSLT and
X-Query, makes it is an ideal choice to deal with representation and
transformation of structured & unstructured data.
18
SOII – A Logical View
The following diagram shows a logical view of different functional blocks of SOII
Functions such as data aggregation, data federation and unstructured to
structured transformation are functional features of any EII platform, however,
the key difference between an EII platform and SOII platform is the ability to
expose these data interfaces as web services & ability to provide composed
services out of atomic services. Typically, any SOII product would also provide a
wide range of adapters to establish connectivity to different data sources.
Typically, each adapter is offered as a separate product that organizations can
choose to buy based on their needs.
Proprietary Apps –
SAP, etc
Mainframes
Enterprise Directory -
LDAP
Databases Structured /
Unstructured files
Adapter Layer
Database
Adapter
File
Adapter
SAP
Adapter
Mainframe
Adapter
LDAP
Adapter
Data Composition
SERVICE ORIENTED INFORMATION
INTEGRATION PLATFORM
Service-based access XML-view of Data
Data Aggregation
Data Transformation
Data Federation
Unstructured to structured data conversion
ENTERPRISE SERVICE BUS
Customer
Support
Agents
Third-Party
Apps
End-Users
End-
Users
(Mobile
Device) Administrators
19
Industry Standards
Service Data Objects (SDO) specification allows applications to uniformly access
and manipulate data from heterogeneous data sources, including relational
databases, XML data sources, Web services and enterprise information systems.
SDO was originally developed as a joint collaboration between BEA and IBM and
is now being developed by BEA, IBM, Oracle, SAP, Siebel, Sybase and XCalia.
SDO is based on the concept of disconnected data graphs, wherein, a client
retrieves a data graph from a data source, transforms the data graph, and can
then apply the data graph changes back to the data source. Technically, SDO can
be used in conjunction with JDO (Java Data Objects) where JDO is a data source
that SDO can access. SDO is part of the Java Community Process – JSR 235
SOII Products
The following table shows the top three products that specifically cater to the
SOII space.
Sno Product Name Vendor
1 IBM DB2 Information Integrator IBM
2 Aqualogic Data Services Platform (ALDSP) BEA (now Oracle)
3 XA Suite XAware Solutions
20
5. Conclusion
The intention of the paper is to outline a number of recommendations that could
ensure successful integration of some of the security best practices into your
SOA, WSOA initiatives. The following summarizes some of the key
recommendations:
 Analyze and Capture security and access-control requirements (system
and functional) and conduct a requirements mapping activity. Understand
your security goals for SOA and accordingly devise a plan for
implementation.
 It may be useful to work with a base implementation framework as
indicated in the logical view diagram, as this is adopted from a real-world
industrial scale implementation
 Assess the fitment of the access-control meta model for your WSOA needs
 Evaluation of the tools available in the market and following industry
standards could greatly reduce the overall roll-out time while also
providing a simpler approach to implementation
Torry Harris Business Solutions Inc, a US based services provider with a large
base of technologists located in the UK, India and China has provided cost effective
solutions at a design, development and support level to a variety of enterprise
clients across the world since 1998. The company specializes in integration,
distributed computing, and its focus on SOA is a result of nearly a decade of
expertise gathered in the middleware space. The company has partnerships with
almost all the leading SOA and integration product vendors. SOA, involving the
creation of autonomous parts of a solution, lends itself admirably to the cost
effective model of offshore service collaboration. A separate white paper entitled
“SOA Implementation with an offshore partner” available for download, explores
this model in a more detailed manner.
Further information about the company and a variety of white papers on SOA are
available at www.thbs.com/soa.
For more information, write to us at soa@thbs.com.
Distributed Systems & Services Group, University of Leeds
The group unites two central research themes within the mainstream of Computer
Science - architecture and systems, each linked through a common objective: to
support the needs of the next generation of distributed/Internet computing. Grid
Computing is one of such examples that enables advanced e-Science and e-
Business applications, distinguished from conventional distributed computing by its
focus on large-scale, dynamical interactions and resource sharing across different
virtual organisations.
Further information about the group is available at www.comp.leeds.ac.uk/distsys
21
6. Reference
1. WS-Security: http://www.oasis-
open.org/committees/download.php/16790/wss-v1.1-spec
2. WS-Trust: http://docs.oasis-open.org/ws-sx/ws-trust/v1.3/ws-trust.html
3. WS-SecureConversation:http://docs.oasis-open.org/ws-sx/ws-
secureconversation/v1.3/ws-secureconversation.pdf
4. XACML: http://docs.oasis-open.org/xacml/2.0/access_control-xacml-2.0-core-
spec-os.pdf
5. SAML: http://docs.oasis-open.org/security/saml/v2.0/saml-core-2.0-os.pdf
6. WS-Policy: http://specs.xmlsoap.org/ws/2004/09/policy/ws-policy.pdf
7. WS-SecurityPolicy: http://docs.oasis-open.org/ws-sx/ws-
securitypolicy/v1.2/ws-securitypolicy.html
8. WS-MetadataExchange: http://specs.xmlsoap.org/ws/2004/09/mex/WS-
MetadataExchange.pdf
9. XML-Encrypt : http://www.w3.org/TR/xmlenc-core/
10.XML-Signature: http://www.w3.org/TR/xmldsig-core/
11.XKMS : http://www.w3.org/TR/xkms/
12.Erich Gamma, Richard Helm, Ralph Johnson, Jhon Vlissides: “Design
Patterns”, Addison Wesley, 1998
13.SDO Specification JSR - http://jcp.org/en/jsr/detail?id=235
14.Patterns for Information Integration from IBM -
http://www.redbooks.ibm.com/abstracts/SG247101.html
15.IBM’s SDO Page:
http://www.ibm.com/developerworks/library/specification/ws-sdo/

Mais conteúdo relacionado

Mais procurados

Service-oriented Architecture with Respect to Reusability
Service-oriented Architecture with Respect to ReusabilityService-oriented Architecture with Respect to Reusability
Service-oriented Architecture with Respect to ReusabilityYazd University
 
Soa Primer
Soa PrimerSoa Primer
Soa Primervavasthi
 
BUSINESS SILOS INTEGRATION USING SERVICE ORIENTED ARCHITECTURE
BUSINESS SILOS INTEGRATION USING SERVICE ORIENTED ARCHITECTUREBUSINESS SILOS INTEGRATION USING SERVICE ORIENTED ARCHITECTURE
BUSINESS SILOS INTEGRATION USING SERVICE ORIENTED ARCHITECTUREIJCSEA Journal
 
Cloud based integration_and_soa_architecture
Cloud based integration_and_soa_architectureCloud based integration_and_soa_architecture
Cloud based integration_and_soa_architectureFiorano Software
 
The New Enterprise Alphabet - .Net, XML And XBRL
The New Enterprise Alphabet - .Net, XML And XBRLThe New Enterprise Alphabet - .Net, XML And XBRL
The New Enterprise Alphabet - .Net, XML And XBRLJorgen Thelin
 
Malta soa infrastructure
Malta soa infrastructureMalta soa infrastructure
Malta soa infrastructureAngel Knight
 
SAML Executive Overview
SAML Executive OverviewSAML Executive Overview
SAML Executive OverviewPortalGuard
 
MULTIVIEW SOA : EXTENDING SOA USING A PRIVATE CLOUD COMPUTING AS SAAS AND DAAS
MULTIVIEW SOA : EXTENDING SOA USING A PRIVATE CLOUD COMPUTING AS SAAS AND DAASMULTIVIEW SOA : EXTENDING SOA USING A PRIVATE CLOUD COMPUTING AS SAAS AND DAAS
MULTIVIEW SOA : EXTENDING SOA USING A PRIVATE CLOUD COMPUTING AS SAAS AND DAASijseajournal
 
Service oriented architecture
Service oriented  architectureService oriented  architecture
Service oriented architecturePratik Patil
 
Mobilizing Oracle Applications ERP - A Whitepaper by RapidValue Solutions
Mobilizing Oracle Applications ERP - A Whitepaper by RapidValue SolutionsMobilizing Oracle Applications ERP - A Whitepaper by RapidValue Solutions
Mobilizing Oracle Applications ERP - A Whitepaper by RapidValue SolutionsRapidValue
 
Soa Test Methodology
Soa Test MethodologySoa Test Methodology
Soa Test Methodologychintala999
 
Study on Use Case Model for Service Oriented Architecture Development
Study on Use Case Model for Service Oriented Architecture DevelopmentStudy on Use Case Model for Service Oriented Architecture Development
Study on Use Case Model for Service Oriented Architecture Developmentijwtiir
 
Configuration inerpsaas multi tenancy
Configuration inerpsaas multi tenancyConfiguration inerpsaas multi tenancy
Configuration inerpsaas multi tenancyijcseit
 
ICTA Technology Meetup 01 - Enterprise Application Integration
ICTA Technology Meetup 01 - Enterprise Application IntegrationICTA Technology Meetup 01 - Enterprise Application Integration
ICTA Technology Meetup 01 - Enterprise Application IntegrationCrishantha Nanayakkara
 
Service oriented architecture characteristics of soa
Service oriented architecture characteristics  of soaService oriented architecture characteristics  of soa
Service oriented architecture characteristics of soasmithaps4
 

Mais procurados (19)

Service-oriented Architecture with Respect to Reusability
Service-oriented Architecture with Respect to ReusabilityService-oriented Architecture with Respect to Reusability
Service-oriented Architecture with Respect to Reusability
 
adaptivesoa
adaptivesoaadaptivesoa
adaptivesoa
 
Soa Primer
Soa PrimerSoa Primer
Soa Primer
 
BUSINESS SILOS INTEGRATION USING SERVICE ORIENTED ARCHITECTURE
BUSINESS SILOS INTEGRATION USING SERVICE ORIENTED ARCHITECTUREBUSINESS SILOS INTEGRATION USING SERVICE ORIENTED ARCHITECTURE
BUSINESS SILOS INTEGRATION USING SERVICE ORIENTED ARCHITECTURE
 
Cloud based integration_and_soa_architecture
Cloud based integration_and_soa_architectureCloud based integration_and_soa_architecture
Cloud based integration_and_soa_architecture
 
The New Enterprise Alphabet - .Net, XML And XBRL
The New Enterprise Alphabet - .Net, XML And XBRLThe New Enterprise Alphabet - .Net, XML And XBRL
The New Enterprise Alphabet - .Net, XML And XBRL
 
Malta soa infrastructure
Malta soa infrastructureMalta soa infrastructure
Malta soa infrastructure
 
Soa chapter 5
Soa chapter 5Soa chapter 5
Soa chapter 5
 
Introduction to SOA
Introduction to SOAIntroduction to SOA
Introduction to SOA
 
SAML Executive Overview
SAML Executive OverviewSAML Executive Overview
SAML Executive Overview
 
MULTIVIEW SOA : EXTENDING SOA USING A PRIVATE CLOUD COMPUTING AS SAAS AND DAAS
MULTIVIEW SOA : EXTENDING SOA USING A PRIVATE CLOUD COMPUTING AS SAAS AND DAASMULTIVIEW SOA : EXTENDING SOA USING A PRIVATE CLOUD COMPUTING AS SAAS AND DAAS
MULTIVIEW SOA : EXTENDING SOA USING A PRIVATE CLOUD COMPUTING AS SAAS AND DAAS
 
Service oriented architecture
Service oriented  architectureService oriented  architecture
Service oriented architecture
 
Mobilizing Oracle Applications ERP - A Whitepaper by RapidValue Solutions
Mobilizing Oracle Applications ERP - A Whitepaper by RapidValue SolutionsMobilizing Oracle Applications ERP - A Whitepaper by RapidValue Solutions
Mobilizing Oracle Applications ERP - A Whitepaper by RapidValue Solutions
 
Soa Test Methodology
Soa Test MethodologySoa Test Methodology
Soa Test Methodology
 
Study on Use Case Model for Service Oriented Architecture Development
Study on Use Case Model for Service Oriented Architecture DevelopmentStudy on Use Case Model for Service Oriented Architecture Development
Study on Use Case Model for Service Oriented Architecture Development
 
Configuration inerpsaas multi tenancy
Configuration inerpsaas multi tenancyConfiguration inerpsaas multi tenancy
Configuration inerpsaas multi tenancy
 
ICTA Technology Meetup 01 - Enterprise Application Integration
ICTA Technology Meetup 01 - Enterprise Application IntegrationICTA Technology Meetup 01 - Enterprise Application Integration
ICTA Technology Meetup 01 - Enterprise Application Integration
 
What is service
What is serviceWhat is service
What is service
 
Service oriented architecture characteristics of soa
Service oriented architecture characteristics  of soaService oriented architecture characteristics  of soa
Service oriented architecture characteristics of soa
 

Destaque

L4 applications-of-power-electronics-130715221937-phpapp01
L4 applications-of-power-electronics-130715221937-phpapp01L4 applications-of-power-electronics-130715221937-phpapp01
L4 applications-of-power-electronics-130715221937-phpapp01neomindx
 
L3 applications-of-power-electronics-130708114138-phpapp01
L3 applications-of-power-electronics-130708114138-phpapp01L3 applications-of-power-electronics-130708114138-phpapp01
L3 applications-of-power-electronics-130708114138-phpapp01neomindx
 
BPM - The Soft Science of Change | Torry Harris Whitepaper
BPM - The Soft Science of Change | Torry Harris WhitepaperBPM - The Soft Science of Change | Torry Harris Whitepaper
BPM - The Soft Science of Change | Torry Harris WhitepaperTorry Harris Business Solutions
 
Powersemiconductordevices 140513040047-phpapp01
Powersemiconductordevices 140513040047-phpapp01Powersemiconductordevices 140513040047-phpapp01
Powersemiconductordevices 140513040047-phpapp01neomindx
 
L1 introduction-to-power-electronics-130627131834-phpapp02
L1 introduction-to-power-electronics-130627131834-phpapp02L1 introduction-to-power-electronics-130627131834-phpapp02
L1 introduction-to-power-electronics-130627131834-phpapp02neomindx
 
Chapter1 131114022851-phpapp02 (2)
Chapter1 131114022851-phpapp02 (2)Chapter1 131114022851-phpapp02 (2)
Chapter1 131114022851-phpapp02 (2)neomindx
 
Powerelectronicsnote 121011031400-phpapp02
Powerelectronicsnote 121011031400-phpapp02Powerelectronicsnote 121011031400-phpapp02
Powerelectronicsnote 121011031400-phpapp02neomindx
 
The Power Trio - Integration Through SOA, Enterprise Mobility and Gamification
The Power Trio - Integration Through SOA, Enterprise Mobility and GamificationThe Power Trio - Integration Through SOA, Enterprise Mobility and Gamification
The Power Trio - Integration Through SOA, Enterprise Mobility and GamificationTorry Harris Business Solutions
 
Powerelectronicsnote 121011031400-phpapp02 (1)
Powerelectronicsnote 121011031400-phpapp02 (1)Powerelectronicsnote 121011031400-phpapp02 (1)
Powerelectronicsnote 121011031400-phpapp02 (1)neomindx
 
L5 semiconductor-power-switching-devices-2-130818121609-phpapp01
L5 semiconductor-power-switching-devices-2-130818121609-phpapp01L5 semiconductor-power-switching-devices-2-130818121609-phpapp01
L5 semiconductor-power-switching-devices-2-130818121609-phpapp01neomindx
 
L2 applications-of-power-electronics-130701122140-phpapp02
L2 applications-of-power-electronics-130701122140-phpapp02L2 applications-of-power-electronics-130701122140-phpapp02
L2 applications-of-power-electronics-130701122140-phpapp02neomindx
 
Comparison of Cloud Computing Services | Torry Harris Whitepaper
Comparison of Cloud Computing Services | Torry Harris WhitepaperComparison of Cloud Computing Services | Torry Harris Whitepaper
Comparison of Cloud Computing Services | Torry Harris WhitepaperTorry Harris Business Solutions
 

Destaque (14)

L4 applications-of-power-electronics-130715221937-phpapp01
L4 applications-of-power-electronics-130715221937-phpapp01L4 applications-of-power-electronics-130715221937-phpapp01
L4 applications-of-power-electronics-130715221937-phpapp01
 
L3 applications-of-power-electronics-130708114138-phpapp01
L3 applications-of-power-electronics-130708114138-phpapp01L3 applications-of-power-electronics-130708114138-phpapp01
L3 applications-of-power-electronics-130708114138-phpapp01
 
BPM - The Soft Science of Change | Torry Harris Whitepaper
BPM - The Soft Science of Change | Torry Harris WhitepaperBPM - The Soft Science of Change | Torry Harris Whitepaper
BPM - The Soft Science of Change | Torry Harris Whitepaper
 
Powersemiconductordevices 140513040047-phpapp01
Powersemiconductordevices 140513040047-phpapp01Powersemiconductordevices 140513040047-phpapp01
Powersemiconductordevices 140513040047-phpapp01
 
L1 introduction-to-power-electronics-130627131834-phpapp02
L1 introduction-to-power-electronics-130627131834-phpapp02L1 introduction-to-power-electronics-130627131834-phpapp02
L1 introduction-to-power-electronics-130627131834-phpapp02
 
Chapter1 131114022851-phpapp02 (2)
Chapter1 131114022851-phpapp02 (2)Chapter1 131114022851-phpapp02 (2)
Chapter1 131114022851-phpapp02 (2)
 
SOA for Telecom | Torry Harris Whitepaper
SOA for Telecom | Torry Harris WhitepaperSOA for Telecom | Torry Harris Whitepaper
SOA for Telecom | Torry Harris Whitepaper
 
Powerelectronicsnote 121011031400-phpapp02
Powerelectronicsnote 121011031400-phpapp02Powerelectronicsnote 121011031400-phpapp02
Powerelectronicsnote 121011031400-phpapp02
 
The Power Trio - Integration Through SOA, Enterprise Mobility and Gamification
The Power Trio - Integration Through SOA, Enterprise Mobility and GamificationThe Power Trio - Integration Through SOA, Enterprise Mobility and Gamification
The Power Trio - Integration Through SOA, Enterprise Mobility and Gamification
 
A Guide to SOA Implementation | Torry Harris Whitepaper
A Guide to SOA Implementation | Torry Harris WhitepaperA Guide to SOA Implementation | Torry Harris Whitepaper
A Guide to SOA Implementation | Torry Harris Whitepaper
 
Powerelectronicsnote 121011031400-phpapp02 (1)
Powerelectronicsnote 121011031400-phpapp02 (1)Powerelectronicsnote 121011031400-phpapp02 (1)
Powerelectronicsnote 121011031400-phpapp02 (1)
 
L5 semiconductor-power-switching-devices-2-130818121609-phpapp01
L5 semiconductor-power-switching-devices-2-130818121609-phpapp01L5 semiconductor-power-switching-devices-2-130818121609-phpapp01
L5 semiconductor-power-switching-devices-2-130818121609-phpapp01
 
L2 applications-of-power-electronics-130701122140-phpapp02
L2 applications-of-power-electronics-130701122140-phpapp02L2 applications-of-power-electronics-130701122140-phpapp02
L2 applications-of-power-electronics-130701122140-phpapp02
 
Comparison of Cloud Computing Services | Torry Harris Whitepaper
Comparison of Cloud Computing Services | Torry Harris WhitepaperComparison of Cloud Computing Services | Torry Harris Whitepaper
Comparison of Cloud Computing Services | Torry Harris Whitepaper
 

Semelhante a Migration and Security in SOA | Torry Harris Whitepaper

service orentation documentation
service orentation documentationservice orentation documentation
service orentation documentationpavan nani
 
Term paper 2073131
Term paper   2073131Term paper   2073131
Term paper 2073131mtestman
 
Architecture and Distributed Systems, Web Distributed Systems Design
Architecture and Distributed Systems, Web Distributed Systems DesignArchitecture and Distributed Systems, Web Distributed Systems Design
Architecture and Distributed Systems, Web Distributed Systems DesignArmen Arzumanyan
 
SOA in banking issues and remedies
SOA in banking   issues and remediesSOA in banking   issues and remedies
SOA in banking issues and remediesDebajani Mohanty
 
SOA@MODULE-III.pptSOA@MODULE-III.pptSOA@MODULE-III.ppt
SOA@MODULE-III.pptSOA@MODULE-III.pptSOA@MODULE-III.pptSOA@MODULE-III.pptSOA@MODULE-III.pptSOA@MODULE-III.ppt
SOA@MODULE-III.pptSOA@MODULE-III.pptSOA@MODULE-III.pptNKannanCSE
 
Mis 20021241104 20021241103_20021241148_20021241155_20021241149_eai and flexi...
Mis 20021241104 20021241103_20021241148_20021241155_20021241149_eai and flexi...Mis 20021241104 20021241103_20021241148_20021241155_20021241149_eai and flexi...
Mis 20021241104 20021241103_20021241148_20021241155_20021241149_eai and flexi...Shaunak Gujjewar
 
Enterprise Service Bus
Enterprise Service BusEnterprise Service Bus
Enterprise Service BusHamed Hatami
 
Contemporary research challenges and applications of service oriented archite...
Contemporary research challenges and applications of service oriented archite...Contemporary research challenges and applications of service oriented archite...
Contemporary research challenges and applications of service oriented archite...Dr. Shahanawaj Ahamad
 
e-commerce systems and infrastructure.pdf
e-commerce systems and infrastructure.pdfe-commerce systems and infrastructure.pdf
e-commerce systems and infrastructure.pdfpetermulei3
 
Microsoft Mimarisi
Microsoft MimarisiMicrosoft Mimarisi
Microsoft MimarisiNuri Cankaya
 
Security in Semantic Web Services
Security in Semantic Web ServicesSecurity in Semantic Web Services
Security in Semantic Web ServicesNima Dokoohaki
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
IRJET - Application Development Approach to Transform Traditional Web Applica...
IRJET - Application Development Approach to Transform Traditional Web Applica...IRJET - Application Development Approach to Transform Traditional Web Applica...
IRJET - Application Development Approach to Transform Traditional Web Applica...IRJET Journal
 
Websphere Business Integration
Websphere Business IntegrationWebsphere Business Integration
Websphere Business IntegrationSchubert Gomes
 
AA using WS vanZyl 2002-05-06
AA using WS vanZyl 2002-05-06AA using WS vanZyl 2002-05-06
AA using WS vanZyl 2002-05-06Jay van Zyl
 

Semelhante a Migration and Security in SOA | Torry Harris Whitepaper (20)

service orentation documentation
service orentation documentationservice orentation documentation
service orentation documentation
 
Term paper 2073131
Term paper   2073131Term paper   2073131
Term paper 2073131
 
Architecture and Distributed Systems, Web Distributed Systems Design
Architecture and Distributed Systems, Web Distributed Systems DesignArchitecture and Distributed Systems, Web Distributed Systems Design
Architecture and Distributed Systems, Web Distributed Systems Design
 
SOA in banking issues and remedies
SOA in banking   issues and remediesSOA in banking   issues and remedies
SOA in banking issues and remedies
 
SOA@MODULE-III.pptSOA@MODULE-III.pptSOA@MODULE-III.ppt
SOA@MODULE-III.pptSOA@MODULE-III.pptSOA@MODULE-III.pptSOA@MODULE-III.pptSOA@MODULE-III.pptSOA@MODULE-III.ppt
SOA@MODULE-III.pptSOA@MODULE-III.pptSOA@MODULE-III.ppt
 
Mis 20021241104 20021241103_20021241148_20021241155_20021241149_eai and flexi...
Mis 20021241104 20021241103_20021241148_20021241155_20021241149_eai and flexi...Mis 20021241104 20021241103_20021241148_20021241155_20021241149_eai and flexi...
Mis 20021241104 20021241103_20021241148_20021241155_20021241149_eai and flexi...
 
Enterprise Service Bus
Enterprise Service BusEnterprise Service Bus
Enterprise Service Bus
 
Soa & Bpel With Web Sphere
Soa & Bpel With Web SphereSoa & Bpel With Web Sphere
Soa & Bpel With Web Sphere
 
Soa & Bpel With Web Sphere
Soa & Bpel With Web SphereSoa & Bpel With Web Sphere
Soa & Bpel With Web Sphere
 
Contemporary research challenges and applications of service oriented archite...
Contemporary research challenges and applications of service oriented archite...Contemporary research challenges and applications of service oriented archite...
Contemporary research challenges and applications of service oriented archite...
 
Basic concepts of soa
Basic concepts of soaBasic concepts of soa
Basic concepts of soa
 
e-commerce systems and infrastructure.pdf
e-commerce systems and infrastructure.pdfe-commerce systems and infrastructure.pdf
e-commerce systems and infrastructure.pdf
 
Microsoft Mimarisi
Microsoft MimarisiMicrosoft Mimarisi
Microsoft Mimarisi
 
Security in Semantic Web Services
Security in Semantic Web ServicesSecurity in Semantic Web Services
Security in Semantic Web Services
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)
 
2011-ESB-WP-Draft
2011-ESB-WP-Draft2011-ESB-WP-Draft
2011-ESB-WP-Draft
 
IRJET - Application Development Approach to Transform Traditional Web Applica...
IRJET - Application Development Approach to Transform Traditional Web Applica...IRJET - Application Development Approach to Transform Traditional Web Applica...
IRJET - Application Development Approach to Transform Traditional Web Applica...
 
Websphere Business Integration
Websphere Business IntegrationWebsphere Business Integration
Websphere Business Integration
 
AA using WS vanZyl 2002-05-06
AA using WS vanZyl 2002-05-06AA using WS vanZyl 2002-05-06
AA using WS vanZyl 2002-05-06
 
EA and SOA
EA and SOAEA and SOA
EA and SOA
 

Mais de Torry Harris Business Solutions

Application Oriented Networks: An SOA Perspective | Torry Harris Whitepaper
Application Oriented Networks: An SOA Perspective | Torry Harris WhitepaperApplication Oriented Networks: An SOA Perspective | Torry Harris Whitepaper
Application Oriented Networks: An SOA Perspective | Torry Harris WhitepaperTorry Harris Business Solutions
 
Outsourcing SOA Implementation | Torry Harris Whitepaper
Outsourcing SOA Implementation | Torry Harris WhitepaperOutsourcing SOA Implementation | Torry Harris Whitepaper
Outsourcing SOA Implementation | Torry Harris WhitepaperTorry Harris Business Solutions
 
SOA Offshore Onsite Delivery Model | Torry Harris Whitepaper
SOA Offshore Onsite Delivery Model | Torry Harris WhitepaperSOA Offshore Onsite Delivery Model | Torry Harris Whitepaper
SOA Offshore Onsite Delivery Model | Torry Harris WhitepaperTorry Harris Business Solutions
 
SOA Open Source Implementation | Torry Harris Whitepaper
SOA Open Source Implementation | Torry Harris WhitepaperSOA Open Source Implementation | Torry Harris Whitepaper
SOA Open Source Implementation | Torry Harris WhitepaperTorry Harris Business Solutions
 
Eucalyptus on Xen - Build Enterprise Private Cloud | Torry Harris Whitepaper
Eucalyptus on Xen - Build Enterprise Private Cloud | Torry Harris WhitepaperEucalyptus on Xen - Build Enterprise Private Cloud | Torry Harris Whitepaper
Eucalyptus on Xen - Build Enterprise Private Cloud | Torry Harris WhitepaperTorry Harris Business Solutions
 
EAI Performance Analysis Web-Methods | Torry Harris Whitepaper
EAI Performance Analysis Web-Methods | Torry Harris WhitepaperEAI Performance Analysis Web-Methods | Torry Harris Whitepaper
EAI Performance Analysis Web-Methods | Torry Harris WhitepaperTorry Harris Business Solutions
 
EAI Test Driven Development WebMethods | Torry Harris Whitepaper
EAI Test Driven Development WebMethods | Torry Harris WhitepaperEAI Test Driven Development WebMethods | Torry Harris Whitepaper
EAI Test Driven Development WebMethods | Torry Harris WhitepaperTorry Harris Business Solutions
 
Web Service Interaction Models | Torry Harris Whitepaper
Web Service Interaction Models | Torry Harris WhitepaperWeb Service Interaction Models | Torry Harris Whitepaper
Web Service Interaction Models | Torry Harris WhitepaperTorry Harris Business Solutions
 
Stringing the Quartet Cloud SOA BPM and BI | Torry Harris Whitepaper
Stringing the Quartet Cloud SOA BPM and BI | Torry Harris WhitepaperStringing the Quartet Cloud SOA BPM and BI | Torry Harris Whitepaper
Stringing the Quartet Cloud SOA BPM and BI | Torry Harris WhitepaperTorry Harris Business Solutions
 

Mais de Torry Harris Business Solutions (20)

Application Rationalization | Torry Harris Whitepaper
Application Rationalization | Torry Harris WhitepaperApplication Rationalization | Torry Harris Whitepaper
Application Rationalization | Torry Harris Whitepaper
 
Application Oriented Networks: An SOA Perspective | Torry Harris Whitepaper
Application Oriented Networks: An SOA Perspective | Torry Harris WhitepaperApplication Oriented Networks: An SOA Perspective | Torry Harris Whitepaper
Application Oriented Networks: An SOA Perspective | Torry Harris Whitepaper
 
Outsourcing SOA Implementation | Torry Harris Whitepaper
Outsourcing SOA Implementation | Torry Harris WhitepaperOutsourcing SOA Implementation | Torry Harris Whitepaper
Outsourcing SOA Implementation | Torry Harris Whitepaper
 
SOA Migration Services | Torry Harris
SOA Migration Services | Torry HarrisSOA Migration Services | Torry Harris
SOA Migration Services | Torry Harris
 
SOA Roadmap and Education | Torry Harris
SOA Roadmap and Education | Torry HarrisSOA Roadmap and Education | Torry Harris
SOA Roadmap and Education | Torry Harris
 
SOA Offshore Onsite Delivery Model | Torry Harris Whitepaper
SOA Offshore Onsite Delivery Model | Torry Harris WhitepaperSOA Offshore Onsite Delivery Model | Torry Harris Whitepaper
SOA Offshore Onsite Delivery Model | Torry Harris Whitepaper
 
SOA Test Methodology | Torry Harris Whitepaper
SOA Test Methodology | Torry Harris WhitepaperSOA Test Methodology | Torry Harris Whitepaper
SOA Test Methodology | Torry Harris Whitepaper
 
SOA for Retail | Torry Harris Whitepaper
SOA for Retail | Torry Harris WhitepaperSOA for Retail | Torry Harris Whitepaper
SOA for Retail | Torry Harris Whitepaper
 
A Guide to SOA Governance | Torry Harris Whitepaper
A Guide to SOA Governance | Torry Harris WhitepaperA Guide to SOA Governance | Torry Harris Whitepaper
A Guide to SOA Governance | Torry Harris Whitepaper
 
SOA Maturity Model | Torry Harris Whitepaper
SOA Maturity Model | Torry Harris WhitepaperSOA Maturity Model | Torry Harris Whitepaper
SOA Maturity Model | Torry Harris Whitepaper
 
SOA Open Source Implementation | Torry Harris Whitepaper
SOA Open Source Implementation | Torry Harris WhitepaperSOA Open Source Implementation | Torry Harris Whitepaper
SOA Open Source Implementation | Torry Harris Whitepaper
 
Web Services in SOA | Torry Harris
Web Services in SOA | Torry HarrisWeb Services in SOA | Torry Harris
Web Services in SOA | Torry Harris
 
Cloud Catalyst Programme | Torry Harris Whitepaper
Cloud Catalyst Programme | Torry Harris WhitepaperCloud Catalyst Programme | Torry Harris Whitepaper
Cloud Catalyst Programme | Torry Harris Whitepaper
 
Cloud Computing Overview | Torry Harris Whitepaper
Cloud Computing Overview | Torry Harris WhitepaperCloud Computing Overview | Torry Harris Whitepaper
Cloud Computing Overview | Torry Harris Whitepaper
 
Eucalyptus on Xen - Build Enterprise Private Cloud | Torry Harris Whitepaper
Eucalyptus on Xen - Build Enterprise Private Cloud | Torry Harris WhitepaperEucalyptus on Xen - Build Enterprise Private Cloud | Torry Harris Whitepaper
Eucalyptus on Xen - Build Enterprise Private Cloud | Torry Harris Whitepaper
 
EAI Performance Analysis Web-Methods | Torry Harris Whitepaper
EAI Performance Analysis Web-Methods | Torry Harris WhitepaperEAI Performance Analysis Web-Methods | Torry Harris Whitepaper
EAI Performance Analysis Web-Methods | Torry Harris Whitepaper
 
EAI Test Driven Development WebMethods | Torry Harris Whitepaper
EAI Test Driven Development WebMethods | Torry Harris WhitepaperEAI Test Driven Development WebMethods | Torry Harris Whitepaper
EAI Test Driven Development WebMethods | Torry Harris Whitepaper
 
Web Service Extensions | Torry Harris Whitepaper
Web Service Extensions | Torry Harris WhitepaperWeb Service Extensions | Torry Harris Whitepaper
Web Service Extensions | Torry Harris Whitepaper
 
Web Service Interaction Models | Torry Harris Whitepaper
Web Service Interaction Models | Torry Harris WhitepaperWeb Service Interaction Models | Torry Harris Whitepaper
Web Service Interaction Models | Torry Harris Whitepaper
 
Stringing the Quartet Cloud SOA BPM and BI | Torry Harris Whitepaper
Stringing the Quartet Cloud SOA BPM and BI | Torry Harris WhitepaperStringing the Quartet Cloud SOA BPM and BI | Torry Harris Whitepaper
Stringing the Quartet Cloud SOA BPM and BI | Torry Harris Whitepaper
 

Último

EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWERMadyBayot
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Victor Rentea
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDropbox
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Angeliki Cooney
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...apidays
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Zilliz
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusZilliz
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdfSandro Moreira
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...Zilliz
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsNanddeep Nachan
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...apidays
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Bhuvaneswari Subramani
 

Último (20)

EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
 

Migration and Security in SOA | Torry Harris Whitepaper

  • 1. 1 Migration and Security in SOA Abstract It is estimated that 90% of most external attacks on applications take advantage of known vulnerabilities and misconfigured systems. While it is unlikely that one could develop 100% secure applications, it may be advisable to analyze vulnerabilities, threats & risks and implement robust security and access-control mechanisms to tackle some of the known, anticipated security threats specifically in SOA initiatives that are increasingly beginning to expose the once secure ‘legacy functionality’. Such an approach would not only improve overall system security but also lead to reduced costs (incident response costs, application outage costs, cost of fixing, reputation damage costs, etc.) through increased efficiency and better customer satisfaction levels. This white paper provides comprehensive guidance on integrating security and access-control best practices into your SOA and WSOA initiatives. It includes the review of topics such as:  The different Access control models  A meta-model for WSOA (Web service-oriented architecture)  Goals of SOA Security  SOA Security implementation models  Industry standards for SOA Security and  SOII (Service-Oriented Information Integration), standards for SOII
  • 2. 2 Table of Contents 1. MIGRATION ..........................................................................................................................3 MIGRATE TO WHAT? .......................................................................................................................3 WEB SERVICE-ORIENTED ARCHITECTURE .......................................................................................4 HOW SECURE ARE WSOAS? ...........................................................................................................5 2. WEB SERVICE & ACCESS CONTROL....................................................................................6 WEB SERVICE .................................................................................................................................6 WEB SERVICE DESCRIPTION AND DEFINITION ...................................................................................6 WHY A COMPOSITE WEB SERVICE?.................................................................................................7 ACCESS CONTROL MODELS ............................................................................................................7 ACCESS CONTROL META-MODEL FOR WEB-SERVICE ORIENTED ARCHITECTURE.................................8 SERVICE COMPOSITION IS ONE GOAL OF SERVICE-ORIENTED ARCHITECTURE......................................9 3. SECURITY & ACCESS CONTROL.........................................................................................10 GOALS OF SOA SECURITY ............................................................................................................10 SOA SECURITY IMPLEMENTATION – A LOGICAL VIEW ..................................................................12 INDUSTRY STANDARDS FOR SECURITY ..........................................................................................13 SOA SECURITY PRODUCT VENDORS .............................................................................................15 4. SERVICE ORIENTED INFORMATION INTEGRATION .....................................................16 WHY SOII? ..................................................................................................................................16 SOII– A LOGICAL VIEW...............................................................................................................18 INDUSTRY STANDARDS .................................................................................................................19 SOII PRODUCTS............................................................................................................................19 5. CONCLUSION...........................................................................................................................20 6. REFERENCE .............................................................................................................................21
  • 3. 3 1. Migration In this section, we briefly describe why enterprises may choose to migrate to newer systems and how SOA and WSOA could help in such migration. Two approaches are discussed along with high level descriptions for SOA. Finally, we discuss some questions that enterprises may need answers to, prior to embarking on migration to SOA or more specifically WSOA. Migrate to what? Currently, we find reuse driven migration / modernization finding greater acceptance by enterprises world-wide, as it offers several alternatives for modernizing legacy applications. Web service-oriented architecture (WSOA) is probably the best candidate for most enterprises to align their business processes with the supporting IT for migration. It is an accepted fact today that Web service technologies provide a promising way of implementing service-oriented architecture (SOA). Normally, WSOA is not built from scratch but the functionality of existing systems and their components are leveraged using web services. There are two approaches to do so.
  • 4. 4 Bottom up approach Bottom up approach starts from the existing software systems and eases conventional application integration. In an integration process, the composition of web services of heterogeneous core software systems is done using process execution languages like Business Process Execution Language (BPEL). This approach is useful in scenarios where an organization envisages reusing functionality provided by legacy systems. Top down approach The Top down approach begins with business processes and converges at model- driven mapping downwards to basic and composite web services. They facilitate business analysts to perform the so-called programming-in-the-large, the system-independent orchestration of business-related (web) services along business processes. Web Service-Oriented Architecture The basic WSOA layers are shown in the diagram below which describes an integrated framework of web services as a web portal facilitating single sign on among various web services. In the bottom-most layer, existing applications can be seen to be wrapped into (basic) web services. Application servers do the wrapping by applying design patterns: proxy or façade [Erich 1998]. Web services are composed at the integration layer using BPEL; web portals are used for integration of the human users utilizing existing web technology such as web browsers. Closer alignment of business processes with their supporting IT is a key driver for WSOA. Further layers are introduced on top of the existing applications so that the focus on IT changes from the (internal) view of systems and applications towards operated and quality assured IT services. Standardized interfaces are used to define these services in the basic web services and the integration layer. The standardized interfaces facilitate the traditional integration process, particularly in heterogeneous environments. In addition, the standardized interfaces also allow flexible service reuse in various business processes. SOA is not strictly layered in the web service context and one or more intermediaries, like BPEL engines, enable access to web services; web services can also be accessed directly from the presentation layer in the form of portlets via the web portal. As shown in the figure, a BPEL composition of web services and a basic web service are accessed using WSDL/SOAP interfaces.
  • 5. 5 How Secure are WSOAs? The previous section introduces the core of WSOA, but there would possibly remain some fundamental questions about securing WSOA across enterprises of which access control is an important issue as it facilitates ensuring that a user only has access to the resources necessary to perform its respective task. These questions include but are not limited to:  How can access control be handled in a highly distributed and service- oriented environment?  How can a policy decision point (PDP) be defined when accessing between existing applications to business services?  How can access control mechanisms cope with internal Identity management (IdM) structures of different legacy systems?  How can the alignment be achieved for different IdM access control mechanisms inside applications? These and other aspects of security are addressed in the sections below. SOA Core SOA-aware Presentation Layer Integration Layer Basic Web Services Existing Applications, Components, Databases Legacy Application Legacy Application Application Server Application Server BPEL Engine Portal WSDL/SO AP WSDL/SO AP WSDL/SO AP Vendor- Specific Authentication Authorization
  • 6. 6 2. Web Service & Access Control This section answers some of the questions on security by describing an access control Meta-model for web-service oriented architecture. It may be useful to briefly visit the basics of web services and composite web services before detailing the access control model. Web service A Web service is a distributed software component accessible through an application interface that provides information and functionality to an application rather than to a human user. OR A Web service is a software system designed to support interoperable machine- to-machine interaction over a network. It has an interface described in a machine processable format (specifically WSDL). Other systems interact with the Web service in a manner prescribed by its description using SOAP messages, typically conveyed using HTTP with an XML serialization in conjunction with other Web- related standards. Web service description and definition A service is defined and advertised by its provider for service users/consumers. A service description uses the Web Service Description Language (WSDL) and this definition is published to a directory of services. A potential service consumer queries the directory service to discover a service that meets its needs. ServiceService Requestor Service Registry Service Description Web Bind PublishFind
  • 7. 7 Why a Composite Web Service? Web services are distributed software systems that support interoperable machine-to-machine interactions over a network. WSDL describes their functionalities that can then be invoked by other systems through message-based interactions. However, in certain scenarios, a desired functional or non-functional requirement may not be met by a single Web service. But appropriately integrating and composing a set of available services may possibly fulfill the requirements which emphasize the need for a composite web service. Access Control Models In typical access control models, the “action” is always reduced to basic system operations like read, write, delete, execute etc. In WSOA however, the most atomic object to restrict access to is a web service operation which stimulates a functionality provided by the web service. User-Based Authorisation s Inheritance of Permissions Discretionary Access Control Administrativ e Privileges Auditing of System Events Client Web Service Web Service 1 Web Service 3 Web Service 5 Web Service 2 Web Service 4
  • 8. 8 In WSOA, explicit service composition takes place when a web service calls other different web service operations and returns a combined result (a service may have to access information from different sources and it may not be achieved by a single service). The access restriction to the composed service is at least the sum of the restrictions of all underlying operations it is composed of and that are invoked mandatorily. This allows checking authorization at an earlier stage i.e. the BPEL-composed web service, thereby limiting unnecessary calls ending in rollback operations if particular permissions for invoked basic web service operations are missing. Access Control Meta-model for web-service oriented architecture A metamodel for access control in web service-oriented architecture (WSOA) is shown in the diagram below. It is based on a conceptual model in the UML 2.0 metamodeling approach to define the sets and relations used to enforce access control. This is an enhancement of the combination of hierarchical Role Based Access Control (RBAC) and Attribute Based Access Control (ABAC). Policy is the central element of this model. A policy is the composition of permissions. The traditional Subject / Object relation of a single service usage context can be defined with a permission. In this meta-model, denial of access is the default behavior and it has to be modeled explicitly when a permission is granted. One Object (related via the Policy towards which it is aggregated) and a set of Subject Attributes can be combined using permission with the possibility to have constraints considering the Object’s associated Input Parameters and the Environment State (like date, time or any other attribute related to neither Subject nor Object). There are some special Subject Attributes that are explicitly modeled as the subject’s Identifier, the Credentials and a Security Token (which is of temporary validity, i.e. refers to a session context). In WSOA, Subjects can either be human users or self-acting services. In reality, it is possible to have a 1:n relation between a human user and a Subject (i.e. a user having more than one identity). This is not explicitly modeled, as it is not relevant for the definition of access control. Subjects are characterized by a defined number of Subject Attributes. Therefore, users having multiple identities will also have different and independent subjects. Subjects in a business perspective act in the context of a Business Role. In this model, a defined amount of finer-grained Subject Attributes give us the concept of a Business Role. Similarly, Role Hierarchies can be defined as well, together finally mapping to a set of Subject Attributes.
  • 9. 9 SOA is the reuse of existing services To achieve the goal of SOA, to reuse the existing services in different contexts, the concept of Permission is used i.e.  Each permission covers one service usage context.  The Policy is the composition of all permissions of an object using boolean “OR” concatenation.  Input Parameters of the Web Service Operation are placed into focus. Two relations form the Permission towards the Object 1. A direct one towards the input parameter (not backwards navigable) following the idea that a parameter does not need to know if its value is evaluated for access control 2. An indirect one via the Policy Service composition is one goal of service-oriented architecture A Composition of Web Services consists of multiple invocations of other Web Service Operations in a specific order. It has a web service interface like the basic web services consisting of operations. It cannot be determined if the service interface is a composite or a basic web service. But service composition relates to access control in respect that there should be the possibility to pre-verify authorization at the layer of composite web services to be able to stop execution in case of missing authorization at an early stage. The composition aspect, modeled as an association class of the aggregation of Web Service Operations in figure 2, enables the authorization verification even at a composition level. For all Web Service Operations that are obligatorily invoked by the Composition, their Policies have to be added to the (overall) Policy of the Composition of Web Service using Boolean “AND” concatenation.
  • 10. 10 3. Security & Access Control Considering the “big-picture” of SOA Security, it may be important to understand different aspects of security, role of AAA (Authentication, Authorization and Auditing) in SOA Security, encryption, industry standard specifications etc. This section introduces the key goals of SOA security, nature of security threats and finally some practical SOA security implementations in the industry. Considering web service is the most widely accepted approach to implement SOA, the technical aspects in this section focus more on web service security. Goals of SOA Security As the adoption of SOA increases, the boundary of services “grows” beyond internal applications. To achieve true re-usability, it may be required for organizations to expose services to third-parties, partners or even end-customers over insecure networks such as the Internet. Services are organizational assets and exposing them without appropriate security considerations poses a big threat to the organization in the form of un-authorized access, misuse of services, over- use of services and also hacker vulnerability. To address the above risks, the main goals of SOA security are: - Authentication – Allowing access only to the intended application that invokes the service. In traditional security approaches, this is the standard “credential” based security such as a login ID/password pair, certificates etc. - Authorization – Controlling access only to a defined set of services and/or operations within a service. This is the classical “role” based security to restrict access to a subset of functions - Auditing/Monitoring – Recording all invocations of a service to address the 5 W’s of security – Who, What, When, Where & Why. This is crucial to identify an attack and trace the attacker. Also, auditing constitutes a “digital” record of all activities within the SOA infrastructure - Federation – When a service requires authentication against another external system, federation is used. Federation is an extension of authentication that helps the service provider to establish trust between the provider’s security domain and an external domain. So the external provider “trusts” the request and considers it authenticated without expecting an additional credential. - Integrity – Goal of integrity checking is to ensure that the XML data entering in the form of a web service request is not corrupted
  • 11. 11 - Policy – The idea of a policy in SOA security is the capability of the service provider to specify web service’s conditions under which the service is provided. For example, the condition may require that the request to a web service be encrypted. - Throttling – It is a concept to control the “bandwidth” offered by a service. Though not directly related to security, throttling is typically used to protect the service infrastructure so that service consumers do not “over- use” the services. In some cases, this can also be used to prevent “denial of service” attacks. - Confidentiality / Network Level Security – The goal of network level security is to encrypt data packets transmitted to and from the SOA infrastructure. This is to prevent any packet-sniffing tools to intercept any passwords. - Hack-proof – Even if a genuine service consumer successfully authenticates and has necessary role permissions on a service, it is very important to ensure that service boundaries are not crossed to prevent several web-service specific attacks such as XPath injection, XML structure manipulation, schema attacks, etc
  • 12. 12 SOA Security Implementation – A Logical View The diagram below depicts the building blocks of a typical SOA security implementation: The SOA Access Gateway is a critical component that enforces security to the SOA platform. In addition to the standard firewall based security, the SOA Access Gateway can specifically interpret Web Service requests. The firewall is used to allow “port” and “IP-Level” access. Like a Firewall, the SOA Access Gateway is a hardware box that directly fits into the IP network. However, the SOA Access Gateway is a step ahead and provides the following functions: - Authentication – In the form of WS-Security tokens - Authorization – Acts as a policy enforcement point (PEP) and policy definition point (PDP) - Auditing – Captures usage statistics SOA ACCESS GATEWAY NETWORK-LEVEL SECURITY – FIREWALLS Enterprise Service Bus BPM / BPEL Engines Governance Tools SOA PLATFORM Authentication Authorization Policies Throttling XML Firewall NETWORK-LEVEL SECURITY – FIREWALLS Integrity Auditing Federation Third Party Systems Enterprise Back-End Systems Customer Support Agents Third-Party Apps End-Users End- Users (Mobile Device) Administrators
  • 13. 13 - Throttling – Allows restricting bandwidth for a particular service. Example – Service A can be invoked only at 80 transactions per second, whereas Service B can be invoked at 100 transactions per second - Encryption / Decryption and Integrity checks - XML Firewall – Detects all types of XML related threats such as XPath injection, Schema attacks, etc - Supports all security standards – WS-Security, SAML, WS-Federation, WS- Policy, WS-Metadata, etc Industry Standards for Security Industry standards help vendors and organizations follow a common approach such that solutions can be re-used reducing time, effort and investment and prevents re-inventing the wheel. SOA Security Goal Standards Overview WS-Security Originally drafted by IBM, Microsoft and VeriSign, WS-Security defines a standard way of specifying username and encrypted password in SOAP headers. WS-Trust WS-Trust aims to enhance WS-Security by providing additional features such as a Security Token Service (STS). STS offers services such as Token Exchange, Token Issuance and Validation. This standard is approved by OASIS Authentication WS-Secure Conversation WS-SecureConversation is another extension to WS-Security which defines the means to create a security context and allows a series of message exchanges (conversation) to be done when authentication Authorization XACML XACML (eXtensible Access Control Markup Language) is an XML schema specification to define authorization and entitlement policies. XACML addresses the lack of fine- grained access control granularity in SAML Federation SAML SAML (Security Assertion Markup Language) is primarily an XML-based standard authentication language to authenticate across different security domains, such as SSO – Single Sign-On.
  • 14. 14 WS-Policy WS-Policy is a standard way for service providers to specify a wide range of service requirements (policies) such as maximum message size, service traffic handling capacity, etc. This standard is approved by OASIS WS- SecurityPolicy WS-SecurityPolicy standard defines security related policies based on WS- Policy and WS-Secure Conversation standard. This standard is approved by OASIS Policy WS-Metadata Exchange WS-MetadataExchange specification defines a mechanism for service clients to retrieve service metadata information such as Schema, WSDL and WS-Policy. XML-Encrypt XML-Encrypt is a W3C recommendation to encrypt sensitive fields within XML documents and also to specify the encryption algorithm that is used XML-Signature (also known as XML-DSig) XML-Signature is also a W3C recommendation for XML digital signature processing to allow clients to digitally sign an XML. This ensures message integrity, which allows service providers to detect content corruption, malicious content, etc. Advanced versions of XML-DSig already exists such as XAdES (XML Advanced Electronic Signatures) XKMS XML Key Management System is a W3C recommendation which allows developers to secure communications using public key infrastructure (PKI). The specification describes protocols for distributing and registering public keys to be used in conjunction with XML-Encrypt and XML- Signature. XKMS consists of two parts – XKISS – XML Key Information Specification & XKRSS – XML Key Registration Service Specification Encryption / Confidentiality SSL Needless to say, Secure Sockets Layer is the basic foundation technology to ensure transport-level security.
  • 15. 15 SOA Security Product Vendors There are several vendors in the industry who provide SOA security solutions that help organizations realize the security goals in the form of hardware and software. The following table lists the key vendors: Sno Product Name Vendor 1 IBM Datapower (Access Gateway - Hardware) IBM 2 Cisco ACE XML Gateway (Hardware) Cisco 3 Intel XML Security Gateway (Hardware) Intel 4 Web Services - Domain Boundary Controller (Hardware) Xtradyne 5 Amberpoint SOA Management system (Software) Amberpoint
  • 16. 16 4. Service Oriented Information Integration This section aims to present an overview of Service Oriented Information Integration (SOII), technical considerations, SOII industry standards and a list of off-the-shelf products available in the market related to SOII. Before giving an overview of SOII, it is important to understand the basic principles of Enterprise Information Integration (EII). EII is a process of providing a uniform interface for viewing all the data within an enterprise. By providing a single interface, it makes it possible for different departments in an enterprise to view data from different heterogeneous sources, eventually to achieve “integration” of information. Data exists in both structured and un- structured form in different formats such as excel files, RDBMS, XML and even in the form of text dumps such as comma-separated files. APIs such as ODBC, JDBC & tools like ETL (Extract Transform and Load) already exist and are predominantly used to integrate disparate types of data sources, which facilitate enterprises to implement EII. ETL deals with transferring batches of information from one system to another, EII aims to provide real-time views across multiple data sources. To define SOII in simple terms, it is EII followed in a ‘Service-Oriented’ approach. The use of SOA – Service Oriented Architecture to solve EII problems is the fundamental principle of SOII. SOII enforces ‘service’ as the unified interface for access to all enterprise data. Why SOII? There are several business and technical benefits of using SOII. The top 3 benefits are listed below: Aligned to SOA SOII automatically inherits the benefits of Service Oriented Architecture. SOII helps organizations move away from point-to-point integration and makes information available as a repository of services on the network - in SOA terms, the Enterprise Service Bus. This enables organizations to reuse existing functionality for building new composite applications. Developers of these services publish information about them in SOA Service Registries and Repositories so that the service consumers can easily lookup and find them as and when required. Standards Based Several industry standards have evolved over Service Oriented Information Integration such as Service Data Objects, Service Connector Architecture, etc. Using proprietary APIs would mandate that users learn the details of a specific vendor’s platform. Tools that are standards based help lower the cost of
  • 17. 17 integration, increases familiarity within the developer community and prevents “vendor-lockin”. Tools Availability The challenge of complex transformation and integration of structured and un- structured data requires specialized tools. The challenges in data transformation include handling the un-structured data such as text, PDF, un-structured excel files, etc. For SOII, Web Services are the ideal way to implement data-oriented services. Web Services use XML, when combined with technologies like XSLT and X-Query, makes it is an ideal choice to deal with representation and transformation of structured & unstructured data.
  • 18. 18 SOII – A Logical View The following diagram shows a logical view of different functional blocks of SOII Functions such as data aggregation, data federation and unstructured to structured transformation are functional features of any EII platform, however, the key difference between an EII platform and SOII platform is the ability to expose these data interfaces as web services & ability to provide composed services out of atomic services. Typically, any SOII product would also provide a wide range of adapters to establish connectivity to different data sources. Typically, each adapter is offered as a separate product that organizations can choose to buy based on their needs. Proprietary Apps – SAP, etc Mainframes Enterprise Directory - LDAP Databases Structured / Unstructured files Adapter Layer Database Adapter File Adapter SAP Adapter Mainframe Adapter LDAP Adapter Data Composition SERVICE ORIENTED INFORMATION INTEGRATION PLATFORM Service-based access XML-view of Data Data Aggregation Data Transformation Data Federation Unstructured to structured data conversion ENTERPRISE SERVICE BUS Customer Support Agents Third-Party Apps End-Users End- Users (Mobile Device) Administrators
  • 19. 19 Industry Standards Service Data Objects (SDO) specification allows applications to uniformly access and manipulate data from heterogeneous data sources, including relational databases, XML data sources, Web services and enterprise information systems. SDO was originally developed as a joint collaboration between BEA and IBM and is now being developed by BEA, IBM, Oracle, SAP, Siebel, Sybase and XCalia. SDO is based on the concept of disconnected data graphs, wherein, a client retrieves a data graph from a data source, transforms the data graph, and can then apply the data graph changes back to the data source. Technically, SDO can be used in conjunction with JDO (Java Data Objects) where JDO is a data source that SDO can access. SDO is part of the Java Community Process – JSR 235 SOII Products The following table shows the top three products that specifically cater to the SOII space. Sno Product Name Vendor 1 IBM DB2 Information Integrator IBM 2 Aqualogic Data Services Platform (ALDSP) BEA (now Oracle) 3 XA Suite XAware Solutions
  • 20. 20 5. Conclusion The intention of the paper is to outline a number of recommendations that could ensure successful integration of some of the security best practices into your SOA, WSOA initiatives. The following summarizes some of the key recommendations:  Analyze and Capture security and access-control requirements (system and functional) and conduct a requirements mapping activity. Understand your security goals for SOA and accordingly devise a plan for implementation.  It may be useful to work with a base implementation framework as indicated in the logical view diagram, as this is adopted from a real-world industrial scale implementation  Assess the fitment of the access-control meta model for your WSOA needs  Evaluation of the tools available in the market and following industry standards could greatly reduce the overall roll-out time while also providing a simpler approach to implementation Torry Harris Business Solutions Inc, a US based services provider with a large base of technologists located in the UK, India and China has provided cost effective solutions at a design, development and support level to a variety of enterprise clients across the world since 1998. The company specializes in integration, distributed computing, and its focus on SOA is a result of nearly a decade of expertise gathered in the middleware space. The company has partnerships with almost all the leading SOA and integration product vendors. SOA, involving the creation of autonomous parts of a solution, lends itself admirably to the cost effective model of offshore service collaboration. A separate white paper entitled “SOA Implementation with an offshore partner” available for download, explores this model in a more detailed manner. Further information about the company and a variety of white papers on SOA are available at www.thbs.com/soa. For more information, write to us at soa@thbs.com. Distributed Systems & Services Group, University of Leeds The group unites two central research themes within the mainstream of Computer Science - architecture and systems, each linked through a common objective: to support the needs of the next generation of distributed/Internet computing. Grid Computing is one of such examples that enables advanced e-Science and e- Business applications, distinguished from conventional distributed computing by its focus on large-scale, dynamical interactions and resource sharing across different virtual organisations. Further information about the group is available at www.comp.leeds.ac.uk/distsys
  • 21. 21 6. Reference 1. WS-Security: http://www.oasis- open.org/committees/download.php/16790/wss-v1.1-spec 2. WS-Trust: http://docs.oasis-open.org/ws-sx/ws-trust/v1.3/ws-trust.html 3. WS-SecureConversation:http://docs.oasis-open.org/ws-sx/ws- secureconversation/v1.3/ws-secureconversation.pdf 4. XACML: http://docs.oasis-open.org/xacml/2.0/access_control-xacml-2.0-core- spec-os.pdf 5. SAML: http://docs.oasis-open.org/security/saml/v2.0/saml-core-2.0-os.pdf 6. WS-Policy: http://specs.xmlsoap.org/ws/2004/09/policy/ws-policy.pdf 7. WS-SecurityPolicy: http://docs.oasis-open.org/ws-sx/ws- securitypolicy/v1.2/ws-securitypolicy.html 8. WS-MetadataExchange: http://specs.xmlsoap.org/ws/2004/09/mex/WS- MetadataExchange.pdf 9. XML-Encrypt : http://www.w3.org/TR/xmlenc-core/ 10.XML-Signature: http://www.w3.org/TR/xmldsig-core/ 11.XKMS : http://www.w3.org/TR/xkms/ 12.Erich Gamma, Richard Helm, Ralph Johnson, Jhon Vlissides: “Design Patterns”, Addison Wesley, 1998 13.SDO Specification JSR - http://jcp.org/en/jsr/detail?id=235 14.Patterns for Information Integration from IBM - http://www.redbooks.ibm.com/abstracts/SG247101.html 15.IBM’s SDO Page: http://www.ibm.com/developerworks/library/specification/ws-sdo/