Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

okta scanner - updated credentials screen #1405

Closed
mfbrown opened this issue Oct 12, 2022 · 1 comment · Fixed by #1785
Closed

okta scanner - updated credentials screen #1405

mfbrown opened this issue Oct 12, 2022 · 1 comment · Fixed by #1785
Assignees

Comments

@mfbrown
Copy link

mfbrown commented Oct 12, 2022

As a developer, I want to provide my Okta credentials in the config wizard so that I can execute a scan against my Okta connected systems to populate my data map quickly.

Details
The button to access the Okta credentials screen already exists in the application, but the screen itself is still the AWS screen.

AC

  • Given that I choose the Okta scanning option from the wizard, when the next screen loads then I am shown the form for Okta credentials.
  • Given that the credentials screen has loaded, when I have yet to provide credentials, then the "Scan now" button is disabled.
  • Given that the credentials screen has loaded, when I input credentials then the "Scan Now" button is enabled.
  • Given that I input the incorrect credentials, when I press enter, than I am shown a token error.
  • Given that I input the credentials, when I press enter, then a /generate request is made to begin the Okta scan.
  • Given that I input the credentials, when I press enter and the scan begins, then I am taken to the "In Progress" view

Designs
Base flows are all here: https://www.figma.com/file/NeFvOOb1RT2fcdqZT0vBF2/Fidesctl-Management-UI?node-id=108%3A5125
Token Error Flow: https://www.figma.com/file/NeFvOOb1RT2fcdqZT0vBF2/Fidesctl-Management-UI?node-id=108%3A5130
In Progress View: https://www.figma.com/file/NeFvOOb1RT2fcdqZT0vBF2/Fidesctl-Management-UI?node-id=108%3A5138

@LKCSmith
Copy link
Contributor

@mfbrown - there's a tooltip next to the token field - what is the text for this tooltip?
Also, it looks like in addition to a token field, we will also need a field for the organization URL.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants