You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/verify/e-ids/frejaid.mdx
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -195,6 +195,8 @@ The text must be provided in the `login_hint` using the `message` hint.
195
195
The text must be base64 encoded and no longer than 4096 characters (prior to base64 encoding).
196
196
The text will be shown to the user in the Freja app while authenticating.
197
197
198
+
[Try out an example Simple signature in our Authorize URL builder.](/verify/guides/authorize-url-builder/?acr_values=urn:grn:authn:se:frejaid&frejaAction=sign&message=Test%20simple%20signature%20flow&title=Simple%20signature)
199
+
198
200
### Extended signatures
199
201
Extended signatures can be used to sign plain text and some additional binary data.
200
202
The Extended signature flow is activated by adding `action:sign_extended` in the `login_hint`.
@@ -203,6 +205,8 @@ Both the text and the binary data must be base64 encoded.
203
205
The text must be no longer than 4096 characters and the binary data no larger than 5 MB (both prior to base64 encoding).
204
206
The text will be shown to the user in the Freja app while authenticating, but the binary data will not be shown to the user.
205
207
208
+
[Try out an example Extended signature in our Authorize URL builder.](/verify/guides/authorize-url-builder/?acr_values=urn:grn:authn:se:frejaid&frejaAction=sign_extended&message=Test%20extended%20signature%20flow&nonVisibleData=TEST_BINARY_DATA&title=Extended%20signature)
209
+
206
210
### Advanced signatures
207
211
Advanced signatures can be used to sign plain text and receive a response that is compatible with the "Mina meddelanden" digital communication platform in Sweden.
208
212
The Advanced signature response is tied to the user's personal data and can be independently validated.
@@ -215,6 +219,8 @@ Advanced signatures are only available for Swedish users.
215
219
Advanced signatures require the Social Security Number and the Basic User Information (i.e. name) of the user.
216
220
These scopes will automatically be added to your request if the Advanced signature flow is activated.
217
221
222
+
[Try out an example Advanced signature in our Authorize URL builder.](/verify/guides/authorize-url-builder/?acr_values=urn:grn:authn:se:frejaid&frejaAction=sign_advanced&message=Test%20advanced%20signature%20flow&title=Advanced%20signature)
223
+
218
224
### Signature responses
219
225
When the user has approved a Simple or an Extended signature, the JWT will contain the claims `certificateStatus` and `userSignature`.
220
226
When the user has approved an Advanced signature, the JWT will contain the claims `certificateStatus`, `userSignature` and `advancedSignature`.
0 commit comments