Reputation: 1
Want to use keycloak to authenticate and generate a key when a dev logins into the portal and requests for a key. The https://tyk.io/docs/tyk-developer-portal/tyk-portal-classic/portal-events-notifications/ documentation talks about Portal event that could trigger a webhook to do the same. Is there any example info to share?
Upvotes: 0
Views: 79
Reputation: 11
Have you had a look at the Key cloak DCR docs for authenticating developers?
The webhook looks to be an organization wide trigger. As the doc mentions, an additional property event_options
is needed when creating or updating an organization.
Demo org details
The doc mentions where to add it and what each field means. However, it does not specify if multiple webhooks are possible for a single field. So it might be worth taking note of that.
Upvotes: 0