Changes for page API Gateway Security - External IDP
Last modified by Carlijn Kokkeler on 2024/09/03 12:28
From version 11.1
edited by Erik Bakker
on 2022/07/26 13:40
on 2022/07/26 13:40
Change comment:
There is no comment for this version
To version 10.1
edited by Erik Bakker
on 2022/07/26 13:17
on 2022/07/26 13:17
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 - API Gateway SecurityExternalIDP1 +expert-securing-data-traffic-api-gw-security-external-idp - Content
-
... ... @@ -9,46 +9,50 @@ 9 9 10 10 == 2. Key concepts == 11 11 12 -This microlearning focuses on using anexternal IDP tovalidate whethera userisauthorized to executeacertainaction on yourAPI Gateway and what configurationisneededin eMagizto make this work.12 +This microlearning focuses on performing image transformations in eMagiz. 13 13 14 -* The Token and Issuer URL of the external IDP need to be known 15 -* Users and Roles under User Management need to be manually configured and maintained to keep them in sync with the external IDP 14 +By image transformation, we mean transforming the raw data that represents an image into another image format. 16 16 17 -== 3. External IDP == 16 +* Read the help text of the component to understand which formats are supported 17 +* Ensure the input image is supplied in the correct format 18 +* Ensure you wrap the output image in something if you want to do additional transformations on the data further downstream 18 18 19 - In the crash course on the API Gateway we discussed the various options available to [[secure>>doc:Main.eMagiz Academy.Microlearnings.Crash Course.Crash Course API Gateway.crashcourse-api-gateway-security.WebHome||target="blank"]]your API Gateway properly. In thismicrolearning, wewill expand ourknowledge on that topic by looking at aspecial case ofsecuring yourAPI Gateway. That caseis special as you use anexternal identity provider (IDP) to govern the roles and users that have rights on your API Gateway.20 +== 3. Image Transformation == 20 20 21 - When selecting the option OAuth2.0(orOpenIDConnect)youhave the optiontosetheIDPprovidedby eMagizwhichmakesthe configuration easyor you coulduse an externalIDPwhichyouhavecontroloverandwant to useforispurposes.22 +In most cases, you will transform XML messages to other XML messages, or you will transform JSON or EDI messages in another of these formats. However, sometimes you want to perform an image transformation. With this image transformation, you can convert images in specific formats to another format (i.e., png). This can come in handy when you want to standardize the image format before using it further downstream in your business application(s). 22 22 23 - In this microlearningwewillhighlightwhatyouneedto configure in Designand Deploytomakethisworkwithin thetoolingof eMagiz.24 +Before we dive into the specifics of how to configure this, let us first consider the following: 24 24 25 -=== 3.1 Design === 26 +* Read the help text of the component to understand which formats are supported 27 +* Ensure the input image is supplied in the correct format 28 +* Ensure you wrap the output image in something if you want to do additional transformations on the data further downstream 26 26 27 - Onthesecuritylevel of the API Gateway inDesignyouneedtoselectthedesiredoption,forxampleOAuth2.0.Instead of not fillinginthetokenandissuerURL,indicatingthatyouwantousethe eMagiz IDP, youneedtoillthese intoreferenceheIDPofyour choice.Belowyouseeanexampleofhowthisouldbeconfigured.30 +{{warning}} This microlearning focuses on the image transformer component. Ensuring that the input is valid and the output fits the remainder of the process is highly dependent on the use case and will therefore not be discussed in this microlearning{{/warning}} 28 28 29 - [[image:Main.Images.Microlearning.WebHome@expert-securing-data-traffic-api-gw-security-external-idp-security-config-design.png]]32 +When turning to the Create phase of eMagiz, we need to open the flow and enter "Start Editing" mode to add the necessary component. For example, in the left panel, you can search for "Image." This will yield the following result. 30 30 31 - Note that theenvironmentIDinthisexampleshould beplaced withanctual environmentID thatreferencesyourenvironment.34 +[[image:Main.Images.Microlearning.WebHome@expert-create-your-transformations-image-transformation-image-transformation-component.png]] 32 32 33 - ===3.2Deploy===36 +After dragging the component onto the canvas, you must define the channels first. 34 34 35 - Normally,eMagiz will automatically updatethe User Managementinformation basedonthe configurationin Design. However, because the identity check isnot done by eMagiz but by an external party youneed tomanuallyenterthe rolesand usersand configure the scope correctly onroleevel.38 +[[image:Main.Images.Microlearning.WebHome@expert-create-your-transformations-image-transformation-image-transformation-component-help.png]] 36 36 37 - Tooso navigate toUser Managementin Deploy and addtheusersyou want manually by pressing theNewbuttonand providingthemwithaame.Do subsequently thesamefor theroles.Onrole level donot forgetto correctly enterthe scope tomakethecallwork. Note thatthehelptext on thescopeevel gentlyremindsyou what you needto do to make this work.40 +Secondly, we must select the desired image format we want to transform. Finally, the field indicates all valid values you can choose. Please note that 'PNG' is the default selection. 38 38 39 -[[image:Main.Images.Microlearning.WebHome@expert- securing-data-traffic-api-gw-security-external-idp-scope-configuration.png]]42 +[[image:Main.Images.Microlearning.WebHome@expert-create-your-transformations-image-transformation-image-transformation-component-image-options.png]] 40 40 41 - {{warning}}Whenimplementingthisyouwould behefirsttodosowith thissetup.Thismeansthere might besomeunexpectedbehaviorwhenconfiguring this.{{/warning}}44 +Once you have done this, the component configuration is finished, and you can transform your input image to a desired output image format. 42 42 43 43 == 4. Assignment == 44 44 45 -No assignment 48 +Check whether the solution we discussed today can be found within your project. 49 +This assignment can be completed within the (Academy) project you created/used in the previous assignment. 46 46 47 47 == 5. Key takeaways == 48 48 49 -* TheTokenandIssuerURLof the externalIDPneedtobeknown50 -* Users and RolesnderUserManagementneedto be manuallyconfiguredandmaintainedto keep theminsync withthe external IDP51 -* Whenimplementingthisyou would bethefirstto do sowith thissetup.53 +* Read the help text of the component to understand which formats are supported 54 +* Ensure the input image is supplied in the correct format 55 +* Ensure you wrap the output image in something if you want to do additional transformations on the data further downstream 52 52 53 53 == 6. Suggested Additional Readings == 54 54