-
Notifications
You must be signed in to change notification settings - Fork 32
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
fix(OSP): added auth url field in IDP config creation #1280
Conversation
…e/v2.3.0-RC1 build(2.3.0-rc1): bump version and update docs
src/components/pages/OnboardingServiceProvider/OnboardingServiceProvider.tsx
Show resolved
Hide resolved
@Usmanfee pls fix the linting issues. and the title |
@saadanzari I fixed the PR title and linting but no any obvious clue about dependencies error. |
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm
@lavanya-bmw @manojava-gk @kunalgaurav-bmw please review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
small clarification
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:
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.