mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Updated Keycloak (markdown)
parent
6c11433912
commit
3492cdf38c
1 changed files with 8 additions and 3 deletions
11
Keycloak.md
11
Keycloak.md
|
|
@ -1,7 +1,12 @@
|
|||
## NOTE: Is that preffered_username setting wrong? Correct settings should be for OIDC login:
|
||||
[Somebody got Keycloak working](https://github.com/wekan/wekan/issues/3277#issuecomment-696333794)
|
||||
|
||||
## sudo snap set wekan oauth2-username-map='email'
|
||||
## sudo snap set wekan oauth2-email-map='email'
|
||||
NOTE: Is that preffered_username setting wrong? Correct settings should be for OIDC login:
|
||||
|
||||
```
|
||||
sudo snap set wekan oauth2-username-map='email'
|
||||
|
||||
sudo snap set wekan oauth2-email-map='email'
|
||||
```
|
||||
|
||||
[Outstanding Bug](https://github.com/wekan/wekan/issues/1874#issuecomment-460802250): Create the first user (admin) with the regular process. Then the remaining users can use the Register with OIDC process.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue