iam
iam copied to clipboard
The IAM SCIM endpoint is currently not advertised in the OpenID Provider Metadata
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:~$
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!