faint-sandwich-26722
10/28/2022, 9:58 AMhigh-optician-2097
faint-sandwich-26722
10/28/2022, 10:37 AMhigh-optician-2097
node.SAMLGroup
looks new. It’s probably being filtered out. @proud-plumber-24205 is back next week - he’s the author of Ory elements - and can take a lookfaint-sandwich-26722
10/31/2022, 9:40 AMnode.SAMLGroup
as a second step to return user groups in our SAML assertions, but it is normally decorrelated from the login button. Thanks for your answer we'll wait for the answer of @proud-plumber-24205 :)proud-plumber-24205
10/31/2022, 10:09 AMoidc
section here
You will probably also need to add a new settings section for the settings page (link / unlick saml?) like we have it here.proud-plumber-24205
10/31/2022, 10:10 AMUserSettingsCard
component which renders the sections the flow contains
https://github.com/ory/elements/blob/main/src/react-components/ory/user-settings-card.tsxfaint-sandwich-26722
10/31/2022, 2:19 PMproud-plumber-24205
10/31/2022, 2:24 PMflow.ui
object which is very dynamic, but this causes problems with structure and design. So right now we opted to expect certain flow nodes in the structure we want. Later we will probably abstract this more so that anyone can change this structure without needing to change the component code. But for now let's add a new section above the oidc
section inside the UserAuthCard
and UserSettingsCard
faint-sandwich-26722
10/31/2022, 2:41 PMfaint-sandwich-26722
11/09/2022, 3:43 PMproud-plumber-24205
11/09/2022, 4:25 PMfaint-sandwich-26722
11/17/2022, 10:55 AMThis condition will always return 'false' since the types 'UiNodeGroupEnum' and '"saml"' have no overlap
This enum seems to be defined in @ory\client\api.ts.
So should I do another PR in order to update it?proud-plumber-24205
11/17/2022, 12:21 PM@ory/client
. it's possible we just need to create a new release for it.faint-sandwich-26722
11/17/2022, 2:10 PM@ory/client
yet as, as far as I know, the SAML federation concept only exists from out contributions.
So should we do something on @ory/client
too, or wait for you to add the enum value in another release?proud-plumber-24205
11/17/2022, 2:24 PMfaint-sandwich-26722
11/17/2022, 2:42 PM