javaee-samples / vendoree-samples

Samples for EE related/additional functionality that's specific for a vendor (such as JBoss, Payara, etc)
9 stars 10 forks source link

TEST-322 OpenId UseCookiesTest fix #5

Closed jGauravGupta closed 5 years ago

jGauravGupta commented 5 years ago

If payara.security.openid.useSession property set to false, Cookies are used for storage of OpenId state and nonce with attribute HttpOnly & Secure. So to fix the testcase base url changed to Https base url.