From 6d7ceac0326c639d98a2d321db3cd4e45021990c Mon Sep 17 00:00:00 2001 From: Ken Withee Date: Wed, 21 Oct 2020 11:47:45 -0700 Subject: [PATCH] Adds whats new for app management. --- .whatsnew/.application-management.json | 24 ++++++ articles/active-directory/manage-apps/toc.yml | 2 + .../manage-apps/whats-new-docs.md | 74 +++++++++++++++++++ 3 files changed, 100 insertions(+) create mode 100644 .whatsnew/.application-management.json create mode 100644 articles/active-directory/manage-apps/whats-new-docs.md diff --git a/.whatsnew/.application-management.json b/.whatsnew/.application-management.json new file mode 100644 index 0000000000000..befe3203f7913 --- /dev/null +++ b/.whatsnew/.application-management.json @@ -0,0 +1,24 @@ +{ + "$schema": "https://whatsnewapi.azurewebsites.net/schema", + "docSetProductName": "Azure Active Directory application management", + "rootDirectory": "articles/active-directory/manage-apps/", + "docLinkSettings": { + "linkFormat": "relative", + "relativeLinkPrefix": "/azure/active-directory/manage-apps" + }, + "inclusionCriteria": { + "excludePullRequestTitles": true, + "minAdditionsToFile" : 10, + "maxFilesChanged": 50, + "labels": [ + "label:active-directory/svc", + "label:app-mgmt/subsvc" + ] + }, + "areas": [ + { + "name": ".", + "heading": "Azure Active Directory application management" + } + ] +} diff --git a/articles/active-directory/manage-apps/toc.yml b/articles/active-directory/manage-apps/toc.yml index e93c5236370bf..f5fea5985df5b 100644 --- a/articles/active-directory/manage-apps/toc.yml +++ b/articles/active-directory/manage-apps/toc.yml @@ -7,6 +7,8 @@ href: what-is-application-management.md - name: What is single sign-on (SSO)? href: what-is-single-sign-on.md + - name: What's new in docs? + href: whats-new-docs.md - name: Quickstarts expanded: true items: diff --git a/articles/active-directory/manage-apps/whats-new-docs.md b/articles/active-directory/manage-apps/whats-new-docs.md new file mode 100644 index 0000000000000..717d9fe64a43e --- /dev/null +++ b/articles/active-directory/manage-apps/whats-new-docs.md @@ -0,0 +1,74 @@ +--- +title: "What's new in Azure Active Directory application management" +description: "New and updated documentation for the Azure Active Directory application management." +ms.date: 10/21/2020 +ms.service: active-directory +ms.subservice: app-mgmt +ms.topic: reference +ms.workload: identity +ms.author: kenwith +author: kenwith +manager: CelesteDG +services: active-directory +--- + +# Azure Active Directory application management: What's new + +Welcome to what's new in Azure Active Directory application management documentation. This article lists new docs that have been added and those that have had significant updates in the last three months. + +## September 2020 + +### New articles +- [Quickstart: Set up OIDC-based single sign-on (SSO) for an application in your Azure Active Directory (Azure AD) tenant](add-application-portal-setup-oidc-sso.md) +- [Quickstart: Assign users to an app that is using Azure AD as an identity provider](add-application-portal-assign-users.md) + + +### Updated articles +- [Quickstart: Add an application to your Azure Active Directory (Azure AD) tenant](add-application-portal.md) +- [Troubleshoot common problem adding or removing an application to Azure Active Directory](troubleshoot-adding-apps.md) +- [Managing consent to applications and evaluating consent requests](manage-consent-requests.md) +- [Viewing apps using your Azure AD tenant for identity management](application-types.md) +- [Understand how users are assigned to apps in Azure Active Directory](ways-users-get-assigned-to-applications.md) +- [Manage user assignment for an app in Azure Active Directory](assign-user-or-group-access-portal.md) + + +## August 2020 + +### New articles +- [Single sign-on options in Azure AD](sso-options.md) + + +### Updated articles +- [End-user experiences for applications in Azure Active Directory](end-user-experiences.md) +- [How to use self-service application access](access-panel-manage-self-service-access.md) +- [Troubleshoot problems signing in to an application from Azure AD My Apps](application-sign-in-other-problem-access-panel.md) +- [Troubleshoot password-based single sign-on in Azure AD](troubleshoot-password-based-sso.md) +- [Plan an Azure Active Directory My Apps deployment](access-panel-deployment-plan.md) +- [What is single sign-on (SSO)?](what-is-single-sign-on.md) +- [Take action on overprivileged or suspicious applications in Azure Active Directory](manage-application-permissions.md) +- [Quickstart: Configure properties for an application in your Azure Active Directory (Azure AD) tenant](add-application-portal-configure.md) +- [Automate SAML-based SSO app configuration with Microsoft Graph API](application-saml-sso-configure-api.md) + + +## July 2020 + +### New articles +- [Configure SAML-based single sign-on](configure-saml-single-sign-on.md) +- [Using Azure AD for applications not listed in the app gallery](non-gallery-apps.md) +- [Get It Now - add an app from the Azure Marketplace](get-it-now-azure-marketplace.md) +- [Quickstart: Configure properties for an application in your Azure Active Directory (Azure AD) tenant](add-application-portal-configure.md) +- [Quickstart: Set up single sign-on (SSO) for an application in your Azure Active Directory (Azure AD) tenant](add-application-portal-setup-sso.md) +- [Quickstart: Delete an application from your Azure Active Directory (Azure AD) tenant](delete-application-portal.md) +- [Take action on overpriviledged, or suspicious application in Azure Active Directory](manage-application-permissions.md) + + +### Updated articles +- [Configure linked sign-on](configure-linked-sign-on.md) +- [Configure password-based single sign-on](configure-password-single-sign-on-non-gallery-applications.md) +- [Redirect hard-coded links for apps published with Azure AD Application Proxy](application-proxy-configure-hard-coded-link-translation.md) +- [Publish Remote Desktop with Azure AD Application Proxy](application-proxy-integrate-with-remote-desktop-services.md) +- [Azure AD Application Proxy: Version release history](application-proxy-release-version-history.md) +- [Quickstart: Configure properties for an application in your Azure Active Directory (Azure AD) tenant](add-application-portal-configure.md) +- [Quickstart: Set up single sign-on (SSO) for an application in your Azure Active Directory (Azure AD) tenant](add-application-portal-setup-sso.md) +- [Quickstart: View applications using your Azure Active Directory (Azure AD) tenant for identity management](view-applications-portal.md) +- [Quickstart: Add an application to your Azure Active Directory (Azure AD) tenant](add-application-portal.md)