Hi Rukshan,
Does your environment contains anything or is it a just empty map?
Thanks
Thusitha
On Sun, Jan 21, 2018 at 3:35 AM, Rukshan Premathunga
wrote:
> Hi All,
>
> Recently we started to write a LDAP client and observed following
> exception when i create context instance.
> context = new
On Sat, Jan 20, 2018 at 3:25 PM, Omindu Rathnaweera wrote:
> Thanks for the explanation Shakila and Kanapriya. I wanted to try this
> out before replying to the mail. As you both have explained, without
> commenting out the addressing module we infact get an error during
> authentication
>
> As p
Hi All,
Recently we started to write a LDAP client and observed following exception
when i create context instance.
context = new InitialDirContext(environment);
Error obtaining connection. Cannot find the InitialContextFactory
com.sun.jndi.ldap.LdapCtxFactory. javax.naming.NoInitialContextExcept
Hi,
Thanks Tharindu and Farasath for the clarifications.
On Sat, Jan 20, 2018 at 9:12 AM, Farasath Ahamed wrote:
>
>
> On Friday, January 19, 2018, Sathya Bandara wrote:
>
>> Hi all,
>>
>> When there is an already authenticated session for an application user
>> with Identity Server, there is
Thanks for the explanation Shakila and Kanapriya. I wanted to try this out
before replying to the mail. As you both have explained, without commenting
out the addressing module we infact get an error during authentication
As per the code, [1] is the place where the error is generated. From what I