Skip to content

Commit 6570524

Browse files
committed
update changelog and readme
1 parent c6c9418 commit 6570524

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# Changelog
22

3-
## 0.9.0 - 2024-03-xx
3+
## 0.9.0 - 2024-04-07
44

55
- Support for scopes/permissions/groups
66

7-
87
## 0.8.0 - 2024-03-03
98

109
- OIDC support

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,13 @@ volumes:
9797
In order to enable authentication via OIDC provider you need to
9898
provide following environment variables:
9999

100-
* `PAPERMERGE__AUTH__OIDC_CLIENT_SECRET`
101-
* `PAPERMERGE__AUTH__OIDC_CLIENT_ID`
102-
* `PAPERMERGE__AUTH__OIDC_AUTHORIZE_URL`
103-
* `PAPERMERGE__AUTH__OIDC_REDIRECT_URI`
100+
* `PAPERMERGE__AUTH__OIDC_CLIENT_SECRET`
101+
* `PAPERMERGE__AUTH__OIDC_CLIENT_ID`
102+
* `PAPERMERGE__AUTH__OIDC_ACCESS_TOKEN_URL`
103+
* `PAPERMERGE__AUTH__OIDC_USER_INFO_URL`
104+
* `PAPERMERGE__AUTH__OIDC_INTROSPECT_URL`
104105

105-
You need to provider all four values.
106+
You need to provider all five values.
106107

107108
`PAPERMERGE__AUTH__OIDC_REDIRECT_URI` should be:
108109

@@ -185,9 +186,8 @@ work for papermerge-core.
185186

186187
### OIDC Auth
187188

188-
Either all four values should be provided or none.
189-
190189
* `PAPERMERGE__AUTH__OIDC_CLIENT_SECRET`
191190
* `PAPERMERGE__AUTH__OIDC_CLIENT_ID`
192-
* `PAPERMERGE__AUTH__OIDC_AUTHORIZE_URL`
193-
* `PAPERMERGE__AUTH__OIDC_REDIRECT_URI`
191+
* `PAPERMERGE__AUTH__OIDC_ACCESS_TOKEN_URL`
192+
* `PAPERMERGE__AUTH__OIDC_USER_INFO_URL`
193+
* `PAPERMERGE__AUTH__OIDC_INTROSPECT_URL`

0 commit comments

Comments
 (0)