iam icon indicating copy to clipboard operation
iam copied to clipboard

The IAM SCIM endpoint is currently not advertised in the OpenID Provider Metadata

Open paulmillar opened this issue 3 years ago • 1 comments

Section 2.1 of the OpenID Connect Profile for SCIM Services says that the OpenID Provider Metadata SHOULD contain an entry scim_endpoint that points to the SCIM endpoint.

Currently IAM does not advertise its SCIM endpoint in this fashion, as shown below with the ESCAPE IAM instance:

paul@sprocket:~$ curl -s https://iam-escape.cloud.cnaf.infn.it/.well-known/openid-configuration | jq -r .scim_endpoint
null
paul@sprocket:~$ 

paulmillar avatar Jun 30 '21 10:06 paulmillar

Hello @paulmillar,

IAM supports SCIM and OIDC but is not yet compliant with the RFC you mentioned. In any case, we plan to be compliant eventually, so thanks for pointing this out!

andreaceccanti avatar Jul 19 '21 15:07 andreaceccanti