opendj - Generating OpenAM tokens for a user -


let's have 2 applications, appa , appb. appa has simple database authentication approach , appb uses forgerock's openam. want user in appa able sso appb. because username/password in appa different creds in opendj, i'm wanting add column user table in appa called external_user_id. use generate token hand on appb. i'm curious if there way in openam generate tokens user using username , not password. if there idea of serviceadmin account lets appa generate tokens based on username, awesome, i'm doubting exists. there in openam i'm missing?

the best way tackle kind of situation write custom authentication module receive session id or "secret" appa, validate , issue new session on openam domain, , giving access appb.


Comments

Popular posts from this blog

php - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -