Weblogic not call my IdentityAsserter implementation
Hi everyone,
I implemented following the oracle documentation, a custom identity asserter.
My 'login module' are called normally, but my 'identity asserter' is never called.
I configure the provider and set first on the provider list.
Follows my request header:
Accept-Language: en-us,en;q=0.5 |
Cookie: SCA_COMMON_TOKEN=bWV1IHRva2Vu |
Accept-Encoding: gzip, deflate |
SCA_COMMON_TOKEN: bWV1IHRva2Vu |
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:25.0) Gecko/20100101 Firefox/25.0 |
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 |
Someone has any idea?
Thanks