Is this example data the result you want to have, or is it an example of a problem you are having?

|
martin_angelo 2022-06-27 17:00:11
JorgeXYZPT 2022-06-27 16:11:31
Example:
Generated Always Encrypted (certificate) only to Column Age, Column Name is plain text.

Table X
Column Name | Column Age
Rita | 50
João | 20

Front end (view) User X (can not see age):
Column Name: Rita
Column Age: 8324u32jrjmfdmasdmads (encrypted)

Front end (view) User Y (can see age):
Column Name: Rita
Column Age: 50

Is this example data the result you want to have, or is it an example of a problem you are having?

JorgeXYZPT 2022-06-28 19:13:26
martin_angelo 2022-06-27 17:00:11
Is this example data the result you want to have, or is it an example of a problem you are having?

Okay Friend, the game is changed 😅😅

JorgeXYZPT 2022-06-28 19:13:55
forget the always encrypted
JorgeXYZPT 2022-06-28 19:14:58
I have app java web and I need create certificate restrition…
If PC user have certificate i can use app java
JorgeXYZPT 2022-06-28 19:15:01
example:
JorgeXYZPT 2022-06-28 19:16:46
PC1 With certificate: IF certificate exits and valid: process app, continue access
PC2 Without certificate: IF certificate not exits or not valid: dont have access to continue.
martin_angelo 2022-06-28 23:07:15
app java web = SpringBoot?
martin_angelo 2022-06-28 23:08:20
I’m not sure about certificates and how they are handled, especially via webapps….
@Jaschar @JFCostta ?
JorgeXYZPT 2022-06-28 23:27:27
martin_angelo 2022-06-28 23:07:15
app java web = SpringBoot?

Without spring

JorgeXYZPT 2022-06-28 23:27:55
Only jdbc Hibernate sql primefaces
hwuwjqnsnnd 2022-06-28 23:58:44
martin_angelo 2022-06-28 23:07:15
app java web = SpringBoot?

Servlet and jsp

martin_angelo 2022-06-28 23:59:40
@hwuwjqnsnnd are you working together with @JorgeXYZPT ?
JorgeXYZPT 2022-06-29 00:02:01
martin_angelo 2022-06-28 23:59:40
@hwuwjqnsnnd are you working together with @JorgeXYZPT ?

no, why???

JorgeXYZPT 2022-06-29 00:02:27
because i use useless arq?
hwuwjqnsnnd 2022-06-29 00:03:08
martin_angelo 2022-06-28 23:59:40
@hwuwjqnsnnd are you working together with @JorgeXYZPT ?

No

martin_angelo 2022-06-29 00:03:29
I just asked to be sure, I understand the architecture of @JorgeXYZPT
martin_angelo 2022-06-29 00:04:51
I did some research about certificates, but I’m not deep enough in this topic. You need to look for something like client authentification with (edit: …certificates in…)javascript / PrimeFaces / JSF. Other possibilities could be:
– using a VPN
– enable/implement user accounts
JorgeXYZPT 2022-06-29 00:07:53
why vpn?
only i need “postconstruct” where valid/exits personal certificate to be continue app
martin_angelo 2022-06-29 00:10:30
from my understanding, you are trying to limit the access to the app. That could also be done via VPN or a user-account-system inside of the app, that’s why these are alternatives.
If you HAVE to use certificates, then these are no alternatives of course…
JorgeXYZPT 2022-06-29 00:14:03
thanks for help my friend, i will wait for more help
|