-
Notifications
You must be signed in to change notification settings - Fork 35
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
sig#809: Management Page for Onboarding Service Providers #541
Comments
@lavanya-bmw more details will be needed as part of the refinement. I suggest to start based on the existing information and after the initial functions are implemented lets meet in a meeting and discuss further details |
@jjeroch |
@lavanya-bmw Regarding the endpoint - I am checking the available implementation right now. Will come back asap. |
wont make it to 24.08. - rescheduled to 24.12 |
@lavanya-bmw PR is under review and should be merged today |
@lavanya-bmw please adjust the design on this structure it should be identical to the customer overview |
as aligned @lavanya-bmw
|
@MaximilianHauer should we move the issue to milestone for R24.12 due to #541 (comment)? |
@evegufy moved it to 24.12. |
Description:
This ticket involves implementing the frontend of the management page for onboarding service providers. The page should include the following functionalities:
Callback URL Configuration: Allow service providers to configure callback URLs for receiving notifications and updates from the customer registration process.
IDP Record Management: Provide a user-friendly interface for service providers to manage their IDP (Identity Provider) records. This includes adding, editing, and deleting IDP records.
Overview/List of Registered Customers: Fetch and display a list of registered customers along with their status. This list should be dynamically updated from the backend.
Figma Design: https://www.figma.com/file/pcHZWXTQJUguIT75QSk9KW/Portal-Designs?type=design&node-id=10225-93156&mode=design&t=VgPxdipkIebDxY3k-0
Tasks:
Design:
CallBack URL & Edit function
Display the existing Callback URL
GET /api/administration/RegistrationStatus/callback
And change of the callback URL
POST /api/administration/RegistrationStatus/callback
IdP Section
Endoint:
GET /api/administration/identityprovider/owncompany/identityproviders
Customer Sections
The text was updated successfully, but these errors were encountered: