Skip to content

Commit

Permalink
📝 - feat: OIDC login story [maykinmedia/open-archiefbeheer#390]
Browse files Browse the repository at this point in the history
  • Loading branch information
SilviaAmAm committed Oct 2, 2024
1 parent 87d74dd commit 008ef39
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/templates/login/login.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,23 @@ export const loginTemplate: Story = {
labelLogin: "Log in",
},
};

export const WithOIDC: Story = {
args: {
formProps: {
autoComplete: "off",
fields: [
{
label: "Gebruikersnaam",
name: "username",
},
{
label: "Wachtwoord",
name: "Password",
},
],
},
urlOidcLogin: "http://example.nl/oidc/authenticate/",
labelOidcLogin: "OIDC Login!",
},
};

0 comments on commit 008ef39

Please sign in to comment.