{"id":695,"date":"2026-04-12T20:49:33","date_gmt":"2026-04-12T19:49:33","guid":{"rendered":"https:\/\/entertainmentnews.site\/index.php\/2026\/04\/12\/how-to-configure-aws-cognito-for-sso-a-step-by-step-guide\/"},"modified":"2026-04-12T20:49:35","modified_gmt":"2026-04-12T19:49:35","slug":"how-to-configure-aws-cognito-for-sso-a-step-by-step-guide","status":"publish","type":"post","link":"https:\/\/entertainmentnews.site\/index.php\/2026\/04\/12\/how-to-configure-aws-cognito-for-sso-a-step-by-step-guide\/","title":{"rendered":"How to Configure AWS Cognito for SSO: A Step-by-Step Guide"},"content":{"rendered":"<div class=\"anp-pro-entry\">\n<p class=\"anp-pro-lead\">The topic <strong>How to Configure AWS Cognito for SSO: A Step-by-Step Guide<\/strong> is currently the subject of lively discussion \u2014 readers and analysts are keeping a close eye on developments.<\/p>\n<p class=\"anp-pro-p\">This is taking place in a dynamic environment: companies\u2019 decisions and competitors\u2019 reactions can quickly change the picture.<\/p>\n<p class=\"anp-pro-p\">according to the data the multi-tenant application model, we need to create a separate Cognito App Client for each customer and attach their corresponding external OIDC providers.<\/p>\n<p class=\"anp-pro-p\">To create App Client navigate to Application &#8211; App client,\u00a0click to Create App Client<\/p>\n<p class=\"anp-pro-p\">In the setup form, choose\u00a0Traditional web application\u00a0as the application type.<\/p>\n<p class=\"anp-pro-p\">To include user groups in the ID token, we need to add a custom attribute to the Cognito User Pool.<\/p>\n<p class=\"anp-pro-p\">In the form, enter the attribute name as shown below, and then click Save changes.<\/p>\n<p class=\"anp-pro-p\">If \u201croles\u201d scope is configured in Customer OIDC provider, you can add a custom \u201croles\u201d attribute as well and include this attribute in External Cognito Provider.<\/p>\n<p class=\"anp-pro-p\">!important:\u00a0In the form, enter the OpenID Connect attribute to groups\u00a0exactly as shown below, and then click Save changes.<\/p>\n<figure class=\"anp-pro-inline-figure\" style=\"margin:1.75em auto;text-align:center;max-width:100%\"><img decoding=\"async\" class=\"anp-pro-inline-img\" src=\"https:\/\/entertainmentnews.site\/wp-content\/uploads\/2026\/04\/https3A2F2Fdev-to-uploads.s3.amazonaws.com2Fuploads2Farticles2Ff9012wley1uh3c337xpa.webp\" alt=\"\" style=\"margin:0 auto;max-width:100%;width:auto;height:auto;object-fit:contain;object-position:center\" loading=\"lazy\"><\/figure>\n<p class=\"anp-pro-p\">Clarification: We configure these attributes so that the group and role information (optional) is included in the ID Token\u00a0returned by the Identity Provider. If your application uses different scope names, make sure to update the values in the Cognito accordingly (for example, if Provider sends roles under app_groups scope, you should set OpenID Connect attribute to app_groups).<\/p>\n<p class=\"anp-pro-p\">Info:\u00a0If you added a \u201ccustom:roles\u201d attribute in the previous step, you can include the \u201croles\u201d attribute here as well.<\/p>\n<p class=\"anp-pro-p\">or http:\/\/localhost:8000\/api\/oidc\/cognito\/callback\/\u00a0for local testing).<\/p>\n<p class=\"anp-pro-p\">After custom attributes\u00a0setup check in Attribute Permission that Read\u00a0and Write permissions are checked:<\/p>\n<p class=\"anp-pro-p\">After creation, the login page for your App Client will become available and can be accessed directly via its generated URL.<\/p>\n<p class=\"anp-pro-p\">To enable Cognito login\u00a0for your users in your application, you need to retrieve the following three parameters:<\/p>\n<p class=\"anp-pro-p\">You can find this data on our Cognito User Pool and App client pages.<\/p>\n<figure class=\"anp-pro-inline-figure\" style=\"margin:1.75em auto;text-align:center;max-width:100%\"><img decoding=\"async\" class=\"anp-pro-inline-img\" src=\"https:\/\/entertainmentnews.site\/wp-content\/uploads\/2026\/04\/https3A2F2Fdev-to-uploads.s3.amazonaws.com2Fuploads2Farticles2Fydo5lhwmnvyubmeuqe17.webp\" alt=\"\" style=\"margin:0 auto;max-width:100%;width:auto;height:auto;object-fit:contain;object-position:center\" loading=\"lazy\"><\/figure>\n<p class=\"anp-pro-p\">To copy Client ID and Client Secret\u00a0Navigate to corresponding App client:<\/p>\n<p class=\"anp-pro-p\">\u2705 Cognito Setup Complete.\u00a0Your Cognito configuration is now complete and ready for SSO testing.<\/p>\n<p class=\"anp-pro-p\">Templates let you quickly answer FAQs or store snippets for re-use.<\/p>\n<p class=\"anp-pro-p\">Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment&#8217;s permalink.<\/p>\n<p class=\"anp-pro-p\">For further actions, you may consider blocking this person and\/or reporting abuse<\/p>\n<p class=\"anp-pro-p\">Thank you to our Diamond Sponsors for supporting the DEV Community<\/p>\n<p class=\"anp-pro-p\">Google AI is the official AI Model and Platform Partner of DEV<\/p>\n<p class=\"anp-pro-p\">DEV Community \u2014 A space to discuss and keep up software development and manage your software career<\/p>\n<p class=\"anp-pro-p\">Built on Forem \u2014 the open source software that powers DEV and other inclusive communities.<\/p>\n<p class=\"anp-pro-p\">We&#8217;re a place where coders share, stay up-to-date and grow their careers.<\/p>\n<aside class=\"anp-pro-aside\" aria-label=\"context\">\n<p class=\"anp-pro-kicker\">Why it matters<\/p>\n<p class=\"anp-pro-p\">News like this often changes audience expectations and competitors\u2019 plans.<\/p>\n<p class=\"anp-pro-p\">When one player makes a move, others usually react \u2014 it is worth reading the event in context.<\/p>\n<\/aside>\n<aside class=\"anp-pro-aside\" aria-label=\"outlook\">\n<p class=\"anp-pro-kicker\">What to look out for next<\/p>\n<p class=\"anp-pro-p\">The full picture will become clear in time, but the headline already shows the dynamics of the industry.<\/p>\n<p class=\"anp-pro-p\">Further statements and user reactions will add to the story.<\/p>\n<\/aside>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>The topic How to Configure AWS Cognito for SSO: A Step-by-Step Guide is currently the subject of lively discussion \u2014 readers and analysts are keeping a close eye on developments. This is taking place in a dynamic environment: companies\u2019 decisions and competitors\u2019 reactions can quickly change the picture. according to the data the multi-tenant application [&hellip;]<\/p>\n","protected":false},"author":0,"featured_media":696,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[349,347,348,342,350],"class_list":["post-695","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-entertainment","tag-application","tag-attribute","tag-client","tag-cognito","tag-roles"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Configure AWS Cognito for SSO: A Step-by-Step Guide - entertainmentnews.site<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/entertainmentnews.site\/index.php\/2026\/04\/12\/how-to-configure-aws-cognito-for-sso-a-step-by-step-guide\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Configure AWS Cognito for SSO: A Step-by-Step Guide - entertainmentnews.site\" \/>\n<meta property=\"og:description\" content=\"The topic How to Configure AWS Cognito for SSO: A Step-by-Step Guide is currently the subject of lively discussion \u2014 readers and analysts are keeping a close eye on developments. This is taking place in a dynamic environment: companies\u2019 decisions and competitors\u2019 reactions can quickly change the picture. according to the data the multi-tenant application [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/entertainmentnews.site\/index.php\/2026\/04\/12\/how-to-configure-aws-cognito-for-sso-a-step-by-step-guide\/\" \/>\n<meta property=\"og:site_name\" content=\"entertainmentnews.site\" \/>\n<meta property=\"article:published_time\" content=\"2026-04-12T19:49:33+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-12T19:49:35+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/entertainmentnews.site\/wp-content\/uploads\/2026\/04\/https3A2F2Fdev-to-uploads.s3.amazonaws.com2Fuploads2Farticles2Fwb99hsl67fv94ka1gfno.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"627\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/entertainmentnews.site\/index.php\/2026\/04\/12\/how-to-configure-aws-cognito-for-sso-a-step-by-step-guide\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/entertainmentnews.site\/index.php\/2026\/04\/12\/how-to-configure-aws-cognito-for-sso-a-step-by-step-guide\/\"},\"author\":{\"name\":\"\",\"@id\":\"\"},\"headline\":\"How to Configure AWS Cognito for SSO: A Step-by-Step Guide\",\"datePublished\":\"2026-04-12T19:49:33+00:00\",\"dateModified\":\"2026-04-12T19:49:35+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/entertainmentnews.site\/index.php\/2026\/04\/12\/how-to-configure-aws-cognito-for-sso-a-step-by-step-guide\/\"},\"wordCount\":557,\"image\":{\"@id\":\"https:\/\/entertainmentnews.site\/index.php\/2026\/04\/12\/how-to-configure-aws-cognito-for-sso-a-step-by-step-guide\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/entertainmentnews.site\/wp-content\/uploads\/2026\/04\/https3A2F2Fdev-to-uploads.s3.amazonaws.com2Fuploads2Farticles2Fwb99hsl67fv94ka1gfno.webp\",\"keywords\":[\"Application\",\"Attribute\",\"Client\",\"Cognito\",\"Roles\"],\"articleSection\":[\"Entertainment\"],\"inLanguage\":\"en-GB\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/entertainmentnews.site\/index.php\/2026\/04\/12\/how-to-configure-aws-cognito-for-sso-a-step-by-step-guide\/\",\"url\":\"https:\/\/entertainmentnews.site\/index.php\/2026\/04\/12\/how-to-configure-aws-cognito-for-sso-a-step-by-step-guide\/\",\"name\":\"How to Configure AWS Cognito for SSO: A Step-by-Step Guide - entertainmentnews.site\",\"isPartOf\":{\"@id\":\"https:\/\/entertainmentnews.site\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/entertainmentnews.site\/index.php\/2026\/04\/12\/how-to-configure-aws-cognito-for-sso-a-step-by-step-guide\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/entertainmentnews.site\/index.php\/2026\/04\/12\/how-to-configure-aws-cognito-for-sso-a-step-by-step-guide\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/entertainmentnews.site\/wp-content\/uploads\/2026\/04\/https3A2F2Fdev-to-uploads.s3.amazonaws.com2Fuploads2Farticles2Fwb99hsl67fv94ka1gfno.webp\",\"datePublished\":\"2026-04-12T19:49:33+00:00\",\"dateModified\":\"2026-04-12T19:49:35+00:00\",\"author\":{\"@id\":\"\"},\"breadcrumb\":{\"@id\":\"https:\/\/entertainmentnews.site\/index.php\/2026\/04\/12\/how-to-configure-aws-cognito-for-sso-a-step-by-step-guide\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/entertainmentnews.site\/index.php\/2026\/04\/12\/how-to-configure-aws-cognito-for-sso-a-step-by-step-guide\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/entertainmentnews.site\/index.php\/2026\/04\/12\/how-to-configure-aws-cognito-for-sso-a-step-by-step-guide\/#primaryimage\",\"url\":\"https:\/\/entertainmentnews.site\/wp-content\/uploads\/2026\/04\/https3A2F2Fdev-to-uploads.s3.amazonaws.com2Fuploads2Farticles2Fwb99hsl67fv94ka1gfno.webp\",\"contentUrl\":\"https:\/\/entertainmentnews.site\/wp-content\/uploads\/2026\/04\/https3A2F2Fdev-to-uploads.s3.amazonaws.com2Fuploads2Farticles2Fwb99hsl67fv94ka1gfno.webp\",\"width\":1200,\"height\":627},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/entertainmentnews.site\/index.php\/2026\/04\/12\/how-to-configure-aws-cognito-for-sso-a-step-by-step-guide\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/entertainmentnews.site\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Configure AWS Cognito for SSO: A Step-by-Step Guide\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/entertainmentnews.site\/#website\",\"url\":\"https:\/\/entertainmentnews.site\/\",\"name\":\"entertainmentnews.site\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/entertainmentnews.site\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Configure AWS Cognito for SSO: A Step-by-Step Guide - entertainmentnews.site","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/entertainmentnews.site\/index.php\/2026\/04\/12\/how-to-configure-aws-cognito-for-sso-a-step-by-step-guide\/","og_locale":"en_GB","og_type":"article","og_title":"How to Configure AWS Cognito for SSO: A Step-by-Step Guide - entertainmentnews.site","og_description":"The topic How to Configure AWS Cognito for SSO: A Step-by-Step Guide is currently the subject of lively discussion \u2014 readers and analysts are keeping a close eye on developments. This is taking place in a dynamic environment: companies\u2019 decisions and competitors\u2019 reactions can quickly change the picture. according to the data the multi-tenant application [&hellip;]","og_url":"https:\/\/entertainmentnews.site\/index.php\/2026\/04\/12\/how-to-configure-aws-cognito-for-sso-a-step-by-step-guide\/","og_site_name":"entertainmentnews.site","article_published_time":"2026-04-12T19:49:33+00:00","article_modified_time":"2026-04-12T19:49:35+00:00","og_image":[{"width":1200,"height":627,"url":"https:\/\/entertainmentnews.site\/wp-content\/uploads\/2026\/04\/https3A2F2Fdev-to-uploads.s3.amazonaws.com2Fuploads2Farticles2Fwb99hsl67fv94ka1gfno.webp","type":"image\/webp"}],"twitter_card":"summary_large_image","twitter_misc":{"Estimated reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/entertainmentnews.site\/index.php\/2026\/04\/12\/how-to-configure-aws-cognito-for-sso-a-step-by-step-guide\/#article","isPartOf":{"@id":"https:\/\/entertainmentnews.site\/index.php\/2026\/04\/12\/how-to-configure-aws-cognito-for-sso-a-step-by-step-guide\/"},"author":{"name":"","@id":""},"headline":"How to Configure AWS Cognito for SSO: A Step-by-Step Guide","datePublished":"2026-04-12T19:49:33+00:00","dateModified":"2026-04-12T19:49:35+00:00","mainEntityOfPage":{"@id":"https:\/\/entertainmentnews.site\/index.php\/2026\/04\/12\/how-to-configure-aws-cognito-for-sso-a-step-by-step-guide\/"},"wordCount":557,"image":{"@id":"https:\/\/entertainmentnews.site\/index.php\/2026\/04\/12\/how-to-configure-aws-cognito-for-sso-a-step-by-step-guide\/#primaryimage"},"thumbnailUrl":"https:\/\/entertainmentnews.site\/wp-content\/uploads\/2026\/04\/https3A2F2Fdev-to-uploads.s3.amazonaws.com2Fuploads2Farticles2Fwb99hsl67fv94ka1gfno.webp","keywords":["Application","Attribute","Client","Cognito","Roles"],"articleSection":["Entertainment"],"inLanguage":"en-GB"},{"@type":"WebPage","@id":"https:\/\/entertainmentnews.site\/index.php\/2026\/04\/12\/how-to-configure-aws-cognito-for-sso-a-step-by-step-guide\/","url":"https:\/\/entertainmentnews.site\/index.php\/2026\/04\/12\/how-to-configure-aws-cognito-for-sso-a-step-by-step-guide\/","name":"How to Configure AWS Cognito for SSO: A Step-by-Step Guide - entertainmentnews.site","isPartOf":{"@id":"https:\/\/entertainmentnews.site\/#website"},"primaryImageOfPage":{"@id":"https:\/\/entertainmentnews.site\/index.php\/2026\/04\/12\/how-to-configure-aws-cognito-for-sso-a-step-by-step-guide\/#primaryimage"},"image":{"@id":"https:\/\/entertainmentnews.site\/index.php\/2026\/04\/12\/how-to-configure-aws-cognito-for-sso-a-step-by-step-guide\/#primaryimage"},"thumbnailUrl":"https:\/\/entertainmentnews.site\/wp-content\/uploads\/2026\/04\/https3A2F2Fdev-to-uploads.s3.amazonaws.com2Fuploads2Farticles2Fwb99hsl67fv94ka1gfno.webp","datePublished":"2026-04-12T19:49:33+00:00","dateModified":"2026-04-12T19:49:35+00:00","author":{"@id":""},"breadcrumb":{"@id":"https:\/\/entertainmentnews.site\/index.php\/2026\/04\/12\/how-to-configure-aws-cognito-for-sso-a-step-by-step-guide\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/entertainmentnews.site\/index.php\/2026\/04\/12\/how-to-configure-aws-cognito-for-sso-a-step-by-step-guide\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/entertainmentnews.site\/index.php\/2026\/04\/12\/how-to-configure-aws-cognito-for-sso-a-step-by-step-guide\/#primaryimage","url":"https:\/\/entertainmentnews.site\/wp-content\/uploads\/2026\/04\/https3A2F2Fdev-to-uploads.s3.amazonaws.com2Fuploads2Farticles2Fwb99hsl67fv94ka1gfno.webp","contentUrl":"https:\/\/entertainmentnews.site\/wp-content\/uploads\/2026\/04\/https3A2F2Fdev-to-uploads.s3.amazonaws.com2Fuploads2Farticles2Fwb99hsl67fv94ka1gfno.webp","width":1200,"height":627},{"@type":"BreadcrumbList","@id":"https:\/\/entertainmentnews.site\/index.php\/2026\/04\/12\/how-to-configure-aws-cognito-for-sso-a-step-by-step-guide\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/entertainmentnews.site\/"},{"@type":"ListItem","position":2,"name":"How to Configure AWS Cognito for SSO: A Step-by-Step Guide"}]},{"@type":"WebSite","@id":"https:\/\/entertainmentnews.site\/#website","url":"https:\/\/entertainmentnews.site\/","name":"entertainmentnews.site","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/entertainmentnews.site\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"}]}},"_links":{"self":[{"href":"https:\/\/entertainmentnews.site\/index.php\/wp-json\/wp\/v2\/posts\/695","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/entertainmentnews.site\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/entertainmentnews.site\/index.php\/wp-json\/wp\/v2\/types\/post"}],"replies":[{"embeddable":true,"href":"https:\/\/entertainmentnews.site\/index.php\/wp-json\/wp\/v2\/comments?post=695"}],"version-history":[{"count":1,"href":"https:\/\/entertainmentnews.site\/index.php\/wp-json\/wp\/v2\/posts\/695\/revisions"}],"predecessor-version":[{"id":702,"href":"https:\/\/entertainmentnews.site\/index.php\/wp-json\/wp\/v2\/posts\/695\/revisions\/702"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/entertainmentnews.site\/index.php\/wp-json\/wp\/v2\/media\/696"}],"wp:attachment":[{"href":"https:\/\/entertainmentnews.site\/index.php\/wp-json\/wp\/v2\/media?parent=695"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/entertainmentnews.site\/index.php\/wp-json\/wp\/v2\/categories?post=695"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/entertainmentnews.site\/index.php\/wp-json\/wp\/v2\/tags?post=695"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}