Azure-Samples / ms-identity-java-webapp

A Java web application calling Microsoft graph that is secured using the Microsoft identity platform
MIT License
118 stars 105 forks source link

Revert "same site" change #40

Closed SomkaPe closed 4 years ago

SomkaPe commented 4 years ago

switch from form_post response mode + cookie with Same site = none to query response mode + storage of state and nonce in session

navyasric commented 4 years ago

@Avery-Dunn This will also require updates to the Readme and documentation. Please add me as a reviewer when this is done.

Avery-Dunn commented 4 years ago

Fixed as part of https://github.com/Azure-Samples/ms-identity-java-webapp/pull/41