This repository has been archived by the owner on Apr 27, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Release Notes
lindachan465 edited this page Mar 1, 2018
·
11 revisions
NEW = new endpoint or new function
UPDATE = update on existing endpoint functionality
Date Available | Type | Resources | Comments |
---|---|---|---|
2/20/2018 | UPDATE | user | The searchuser endpoint has been moved to a new service, identityProviderSearchService. Details of the new service can be found here. |
2/20/2018 | UPDATE | client | A new delegation grant type is available, which allows a backend service to request a new access token from identity server for a user, and pass that new access token containing the user claims to another backend service. |
11/7/2017 | UPDATE | user | A new scope (identity.searchusers) is now required to search users in external identity providers |
10/17/2017 | NEW | user | Search for users in external identity provider |
NEW | NA (appsettings.json) | Allow filtering of groups in access token to avoid large header size | |
NEW | identityprovider | GET list of configured external identity providers | |
9/26/2017 | NEW | user | GET last login date and display name for a list of subjectID based on specific client ID |
7/3/2017 | NEW | apiresource, client, identityresource | Created POST/PUT/DELETE/GET apiresource, client, and identityresource to register APIs and applications on fabric.identity and to define identity resources for users |
NEW | apiresource, client | Reset api and client secret |