Skip to content

Commit 6a72e3b

Browse files
authored
Merge pull request #91173 from kaldesai/SRVLOGIC-97-Initial-PR
PR for SRVLOGIC-97: Create an initial PR that sets up the basic OSL "Managing security" directory structure.
2 parents c5604de + 3b22491 commit 6a72e3b

File tree

7 files changed

+33
-0
lines changed

7 files changed

+33
-0
lines changed

_topic_maps/_topic_map.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,13 @@ Topics:
385385
File: serverless-logic-configuring-openAPI-services-endpoints
386386
- Name: Troubleshooting services
387387
File: serverless-logic-troubleshooting-services
388+
- Name: Managing security
389+
Dir: serverless-logic-managing-security
390+
Topics:
391+
- Name: Authentication for OpenAPI services
392+
File: serverless-logic-authentication-openapi-services
393+
- Name: Authentication for third-party services by using OAuth 2.0
394+
File: serverless-logic-authentication-third-party-services
388395
- Name: Supporting services
389396
Dir: serverless-logic-supporting-services
390397
Topics:
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../_attributes/
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../images/
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../modules/
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
:_mod-docs-content-type: ASSEMBLY
2+
[id="serverless-logic-authentication-openapi-services"]
3+
= Authentication for OpenAPI services
4+
include::_attributes/common-attributes.adoc[]
5+
:context: serverless-logic-authentication-openapi-services
6+
7+
toc::[]
8+
9+
To secure an OpenAPI service operation, define a security scheme by using the OpenAPI specification. These schemes are in the `Security Scheme Object` section of the OpenAPI specification file. When a workflow invokes an operation, it uses the defined security scheme to determine the required authentication configuration.
10+
11+
//I will include more modules in smaller, incremental PRs to avoid having one large PR. Currently building the directory structure for the OSL content.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
:_mod-docs-content-type: ASSEMBLY
2+
[id="serverless-logic-authentication-third-party-services"]
3+
= Authentication for third-party services by using OAuth 2.0
4+
include::_attributes/common-attributes.adoc[]
5+
:context: serverless-logic-authentication-third-party-services
6+
7+
toc::[]
8+
9+
You can implement and configure a workflow that orchestrates interactions with a REST service that is secured by OAuth 2.0.
10+
11+
//I will include more modules in smaller, incremental PRs to avoid having one large PR. Currently building the directory structure for the OSL content.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../snippets/

0 commit comments

Comments
 (0)