WebSphere tek bir PHP site üzerinde sign?

1 Cevap php

Ben bir Webpshere portalı için SSO sağlamanız gerekir. Doğrulama işlemi (- Ben bu olsa biraz kapalı olması düşünüyorum kendisi LDAP aracılığıyla Active Directory karşı bir kullanıcının kimliğini doğrulamak gerekir) bir PHP sitesi tarafından ele alınması gerekmektedir. Ben bir LTPA çerez oluşturmak için gereken söylendi. Bunu nasıl yapıyor hakkında gitmek istiyorsunuz? Hangi bilgiler ayarlanması gerekir? WebSphere bu çerez okuma ve kullanıcıya erişim vermek mümkün olacak?

1 Cevap

Websphere comes with out-of-box support of proapgation of authentication using LTPA tokens (in web apps, these are usually stored in cookies named LTPAToken and LTPAToken2). In general, for this to work both the Websphere and your PHP app have to share the same LTPA keys (based on which the LTPA tokens are generated). In websphere administration, a little configuration is needed to enable LTPA and synchronize the keys.

Ancak, bunun için PHP yetenekleri hakkında tamamen cahil değilim; Herhangi LTPA PHP kitaplıkları ya da herhangi LTPA için yerleşik Apache / PHP desteği olup olmadığını bilmiyorum. IBM'in infocenter (publib.boulder.ibm.com) google'da yardımcı olabilir.