Content
View differences
Updated by Eric Schubert 11 days ago
### Technical stuff
* introduce module `wikis` in code base
* new model `WikiIntegration`
* 2 sub models: `XWikiWikiIntegration`, `InternalWikiIntegration`
* XWiki
* insert URL to wiki (in XWiki an instance can host multiple wikis)
* generate a UUID for identification from the other side (XWiki)
* maybe instead of having an identifier per wiki integration have an instance ID
* consume an identifier from XWiki to identify them
* Authentication strategy
* OIDC
* bidirectional OAuth2
### Hints
* renaming a wiki **could** work
* we would need to update all inline page links
* introduce module `wikis` in code base
* new model `WikiIntegration`
* 2 sub models: `XWikiWikiIntegration`, `InternalWikiIntegration`
* XWiki
* insert URL to wiki (in XWiki an instance can host multiple wikis)
* generate a UUID for identification from the other side (XWiki)
* maybe instead of having an identifier per wiki integration have an instance ID
* consume an identifier from XWiki to identify them
* Authentication strategy
* OIDC
* bidirectional OAuth2
### Hints
* renaming a wiki **could** work
* we would need to update all inline page links