C1 provides identity governance for Bookstack. Integrate your Bookstack instance with C1 for unified visibility and governance over user access.
C1 provides identity governance for Bookstack. Integrate your Bookstack
instance with C1 for unified visibility and governance over who can access your
knowledge base and the roles they hold.
The Bookstack user that owns the API token must hold both the Access System
API and Manage Users and Permissions / Roles permissions. Without them,
the connector cannot read users or roles and the sync fails.
Bookstack authenticates the REST API with a token pair: a public Token ID
and a secret Token Secret. C1 takes these as a single value, joined with a
colon.
1
In Bookstack, sign in as a user that holds the Access System API and
Manage Users and Permissions / Roles permissions.
2
Open Edit Profile > API Tokens and click Create Token. Give it
a name (and optionally an expiry date) and save.
3
Bookstack shows the Token ID and Token Secret together once, at
creation time. Copy both halves. You will not be able to see the secret
again.
4
Join the two halves with a single colon, in the order
TokenID:TokenSecret — for example
aBcDeFgHiJkLmNoPqRsTuVwX:YzAxMjM0NTY3ODlhYmNkZWZnaGlqa2w. This joined
string is the value C1 needs.