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?
1
There are 1 best solutions below
Related Questions in PORTAL
- Can't get URL parameter in doView
- Edit Bonita BPM portal
- How to get subscription details on azure portal.
- Pip not working inside Virtual Env but works outside perfectly
- Liferay Documents and Media ( Media Gallery hook) sort latest uploaded folder first
- Is it possible to have a URL only be accessible through a portal?
- What determines which url will be displayed in the browser when using portlets?
- Enter a portal via Crm user in salesfoce
- Azure Portal: Not able to add named caches
- Customizing 'Register New Account' page of JBoss Portal
- Responsive dashboard using jQuery & Bootstrap 3
- Changing Domain name on Fedora 20
- added iOS UDID isnt accepted
- Looping through portal records to update field in related table
- How to stop overriding portal-ext file?
Related Questions in TYK
- How to pass localhost address to Tyk target URL?
- how to set local redis repository in helm?
- Webhook for Portal event - Keyrequest
- Tyk dashboard app - Couldn't establish a connection with Mongo: no reachable servers
- Tyk Notifications for OAuth2 flow (Synchronous or Asynchronous)
- TYK Gateway - transform query parameters from camelCase to snake_case
- Getting Empty Replay from server while uploading huge tar file via tyk gateway
- Considering Tyk API Gateway - open source version
- How to setup redis-server 3.0.7 for Tyk 1.9.1 on Ubuntu 14.04.3 LTS
- Grpc and API gateways
- How to set the access control for microservices
- Blocking Tyk Gateway middleware causing requests to queue up
- Tyk Ouath2 flow client_credentials ERROR: Couldn't use policy or key rules to create token, failing
- Network Error on Internet Explorer 11 when POSTing XML with CORS
- AP aggregation using WSO2 API Manager
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
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_optionsis 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.