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

fix(OSP): added auth url field in IDP config creation #1280

Conversation

Usmanfee
Copy link
Contributor

@Usmanfee Usmanfee commented Oct 28, 2024

Description

Added new field of Auth URL for auth token address of IDP registration. Also removed the check of .well-known/openid-configuration for URL validation. URL just need to be in standard format with standard validation to check for valid URL and no need to check for ending substring as part of validation.

Changelog entry:

- **OSP Management**
  - Added new field of Auth URL in IDP config creation [#1281](https://github.com/eclipse-tractusx/portal-frontend/issues/1281)

Why

Previously we always sending empty string for Auth URL but now it is business requirement to allow to get Auth token URL so needed to add this new field.

Issue

#1281

Please delete options that are not relevant.

  • I have performed a self-review of my own code
  • I have successfully tested my changes locally

@Usmanfee Usmanfee changed the title Draft: fix: rename statuscall url label and introduced auth url field fix: added auth url field in IDP config creation Oct 29, 2024
@Usmanfee Usmanfee marked this pull request as ready for review October 29, 2024 10:31
@Usmanfee Usmanfee changed the title fix: added auth url field in IDP config creation Draft: fix: added auth url field in IDP config creation Oct 29, 2024
@Usmanfee Usmanfee self-assigned this Oct 29, 2024
@saadanzari
Copy link
Contributor

@Usmanfee pls fix the linting issues. and the title

@Usmanfee Usmanfee changed the title Draft: fix: added auth url field in IDP config creation fix(OSP): added auth url field in IDP config creation Oct 30, 2024
@Usmanfee
Copy link
Contributor Author

@saadanzari I fixed the PR title and linting but no any obvious clue about dependencies error.

Copy link

sonarcloud bot commented Oct 30, 2024

Copy link
Contributor

@ss-nikunj ss-nikunj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm

@evegufy evegufy changed the base branch from main to release/v2.3.0-RC3 November 7, 2024 10:51
@evegufy evegufy added this to the Release 2.3.0 (24.12) milestone Nov 7, 2024
@evegufy
Copy link
Contributor

evegufy commented Nov 7, 2024

@lavanya-bmw @manojava-gk @kunalgaurav-bmw please review

Copy link
Contributor

@manojava-gk manojava-gk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

small clarification

@oyo oyo merged commit 316d773 into eclipse-tractusx:release/v2.3.0-RC3 Nov 11, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: USER READY
Development

Successfully merging this pull request may close these issues.

8 participants