Guillaume "Elektordi" Genty

Results 15 comments of Guillaume "Elektordi" Genty

> no ID token claim contains the roles I agree, but roles is a more specific feature, and not a needed one (you can use OIDC without roles). > why...

@Velikyi currently you can do that using the internal API. I have a similar setup. You have to use the Companion http module. Prefix: http://localhost:5500/api/internal/ Then add actions on buttons:...

Just checked it, it seems that non-grouped parts have a "hidden" group id. You can find all IDs there: http://localhost:5500/api/internal/rundown/?rundownId=default.rundown.json (example with default rundown ID)

I just tested with last pip version, no problem with IP address lookup! But still missing AS-number lookup.

Ok, nailed it. If anyone else needs to fake the integration, here is the url you need to call: http://x.x.x.x:9000/extensions/pagerduty/setup/?config=%7B%22account%22%3A+%7B%22name%22%3A+%22Example+company%22%2C+%22subdomain%22%3A+%22example%22%7D%2C+%22integration_keys%22%3A+%5B%7B%22type%22%3A+%22service%22%2C+%22integration_key%22%3A+%22xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx%22%2C+%22id%22%3A+%22ZZZZZZZ%22%2C+%22name%22%3A+%22Test%22%7D%5D%7D Where the parameters is the url_encoded of the json below:...