From b1db65c062bd9f63369dece3537e8addbc26b414 Mon Sep 17 00:00:00 2001 From: Brian Duffield - Okta <70648001+brianduffield-okta@users.noreply.github.com> Date: Fri, 2 Jun 2023 10:03:39 -0400 Subject: [PATCH] OKTA-610870 Mappings API deprecation (#4175) * commented out mappings api page and added standard reference blurbs * Updated 3 references to previous api page * fix broken link --- .../vuepress-site/docs/concepts/user-profiles/index.md | 2 +- .../docs/guides/secure-oauth-between-orgs/main/index.md | 2 +- .../vuepress-site/docs/reference/api/mappings/index.md | 8 ++++++++ .../@okta/vuepress-site/docs/release-notes/2021/index.md | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/packages/@okta/vuepress-site/docs/concepts/user-profiles/index.md b/packages/@okta/vuepress-site/docs/concepts/user-profiles/index.md index fdb303d9c54..af51b2d4b09 100644 --- a/packages/@okta/vuepress-site/docs/concepts/user-profiles/index.md +++ b/packages/@okta/vuepress-site/docs/concepts/user-profiles/index.md @@ -33,7 +33,7 @@ In addition to storing user profiles and app user profiles, the Universal Direct See also [About attribute mappings](https://help.okta.com/okta_help.htm?id=ext-usgp-about-attribute-mappings) -You can manage the Universal Directory mappings between profiles using the Admin Console or the [Mappings API](/docs/reference/api/mappings/). +You can manage the Universal Directory mappings between profiles using the Admin Console or the [Profile Mappings API](https://developer.okta.com/docs/api/openapi/okta-management/management/tag/ProfileMapping/). ## User Profile types diff --git a/packages/@okta/vuepress-site/docs/guides/secure-oauth-between-orgs/main/index.md b/packages/@okta/vuepress-site/docs/guides/secure-oauth-between-orgs/main/index.md index 0f29c02c5c8..8249aca600e 100755 --- a/packages/@okta/vuepress-site/docs/guides/secure-oauth-between-orgs/main/index.md +++ b/packages/@okta/vuepress-site/docs/guides/secure-oauth-between-orgs/main/index.md @@ -228,7 +228,7 @@ curl -X POST \ }' "https://${yourSpokeOrgDomain}/api/v1/apps/${yourOrg2OrgAppId}/connections/default?activate=TRUE" ``` -> **Note**: After you enable provisioning, if you want to enable app features or edit Org2Org attribute mappings, you can use the [App features operation](/docs/reference/api/apps/#list-features-for-application) and the [Mappings API](/docs/reference/api/mappings/). Alternatively, you can go to the Org2Org app **Provisioning** > **To App** settings from the Okta Admin Console and edit the **Provisioning To App** or the **Okta Org2Org Attribute Mappings** sections. +> **Note**: After you enable provisioning, if you want to enable app features or edit Org2Org attribute mappings, you can use the [App features operation](/docs/reference/api/apps/#list-features-for-application) and the [Profile Mappings API](https://developer.okta.com/docs/api/openapi/okta-management/management/tag/ProfileMapping/). Alternatively, you can go to the Org2Org app **Provisioning** > **To App** settings from the Okta Admin Console and edit the **Provisioning To App** or the **Okta Org2Org Attribute Mappings** sections. ### Assign users and groups in the Org2Org app diff --git a/packages/@okta/vuepress-site/docs/reference/api/mappings/index.md b/packages/@okta/vuepress-site/docs/reference/api/mappings/index.md index 31d60b04b6e..1187ff8c137 100644 --- a/packages/@okta/vuepress-site/docs/reference/api/mappings/index.md +++ b/packages/@okta/vuepress-site/docs/reference/api/mappings/index.md @@ -5,6 +5,12 @@ category: management # Mappings API +The Mappings API reference is now available at the new [Okta API reference portal](https://developer.okta.com/docs/api/openapi/okta-management/management/tag/ProfileMapping/) as Profile Mappings. + +Explore the [Okta Public API Collections](https://www.postman.com/okta-eng/workspace/okta-public-api-collections/overview) workspace to get started with the Profile Mappings API Postman collection. + + diff --git a/packages/@okta/vuepress-site/docs/release-notes/2021/index.md b/packages/@okta/vuepress-site/docs/release-notes/2021/index.md index 9b20e04955a..25d29d74f69 100644 --- a/packages/@okta/vuepress-site/docs/release-notes/2021/index.md +++ b/packages/@okta/vuepress-site/docs/release-notes/2021/index.md @@ -79,7 +79,7 @@ The Upload Logo for Org endpoint (`/org/logo`) is deprecated. Use the [Upload Th #### User Types API and Mappings API support OAuth 2.0 -The [User Types API](/docs/reference/api/user-types/) and [Mappings API](/docs/reference/api/mappings/) have been updated to support OAuth 2.0. You can grant access to the User Types API by using the `okta.userTypes.manage` and `okta.userTypes.read` scopes. You can grant access to the Mappings API by using the `okta.profileMappings.manage` and `okta.profileMappings.read scopes`. See [Scopes and supported endpoints](/docs/guides/implement-oauth-for-okta/main/#scopes-and-supported-endpoints). +The [User Types API](/docs/reference/api/user-types/) and [Profile Mappings API](https://developer.okta.com/docs/api/openapi/okta-management/management/tag/ProfileMapping/) have been updated to support OAuth 2.0. You can grant access to the User Types API by using the `okta.userTypes.manage` and `okta.userTypes.read` scopes. You can grant access to the Mappings API by using the `okta.profileMappings.manage` and `okta.profileMappings.read scopes`. See [Scopes and supported endpoints](/docs/guides/implement-oauth-for-okta/main/#scopes-and-supported-endpoints). #### Bugs fixed in 2021.12.0