-
At this moment all CO members are selected during SCIM User and Group selection.
We would like to exclude the CO members which are expired in that CO.
The behaviour should be consistent with LDAP: so…
-
My service provider builder has the following `AuthenticationScheme`
```java
final AuthenticationScheme authScheme =
AuthenticationScheme.builder()
.name("Bearer")
…
-
per [RFC 7644 section 4](https://tools.ietf.org/html/rfc7644#section-4):
```
/Schemas
An HTTP GET to this endpoint is used to retrieve information about
resource schemas supported by a…
-
Affiliation information is released through the multi-valued `eduPersonScopedAffiliation` attribute (`urn:oid:1.3.6.1.4.1.5923.1.1.1.9`).
> Specifies the person's affiliation within a particular se…
-
**Is your suggestion related to an experience ? Please describe.**
SCIM2 Multi-valued sub-attributes are not compliant with RFC7643.
Only type value and $ref (for group only) sub-attributes are supp…
-
### User Story
As a tool developer, I want file identifiers to be more reliable and consistent across implementations, so that document references are more universal.
### Description
Per a s…
-
SCIM2 roles attribute should be a multi-valued attribute [1].
Currently, it returns as a command separated string.
```
{
"Resources" : [
{
"roles" : [
{
…
-
WSO 2 IS version: 5.9
According to the RFC email field should be a multi value field. (https://tools.ietf.org/html/rfc7643#section-4.1.2)
* IS is mixing the types here using simple string and ob…
-
**Describe the issue:**
IS consider `roles` attribute as a core attribute of Group resource, but it should not be a core attribute as per https://datatracker.ietf.org/doc/html/rfc7643#section-4.2
…
-
**Is your suggestion related to an experience ? Please describe.**
There are several missing optional functionalities we can add to current SCIM implementation.
**Describe the improvement**
Below…