-
Hi,
Does OpenID Connect implementation support the following draft [Draft](http://openid.net/specs/openid-connect-scim-profile-1_0.html) ?
Also, how to integrate SCIM within the dex and harmonize it…
jainh updated
6 years ago
-
The following is a rough proposal for which features we plan to add to pyAirtable, loosely grouped into releases. Priorities can shift over time, and anyone who wants to see a particular feature imple…
-
### User Story
As a learner of any MIT Open Learning application, when I define profile information in one MIT OL application, that profile information should be reused and auto-populated in other MI…
-
I think there's a design flaw around pagination. The provider implementation in WebHostSample seems to be responsible for pagination (although it does not currently .Skip(), it just .Take()s), but Pr…
-
At the Cloud Identity Summit in July 2014, there was some discussion of sourcing a single user's information through a SCIM interface in combination with OpenID Connect. The same idea applies to UMA's…
-
Hello, I'm just getting started on working with SCIM 2.0 and I really dig this project. However without PATCH functionality, this project is somewhat unusable for my purposes since I need to support P…
-
The following user creation request now fails:
POST
{
"emails" : [ {
"value" : "ricardo.graham@opensource.suvera.dev",
"primary" : true
} ],
"d…
gamma updated
3 weeks ago
-
Bulk operations is an optional part of SCIM which EGIL SCIM client doesn't support yet, but which would improve performance.
The client should probably also ask the server whether it supports bulk …
-
Adress is a multi-valued type according to RFC-7643. However, it's missing the both attributes "value" and "display".
That leads to problems when using the client library with SCIM2 conformant serv…
-
Would attempting to use this gem with Azure AD be fundamentally different? Thanks for any insight!