OpenID SSO in Websphere Liberty requires authentication every time I reopen a browser
问题 I've defined Websphere Liberty to use OpenID Connect Provider by using following feature: openidConnectClient-1.0. Everything works file except that Liberty requires from user to authenticate every time it open browser, i.e. closing browser removing all authentication details. What's wrong with my configuration or maybe I've missed something? server.xml : <featureManager> <feature>jdbc-4.1</feature> <feature>jndi-1.0</feature> <feature>ldapRegistry-3.0</feature> <feature>appSecurity-2.0<