<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D51Y00008FKrvuSADOkta Classic EngineSingle Sign-OnAnswered2026-04-01T09:00:20.000Z2020-04-10T16:03:34.000Z2020-04-12T00:51:29.000Z

gqmra (gqmra) asked a question.

Group Attribute Statements do not show up in saml

Hello,

I added two groups to Group Attribute Statements sections in General tab for SSO with my app. I see fname/lname that I populated in Attribute Statements section in Assertion of the Saml but don't see the Group Attribute Statements part in saml.

The preview does show Group Attribute Statement part but the actual Saml in browser is not showing that section in Saml.

 

 

Image is not available

 

Preview in OKTA

Image is not available

But actual Saml in Saml-tracker

Image is not available


  • BhaskarM.18336 (Customer)

    Try by change "filter" condition in the saml app

    i guess , filter would be 'contains' or 'startswith' in this case.

    incase if you need all groups - then use regex :- .*

  • k5fuw (k5fuw)

    In regular expressions, an asterisk matches zero or more instances of the previous character, so it's not reliable to use it as a wildcard character like you do in most shells. To return group names containing SUPER, you can just enter SUPER and it should return every group that contains that string anywhere in the name. No asterisks needed.

     

    Resources

    RegexLib.com - quick reference sheet for regex

    Regular Expressions 101 - great site for testing your regex

    Expand Post
This question is closed.
Loading
Group Attribute Statements do not show up in saml