When need I to display consent and should deprecated consents be stored? [migrated]

When the law requires consent screen to be displayed for user? Should it be displayed only for third party applications (e.g. signing to stackoverflow by google account) or is it also necessary for first party apps?
And if user give consen… Continue reading When need I to display consent and should deprecated consents be stored? [migrated]

Is TLS encryption between sender and receiver without middlemans end to end encryption and TLS security

As in title, I want to know that is TLS encryption end-to-end encryption when between sender and receiver there’s no any middleman? E.g.:

We are sure that TLS in case 2 doesn’t provide end to end encryption because proxy can read sent dat… Continue reading Is TLS encryption between sender and receiver without middlemans end to end encryption and TLS security

Attack using the same scope names within differents api resources with OpenID Connect / OAuth2

Assume that we have a client X and client Y. There’s also api resources: api-resource-1 and api-resource-2, and api scopes: test.read and test.write.
Client X is allowed to test.read within api-resource-1 and api-resource-2. It’s also allo… Continue reading Attack using the same scope names within differents api resources with OpenID Connect / OAuth2