We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 223f77f commit 5e11c6bCopy full SHA for 5e11c6b
README.md
@@ -53,7 +53,7 @@ ckanext.sso.scope = [openid profile email]
53
ckanext.sso.access_token_url = [access_token_url]
54
ckanext.sso.user_info = [user_info_url]
55
ckanext.sso.disable_ckan_login = [True|False]
56
-ckanext.sso.role = ["member"|"reporter"]
+ckanext.sso.role = ["member"|"editor"|"admin"]
57
```
58
59
## Usage
0 commit comments