Org Web Adapter

journals/2020_10_14.org

ID
42f18b14-e7bc-45b0-a3f7-c3edc74ec07e

2020-10-14

[[id:057e5fed-549e-4556-a1ea-36bddccafb56][Stand-up meeting with Andrii]]

<2020-10-14 Wed 8:30-9:00>

[[id:eb7c12ef-917a-456b-af59-9fb90622daf3][Learning SCIM and SAML at 15Five]]

<2020-10-14 Wed 9:00-10:00>

[[id:f666f784-1570-4f63-aadc-54a5803179c0][Partnership Squad Huddle]]

[[id:c4cbb750-e46d-42be-ab60-c74e5f5f0cd6][Wednesday Boost]]

DONE Reply to Rippling's API support email

CLOSED:

ID
13efbe77-9720-4739-8d59-ccb98835c72d

https://mail.google.com/mail/u/1/#inbox/FMfcgxwKhqjHbpHccHfnnZrRgNsTDRXt

+ [X] What changed?

+ [X] How can he organize groups

#+begin_src restclient

GET https://15five.localhost/api/public/review-cycle/1/reviews

Authorization: ad677d2f12bb49f296a54eec1c919379

#+end_src

#+RESULTS:

#+begin_example

,#+BEGIN_SRC js

{

"count": 0,

"next": null,

"previous": null,

"results": []

}

// GET https://15five.localhost/api/public/review-cycle/4/reviews

// HTTP/1.1 200 OK

// Server: nginx/1.18.0 (Ubuntu)

// Date: Mon, 19 Oct 2020 19:21:09 GMT

// Content-Type: application/json

// Content-Length: 52

// Connection: keep-alive

// Vary: Accept, Authorization, Cookie

// Allow: GET, HEAD, OPTIONS

// X-Frame-Options: SAMEORIGIN

// Request duration: 0.366238s

,#+END_SRC

#+end_example

#+begin_src restclient

GET https://five.unbl.ink/api/public/feature-status/

Authorization: 1111-1111-1111-1111

#+end_src

#+RESULTS:

#+BEGIN_SRC js

{

"detail": "No API key provided."

}

// GET https://five.unbl.ink/api/public/feature-status/

// HTTP/1.1 403 Forbidden

// Allow: GET, HEAD, OPTIONS

// Content-Language: en-ck

// Content-Length: 33

// Content-Type: application/json

// Date: Thu, 07 Jan 2021 16:47:40 GMT

// Server: Caddy

// Server: Werkzeug/0.15.4 Python/3.7.9

// Set-Cookie: django_language=en-ck; Path=/

// Vary: Accept, Authorization, Cookie

// X-Frame-Options: SAMEORIGIN

// Request duration: 0.618419s

#+END_SRC

DONE Add Azure SAML local setup documentation

CLOSED:

DONE Sign off on tax documents at town hall

CLOSED:

DONE PR Reviews [1/1]

CLOSED:

1. [X] https://github.com/15five/fifteen5/pull/31400