I hereby claim:
- I am pitbulk on github.
- I am sixtomartin (https://keybase.io/sixtomartin) on keybase.
- I have a public key whose fingerprint is 00A7 B553 5E32 A334 F3C6 7810 402B 9B9A AF12 C40F
To claim this, I am signing this object:
# -*- coding: utf-8 -*- | |
# This sample demonstrates handling intents from an Alexa skill using the Alexa Skills Kit SDK for Python. | |
# Please visit https://alexa.design/cookbook for additional examples on implementing slots, dialog management, | |
# session persistence, api calls, and more. | |
# This sample is built using the handler classes approach in skill builder. | |
import logging | |
import ask_sdk_core.utils as ask_utils | |
import os | |
import json |
AWSTemplateFormatVersion: 2010-09-09 | |
Description: Create OneLogin IDP, Role to allow OL extract account role list and default roles on all accounts. | |
Metadata: | |
AWS::CloudFormation::Interface: | |
ParameterGroups: | |
- | |
Label: | |
default: "OneLogin SAML IDP" | |
Parameters: |
I hereby claim:
To claim this, I am signing this object:
### Keybase proof | |
I hereby claim: | |
* I am pitbulk on github. | |
* I am sixtomartin (https://keybase.io/sixtomartin) on keybase. | |
* I have a public key ASAFlCZu6Iy--QmSxJQQaNZC4W6ViaV8AIY4_LBafgop7Ao | |
To claim this, I am signing this object: |
#!/usr/bin/python | |
# Requires onelogin, csv342 and optparse-pretty | |
from __future__ import unicode_literals | |
import csv342 as csv | |
import io | |
import json | |
import os.path |
AF - Afghanistan | |
AX - Åland Islands | |
AL - Albania | |
DZ - Algeria | |
AS - American Samoa | |
AD - Andorra | |
AO - Angola | |
AI - Anguilla | |
AQ - Antarctica | |
AG - Antigua & Barbuda |
import requests | |
class OneLogin(object): | |
def __init__(self, shard='US'): | |
""" | |
Specify the shard of the system being used (us or eu) | |
:param shard: us or eu | |
:return: | |
""" |
<?php | |
// URL & credentials | |
$url = "https://api.onelogin.com/client/apps/embed2"; | |
// Parameters | |
$embed_token = "<embed_token>"; | |
$email = "<email>"; | |
$query_parameters = array( |
<?php | |
// URL & credentials | |
$url = "https://api.<us or eu>.onelogin.com/api/1/invites/get_invite_link"; | |
$access_token = "<access_token>"; | |
// Parameters | |
$email = "<email>"; | |
$data = array ( |
<?php | |
// URL & credentials | |
$url = "https://api.<us or eu>.onelogin.com/api/1/groups"; | |
$access_token = "<access_token>"; | |
// Parameters | |
$query_parameters = array( | |
// -- Search -- | |
'id' => '', |