10.02.2013 Views

IBM Tivoli Access Manager for e-business: WebSEAL Administration ...

IBM Tivoli Access Manager for e-business: WebSEAL Administration ...

IBM Tivoli Access Manager for e-business: WebSEAL Administration ...

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

authenticates<br />

using<br />

<strong>for</strong>ms<br />

authentication.<br />

The<br />

<strong>WebSEAL</strong><br />

server<br />

sends<br />

a<br />

failover<br />

authentication<br />

cookie<br />

to<br />

each<br />

client<br />

(browser).<br />

The<br />

cookie<br />

data<br />

specifies<br />

that<br />

the<br />

cookie<br />

was<br />

created<br />

in<br />

a<br />

<strong>for</strong>ms<br />

authentication<br />

environment.<br />

When<br />

the<br />

<strong>WebSEAL</strong><br />

server<br />

becomes<br />

unavailable,<br />

the<br />

failover<br />

cookie<br />

is<br />

sent<br />

to<br />

a<br />

second<br />

<strong>WebSEAL</strong><br />

server.<br />

The<br />

second<br />

<strong>WebSEAL</strong><br />

server,<br />

which<br />

is<br />

typically<br />

a<br />

replicated<br />

<strong>WebSEAL</strong><br />

server,<br />

also<br />

has<br />

both<br />

the<br />

<strong>for</strong>ms<br />

authentication<br />

shared<br />

library<br />

and<br />

the<br />

<strong>for</strong>ms-failover<br />

library<br />

loaded.<br />

The<br />

second<br />

<strong>WebSEAL</strong><br />

server<br />

receives<br />

the<br />

failover<br />

cookie,<br />

and<br />

examines<br />

it<br />

to<br />

determine<br />

the<br />

user’s<br />

previous<br />

authentication<br />

method.<br />

The<br />

second<br />

<strong>WebSEAL</strong><br />

server<br />

calls<br />

out<br />

to<br />

the<br />

failover–<strong>for</strong>ms<br />

authentication<br />

shared<br />

library<br />

to<br />

extract<br />

the<br />

necessary<br />

data<br />

from<br />

the<br />

cookie,<br />

and<br />

then<br />

uses<br />

that<br />

data<br />

to<br />

authenticate<br />

the<br />

user<br />

and<br />

get<br />

a<br />

user<br />

credential.<br />

For<br />

example,<br />

when<br />

both<br />

<strong>for</strong>ms<br />

authentication<br />

and<br />

failover<br />

authentication<br />

are<br />

enabled<br />

in<br />

a<br />

replicated<br />

<strong>WebSEAL</strong><br />

environment,<br />

two<br />

separate<br />

libraries<br />

must<br />

be<br />

configured<br />

in<br />

the<br />

<strong>WebSEAL</strong><br />

configuration<br />

file.<br />

One<br />

library<br />

specifies<br />

the<br />

<strong>for</strong>ms<br />

authentication<br />

method<br />

library.<br />

The<br />

other<br />

library<br />

specifies<br />

the<br />

failover<br />

authentication<br />

method<br />

library.<br />

Example<br />

configuration<br />

file<br />

entries<br />

would<br />

be:<br />

[authentication-mechanisms]<br />

passwd-ldap<br />

=<br />

/opt/pdweb/lib/libldapauthn.so<br />

failover-password<br />

=<br />

/opt/pdweb/lib/libfailoverauthn.so<br />

In<br />

this<br />

example,<br />

the<br />

passwd-ldap<br />

stanza<br />

entry<br />

specifies<br />

<strong>WebSEAL</strong>’s<br />

built-in<br />

<strong>for</strong>ms<br />

authentication<br />

library.<br />

The<br />

failover-password<br />

stanza<br />

entry<br />

specifies<br />

<strong>WebSEAL</strong>’s<br />

built-in<br />

failover<br />

authentication<br />

library.<br />

Configuration<br />

instructions:<br />

v<br />

“Specify<br />

the<br />

failover<br />

authentication<br />

library”<br />

on<br />

page<br />

174<br />

v<br />

“Add<br />

the<br />

authentication<br />

level”<br />

on<br />

page<br />

176<br />

Addition<br />

of<br />

data<br />

to<br />

a<br />

failover<br />

cookie<br />

<strong>WebSEAL</strong><br />

automatically<br />

adds<br />

specific<br />

data<br />

from<br />

the<br />

user<br />

session<br />

to<br />

each<br />

failover<br />

authentication<br />

cookie.<br />

<strong>WebSEAL</strong><br />

can<br />

be<br />

configured<br />

to<br />

add<br />

additional<br />

in<strong>for</strong>mation<br />

from<br />

the<br />

client<br />

data<br />

maintained<br />

in<br />

the<br />

credential<br />

cache.<br />

Also,<br />

<strong>WebSEAL</strong><br />

can<br />

be<br />

configured<br />

to<br />

add<br />

user-defined<br />

data<br />

specific<br />

to<br />

their<br />

deployment.<br />

For<br />

example,<br />

user<br />

attributes<br />

obtained<br />

by<br />

a<br />

custom<br />

cross-domain<br />

authentication<br />

service<br />

can<br />

be<br />

added<br />

to<br />

the<br />

cookie.<br />

By<br />

default<br />

<strong>WebSEAL</strong><br />

adds<br />

the<br />

following<br />

data<br />

to<br />

each<br />

cookie:<br />

v<br />

User<br />

name<br />

This<br />

name<br />

corresponds<br />

to<br />

the<br />

name<br />

used<br />

to<br />

identify<br />

the<br />

user<br />

in<br />

the<br />

user<br />

registry<br />

Note:<br />

When<br />

an<br />

authenticated<br />

user<br />

has<br />

used<br />

the<br />

<strong>WebSEAL</strong><br />

switch<br />

user<br />

function<br />

to<br />

obtain<br />

the<br />

effective<br />

identity<br />

of<br />

another<br />

user,<br />

the<br />

identity<br />

of<br />

the<br />

other<br />

user<br />

is<br />

not<br />

added<br />

to<br />

the<br />

cookie.<br />

Only<br />

the<br />

original<br />

authenticated<br />

user<br />

identity<br />

is<br />

added<br />

to<br />

the<br />

cookie.<br />

v<br />

Authentication<br />

method<br />

The<br />

authentication<br />

method<br />

used<br />

to<br />

authenticate<br />

the<br />

user<br />

to<br />

<strong>WebSEAL</strong><br />

v<br />

Cookie<br />

creation<br />

time<br />

The<br />

system<br />

time<br />

when<br />

the<br />

cookie<br />

was<br />

created.<br />

<strong>WebSEAL</strong><br />

also<br />

creates<br />

an<br />

attribute<br />

list<br />

containing<br />

additional<br />

data.<br />

By<br />

default,<br />

the<br />

attribute<br />

list<br />

contains<br />

one<br />

value:<br />

168<br />

<strong>IBM</strong><br />

<strong>Tivoli</strong><br />

<strong>Access</strong><br />

<strong>Manager</strong><br />

<strong>for</strong><br />

e-<strong>business</strong>:<br />

<strong>WebSEAL</strong><br />

<strong>Administration</strong><br />

Guide

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!