diff --git a/deploy.sh b/deploy.sh index 94b7ea2..1ef2e9b 100755 --- a/deploy.sh +++ b/deploy.sh @@ -50,8 +50,3 @@ echo "Test in browser: $API_ENDPOINT" echo "" echo "To Delete the Stack use this command" echo "aws cloudformation delete-stack --stack-name $STACK_NAME &" - - - - - diff --git a/json_schema/oidc_callback_schema.json b/json_schema/oidc_callback_schema.json index 009b8d1..4460764 100644 --- a/json_schema/oidc_callback_schema.json +++ b/json_schema/oidc_callback_schema.json @@ -61,4 +61,3 @@ } } } - diff --git a/oidc_extension_callback.yaml b/oidc_extension_webhook.yaml similarity index 98% rename from oidc_extension_callback.yaml rename to oidc_extension_webhook.yaml index bc284e8..19a17ac 100644 --- a/oidc_extension_callback.yaml +++ b/oidc_extension_webhook.yaml @@ -1,6 +1,6 @@ AWSTemplateFormatVersion: '2010-09-09' Description: AWS CloudFormation template that contains a single Lambda function behind - an API Gateway for Okta Sync Callbacks + an API Gateway for Okta Sync Webhooks Resources: CommandsLambda: Type: AWS::Lambda::Function @@ -57,7 +57,7 @@ Resources: callback(null, response); }; - Description: A Lambda that returns Okta Commands for testing sync callbacks + Description: A Lambda that returns Okta Commands for testing sync webhooks FunctionName: CommandsLambda Handler: index.handler Role: !GetAtt 'LambdaExecutionRole.Arn' @@ -80,7 +80,7 @@ Resources: Type: AWS::ApiGateway::RestApi Properties: Name: Commands API - Description: API used for returning commands to okta sync callback requests + Description: API used for returning commands to okta sync webhook requests FailOnWarnings: true LambdaPermission: Type: AWS::Lambda::Permission diff --git a/postman/samlExtensibility.postman_collection b/postman/samlExtensibility.postman_collection index e24ccd8..0446803 100644 --- a/postman/samlExtensibility.postman_collection +++ b/postman/samlExtensibility.postman_collection @@ -1,7 +1,7 @@ { "id": "165ebacc-514e-1911-3ae7-453ed2f0b194", "name": "samlExtensibility", - "description": "Postman request to configure callbacks for SAML Extensibility", + "description": "Postman request to configure webhooks for SAML Extensibility", "order": [ "14e174ac-3e5a-26b3-6207-cd5a7e4f1a2d" ], @@ -44,7 +44,7 @@ "data": [], "dataMode": "raw", "name": "{{url}}/api/v1/callbacks", - "description": "Configure Callback for SAML Apps", + "description": "Configure Webhook for SAML Apps", "descriptionFormat": "html", "time": 1533070332435, "version": 2, diff --git a/pre_registration_callback.yaml b/registration_webhook.yaml similarity index 98% rename from pre_registration_callback.yaml rename to registration_webhook.yaml index dc179f6..d59918b 100644 --- a/pre_registration_callback.yaml +++ b/registration_webhook.yaml @@ -1,6 +1,6 @@ AWSTemplateFormatVersion: '2010-09-09' Description: AWS CloudFormation template that contains a single Lambda function behind - an API Gateway for Okta Sync Callbacks + an API Gateway for Okta Sync Webhooks Resources: CommandsLambda: Type: AWS::Lambda::Function @@ -39,7 +39,7 @@ Resources: callback(null, response); }; - Description: A Lambda that returns Okta Commands for testing sync callbacks + Description: A Lambda that returns Okta Commands for testing sync webhooks FunctionName: CommandsLambda Handler: index.handler Role: !GetAtt 'LambdaExecutionRole.Arn' @@ -62,7 +62,7 @@ Resources: Type: AWS::ApiGateway::RestApi Properties: Name: Commands API - Description: API used for returning commands to okta sync callback requests + Description: API used for returning commands to okta sync webhook requests FailOnWarnings: true LambdaPermission: Type: AWS::Lambda::Permission @@ -152,4 +152,3 @@ Outputs: RootUrl: Description: Root URL of the API gateway Value: !Sub 'https://${CommandsApi}.execute-api.${AWS::Region}.amazonaws.com' - \ No newline at end of file diff --git a/saml_extension_callback.yaml b/saml_extension_webhook.yaml similarity index 98% rename from saml_extension_callback.yaml rename to saml_extension_webhook.yaml index b06c7b2..4e22b80 100644 --- a/saml_extension_callback.yaml +++ b/saml_extension_webhook.yaml @@ -1,6 +1,6 @@ AWSTemplateFormatVersion: '2010-09-09' Description: AWS CloudFormation template that contains a single Lambda function behind - an API Gateway for Okta Sync Callbacks + an API Gateway for Okta Sync Webhooks Resources: CommandsLambda: Type: AWS::Lambda::Function @@ -54,7 +54,7 @@ Resources: }; callback(null, response); }; - Description: A Lambda that returns Okta Commands for testing sync callbacks + Description: A Lambda that returns Okta Commands for testing sync webhooks FunctionName: CommandsLambda Handler: index.handler Role: !GetAtt 'LambdaExecutionRole.Arn' @@ -77,7 +77,7 @@ Resources: Type: AWS::ApiGateway::RestApi Properties: Name: Commands API - Description: API used for returning commands to okta sync callback requests + Description: API used for returning commands to okta sync webhook requests FailOnWarnings: true LambdaPermission: Type: AWS::Lambda::Permission diff --git a/sync_callback.yaml b/sync_webhook.yaml similarity index 98% rename from sync_callback.yaml rename to sync_webhook.yaml index c7e1cbb..2f4ac60 100644 --- a/sync_callback.yaml +++ b/sync_webhook.yaml @@ -1,6 +1,6 @@ AWSTemplateFormatVersion: '2010-09-09' Description: AWS CloudFormation template that contains a single Lambda function behind - an API Gateway for Okta Sync Callbacks + an API Gateway for Okta Sync Webhooks Resources: CommandsLambda: Type: AWS::Lambda::Function @@ -33,7 +33,7 @@ Resources: callback(null, response); }; - Description: A Lambda that returns Okta Commands for testing sync callbacks + Description: A Lambda that returns Okta Commands for testing sync webhooks FunctionName: CommandsLambda Handler: index.handler Role: !GetAtt 'LambdaExecutionRole.Arn' @@ -56,7 +56,7 @@ Resources: Type: AWS::ApiGateway::RestApi Properties: Name: Commands API - Description: API used for returning commands to okta sync callback requests + Description: API used for returning commands to okta sync webhook requests FailOnWarnings: true LambdaPermission: Type: AWS::Lambda::Permission