Skip to content

Commit

Permalink
Merge branch 'main' into hh-1945408
Browse files Browse the repository at this point in the history
  • Loading branch information
hhunter-ms committed Jun 1, 2022
2 parents fdfa199 + 39479cd commit 062bb2c
Show file tree
Hide file tree
Showing 696 changed files with 13,575 additions and 8,332 deletions.
21 changes: 19 additions & 2 deletions .openpublishing.publish.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,18 @@
"need_preview_pull_request": true,
"contribution_branch_mappings": {},
"dependent_repositories": [
{
"path_to_root": "azure-dev-docs-pr",
"url": "https://github.com/MicrosoftDocs/azure-dev-docs-pr",
"branch": "main",
"branch_mapping": {}
},
{
"path_to_root": "terraform_samples",
"url": "https://github.com/Azure/terraform",
"branch": "master",
"branch_mapping": {}
},
{
"path_to_root": "quickstart-templates",
"url": "https://github.com/Azure/azure-quickstart-templates",
Expand Down Expand Up @@ -79,7 +91,7 @@
"url": "https://github.com/Azure-Samples/msdocs-storage-bind-function-service",
"branch": "main",
"branch_mapping": {}
},
},
{
"path_to_root": "azure_cli_scripts",
"url": "https://github.com/Azure-Samples/azure-cli-samples",
Expand Down Expand Up @@ -889,8 +901,13 @@
"url": "https://github.com/Azure-Samples/azure-sql-binding-func-dotnet-todo",
"branch": "docs-snippets",
"branch_mapping": {}
},
{
"path_to_root": "ms-identity-node",
"url": "https://github.com/Azure-Samples/ms-identity-node",
"branch": "main",
"branch_mapping": {}
}

],
"branch_target_mapping": {
"live": ["Publish", "PDF"],
Expand Down
11 changes: 8 additions & 3 deletions .openpublishing.redirection.azure-monitor.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
},
{
"source_path_from_root": "/articles/azure-monitor/alerts/alerts-metric-overview.md" ,
"redirect_url": "/azure/azure-monitor/alerts/alert-types.md#metric-alerts",
"redirect_url": "/azure/azure-monitor/alerts/alert-types.md",
"redirect_document_id": false
},
{
Expand All @@ -172,12 +172,17 @@
},
{
"source_path_from_root": "/articles/azure-monitor/alerts/alerts-unified-log.md" ,
"redirect_url": "/azure/azure-monitor/alerts/alert-types.md#log-alerts",
"redirect_url": "/azure/azure-monitor/alerts/alert-types.md",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/azure-monitor/alerts/activity-log-alerts.md" ,
"redirect_url": "/azure/azure-monitor/alerts/alert-types.md#activity-log-alerts",
"redirect_url": "/azure/azure-monitor/alerts/alert-types.md",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/azure-monitor/insights/data-explorer.md" ,
"redirect_url": "/azure/data-explorer/data-explorer-insights",
"redirect_document_id": false
}
]
Expand Down
10 changes: 10 additions & 0 deletions .openpublishing.redirection.json
Original file line number Diff line number Diff line change
Expand Up @@ -2718,6 +2718,11 @@
"redirect_url": "/azure/aks/load-balancer-standard",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/aks/keda.md",
"redirect_url": "/azure/aks/keda-about",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/analysis-services/analysis-services-create-model-portal.md",
"redirect_url": "/azure/analysis-services/analysis-services-overview",
Expand Down Expand Up @@ -43274,6 +43279,11 @@
"redirect_url": "/azure/cognitive-services/translator/custom-translator/key-terms",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/applied-ai-services/form-recognizer/generate-sas-tokens.md",
"redirect_url": "/azure/applied-ai-services/form-recognizer/create-sas-tokens",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/cognitive-services/language-service/text-summarization/how-to/call-api.md",
"redirect_url": "/azure/cognitive-services/language-service/summarization/how-to/document-summarization",
Expand Down
2 changes: 1 addition & 1 deletion articles/active-directory-b2c/partner-gallery.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Our ISV partner network extends our solution capabilities to help you build seam
To be considered into this sample documentation, submit your application request in the [Microsoft Application Network portal](https://microsoft.sharepoint.com/teams/apponboarding/Apps/SitePages/Default.aspx). For any additional questions, send an email to [[email protected]](mailto:[email protected]).

>[!NOTE]
>The [Azure Active Directory B2C community site on GitHub](https://azure-ad-b2c.github.io/azureadb2ccommunity.io/) also provides sample custom policies from the community.
>The [Azure Active Directory B2C community site on GitHub](https://github.com/azure-ad-b2c/partner-integrations) also provides sample custom policies from the community.
## Identity verification and proofing

Expand Down
15 changes: 14 additions & 1 deletion articles/active-directory-b2c/secure-rest-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -484,9 +484,22 @@ The following XML snippet is an example of a RESTful technical profile configure
</ClaimsProvider>
```

::: zone-end
Add the validation technical profile reference to the sign up technical profile, which calls the `REST-AcquireAccessToken`. This behavior means that Azure AD B2C moves on to create the account in the directory only after successful validation.



For example:
```XML
<ValidationTechnicalProfiles>
....
<ValidationTechnicalProfile ReferenceId="REST-AcquireAccessToken" />
....
</ValidationTechnicalProfiles>
```


::: zone-end

## API key authentication

::: zone pivot="b2c-user-flow"
Expand Down
11 changes: 11 additions & 0 deletions articles/active-directory-b2c/whats-new-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,17 @@ manager: CelesteDG

Welcome to what's new in Azure Active Directory B2C documentation. This article lists new docs that have been added and those that have had significant updates in the last three months. To learn what's new with the B2C service, see [What's new in Azure Active Directory](../active-directory/fundamentals/whats-new.md).


## May 2022

### Updated articles

- [Set redirect URLs to b2clogin.com for Azure Active Directory B2C](b2clogin.md)
- [Enable custom domains for Azure Active Directory B2C](custom-domain.md)
- [Configure xID with Azure Active Directory B2C for passwordless authentication](partner-xid.md)
- [UserJourneys](userjourneys.md)
- [Secure your API used an API connector in Azure AD B2C](secure-rest-api.md)

## April 2022

### New articles
Expand Down
Original file line number Diff line number Diff line change
@@ -1,161 +1,161 @@
- name: CloudKnox Permissions Management
- name: Permissions Management
href: index.yml
- name: Overview
expanded: true
items:
- name: What's CloudKnox Permissions Management?
href: cloudknox-overview.md
- name: What's Permissions Management?
href: overview.md
- name: How-to guides
expanded: true
items:
- name: Onboard CloudKnox on the Azure AD tenant
- name: Onboard Permissions Management on the Azure AD tenant
expanded: true
items:
- name: Enable CloudKnox in your organization
href: cloudknox-onboard-enable-tenant.md
- name: Enable Permissions Management in your organization
href: onboard-enable-tenant.md
- name: Onboard an AWS account
href: cloudknox-onboard-aws.md
href: onboard-aws.md
- name: Onboard an Azure subscription
href: cloudknox-onboard-azure.MD
href: onboard-azure.MD
- name: Onboard a GCP project
href: cloudknox-onboard-gcp.md
href: onboard-gcp.md
- name: Enable or disable the controller after onboarding is complete
href: cloudknox-onboard-enable-controller-after-onboarding.md
href: onboard-enable-controller-after-onboarding.md
- name: Add an account/ subscription/ project after onboarding is complete
href: cloudknox-onboard-add-account-after-onboarding.md
href: onboard-add-account-after-onboarding.md
- name: View risk metrics in your authorization system
expanded: false
items:
- name: View key statistics and data about your authorization system
href: cloudknox-ui-dashboard.md
href: ui-dashboard.md
- name: View data about the activity in your authorization system
href: cloudknox-product-dashboard.md
href: product-dashboard.md
- name: Configure settings for data collection
expanded: false
items:
- name: View and configure settings for data collection
href: cloudknox-product-data-sources.md
href: product-data-sources.md
- name: Display an inventory of created resources and licenses
href: cloudknox-product-data-inventory.md
href: product-data-inventory.md
- name: Manage organizational and personal information
expanded: false
items:
- name: View personal and organization information
href: cloudknox-product-account-settings.md
href: product-account-settings.md
- name: View information about identities, resources, and tasks
expanded: false
items:
- name: View analytic information with the Analytics dashboard
href: cloudknox-usage-analytics-home.md
href: usage-analytics-home.md
- name: View analytic information about users
href: cloudknox-usage-analytics-users.md
href: usage-analytics-users.md
- name: View analytic information about groups
href: cloudknox-usage-analytics-groups.md
href: usage-analytics-groups.md
- name: View analytic information about active resources
href: cloudknox-usage-analytics-active-resources.md
href: usage-analytics-active-resources.md
- name: View analytic information about active tasks
href: cloudknox-usage-analytics-active-tasks.md
href: usage-analytics-active-tasks.md
- name: View analytic information about access keys
href: cloudknox-usage-analytics-access-keys.md
href: usage-analytics-access-keys.md
- name: View analytic information about serverless functions
href: cloudknox-usage-analytics-serverless-functions.md
href: usage-analytics-serverless-functions.md
- name: Manage roles/policies and permission requests
expanded: false
items:
- name: View roles/policies and requests for permission in the Remediation dashboard
href: cloudknox-ui-remediation.md
href: ui-remediation.md
- name: View information about roles/policies
href: cloudknox-howto-view-role-policy.md
href: how-to-view-role-policy.md
- name: View information about active and completed tasks
href: cloudknox-ui-tasks.md
href: ui-tasks.md
- name: Create a role/policy
href: cloudknox-howto-create-role-policy.md
href: how-to-create-role-policy.md
- name: Clone a role/policy
href: cloudknox-howto-clone-role-policy.md
href: how-to-clone-role-policy.md
- name: Modify a role/policy
href: cloudknox-howto-modify-role-policy.md
href: how-to-modify-role-policy.md
- name: Delete a role/policy
href: cloudknox-howto-delete-role-policy.md
href: how-to-delete-role-policy.md
- name: Attach and detach policies for AWS identities
href: cloudknox-howto-attach-detach-permissions.md
href: how-to-attach-detach-permissions.md
- name: Add and remove roles and tasks for Azure and GCP identities
href: cloudknox-howto-add-remove-role-task.md
href: how-to-add-remove-role-task.md
- name: Revoke access to high-risk and unused tasks or assign read-only status
href: cloudknox-howto-revoke-task-readonly-status.md
href: how-to-revoke-task-readonly-status.md
- name: Create or approve a request for permissions
href: cloudknox-howto-create-approve-privilege-request.md
href: how-to-create-approve-privilege-request.md
- name: Manage users, roles, and their access levels
expanded: false
items:
- name: Manage users and groups
href: cloudknox-ui-user-management.md
href: ui-user-management.md
# - name: Define and manage users, roles, and access levels
# href: cloudknox-product-define-permission-levels.md
# href: product-define-permission-levels.md
- name: Select group-based permissions settings
href: cloudknox-howto-create-group-based-permissions.md
href: how-to-create-group-based-permissions.md
- name: Use queries to view information about user access
expanded: false
items:
- name: Use queries to see how users access information
href: cloudknox-ui-audit-trail.md
href: ui-audit-trail.md
- name: Create a custom query
href: cloudknox-howto-create-custom-queries.md
href: how-to-create-custom-queries.md
- name: Generate an on-demand report from a query
href: cloudknox-howto-audit-trail-results.md
href: how-to-audit-trail-results.md
- name: Filter and query user activity
href: cloudknox-product-audit-trail.md
href: product-audit-trail.md
- name: Set activity alerts and triggers
expanded: false
items:
- name: View information about activity triggers
href: cloudknox-ui-triggers.md
href: ui-triggers.md
- name: Create and view activity alerts and alert triggers
href: cloudknox-howto-create-alert-trigger.md
href: how-to-create-alert-trigger.md
- name: Create and view rule-based anomalies and anomaly triggers
href: cloudknox-product-rule-based-anomalies.md
href: product-rule-based-anomalies.md
- name: Create and view statistical anomalies and anomaly triggers
href: cloudknox-product-statistical-anomalies.md
href: product-statistical-anomalies.md
- name: Create and view permission analytics triggers
href: cloudknox-product-permission-analytics.md
href: product-permission-analytics.md
- name: Manage rules for authorization systems
expanded: false
items:
- name: View rules in the Autopilot dashboard
href: cloudknox-ui-autopilot.md
href: ui-autopilot.md
- name: Create a rule
href: cloudknox-howto-create-rule.md
href: how-to-create-rule.md
- name: Generate, view, and apply rule recommendations
href: cloudknox-howto-recommendations-rule.md
href: how-to-recommendations-rule.md
- name: View notification settings for a rule
href: cloudknox-howto-notifications-rule.md
href: how-to-notifications-rule.md
- name: Create and view reports
expanded: false
items:
- name: View system reports in the Reports dashboard
href: cloudknox-product-reports.md
href: product-reports.md
- name: View a list and description of system reports
href: cloudknox-all-reports.md
href: all-reports.md
- name: Generate and view a system report
href: cloudknox-report-view-system-report.md
href: report-view-system-report.md
- name: Create, view, and share a custom report
href: cloudknox-report-create-custom-report.md
href: report-create-custom-report.md
- name: Generate and download the Permissions analytics report
href: cloudknox-product-permissions-analytics-reports.md
href: product-permissions-analytics-reports.md
- name: Troubleshoot
expanded: false
items:
- name: Troubleshoot issues
href: cloudknox-troubleshoot.md
href: troubleshoot.md
- name: Training videos
expanded: false
items:
- name: Get started with CloudKnox training videos
href: cloudknox-training-videos.md
- name: Get started with Permissions Management training videos
href: training-videos.md
- name: Reference
expanded: false
items:
- name: FAQs
href: cloudknox-faqs.md
href: faqs.md
- name: Glossary
href: cloudknox-multi-cloud-glossary.md
href: multi-cloud-glossary.md

Loading

0 comments on commit 062bb2c

Please sign in to comment.