-
1. [Tokenについて](https://personium.io/docs/ja/unit-administrator/tutorial.html#sect4)の説明
![unitadmin_login_info](https://user-images.githubusercontent.com/29846750/51507207-2e45c300-1e33-11e9-9adc-…
-
Before building Personium server, DNS setting is needed. But the document does not mention it.
-
Now: Property setting of Cell -> Personium default
Future: Property setting of Cell -> Unit default -> Personium default
---
__authzエンドポイントで返されるhtmlファイルが読み取れなかった場合の処理順番の修正が必要。
現状
1. Cellのプロパテ…
-
PersoniumCoreExceptionMapper can not catch, so we need to consider other means.
e.g.
```
curl "https://demo-fi.personium.io/sawami/__token" -X POST -i -k -d "grant_type=password&username=admin&pa…
-
-
# Description
When calling Personium's REST APIs different exception syntaxes are returned. It is impossible for App developer to display exception details efficiently.
I think that it is more d…
-
-
a gateway to implement a portable data volume.
The data volume storage can be in Disk, S3, Dropbox or any storage.
data volume self contain open format for index, search index (optional), meta…
-
The documentation says if we omit `If-Match` header for WebDAV `PUT` method, it defaults to `*`.
https://personium.io/docs/en/apiref/current/312_Register_and_Update_WebDAV.html
This is not complia…
-
After setting user cell's account status to "passwordChangeRequired", WWW-Authenticate header is returned during the login process (grant_type=password).
A special type of token is expected.