-
Notifications
You must be signed in to change notification settings - Fork 47
refactor: move STS modules to IdentityHub #623
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
refactor: move STS modules to IdentityHub #623
Conversation
| } | ||
|
|
||
| @Provider | ||
| public StsClientTokenGeneratorService clientTokenService(ServiceExtensionContext context) { |
Check notice
Code scanning / CodeQL
Useless parameter Note
| } | ||
|
|
||
|
|
||
| public Builder id(String id) { |
Check notice
Code scanning / CodeQL
Missing Override annotation Note
Builder<StsAccount,Builder>.id
| * @param parameters Optional generator arguments, such as a salt value. Not all generators require this value. | ||
| * @return a randomly generated client secret. | ||
| */ | ||
| String generateClientSecret(@Nullable Object parameters); |
Check notice
Code scanning / CodeQL
Useless parameter Note
b42e3ff to
f0ca12e
Compare
jimmarino
left a comment
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.
✂️
What this PR changes/adds
This PR moves most STS modules into IdentityHub and welds STS directly into IdentityHub and IssuerService.
the
EmbeddedSecureTokenServicefrom the connector repo was removed completely, since IdentityHub/IssuerService usea participant-context-aware variant of it.
Why it does that
Briefly state why the change was necessary.
Further notes
List other areas of code that have changed but are not necessarily linked to the main feature. This could be method
signature changes, package declarations, bugs that were encountered and were fixed inline, etc.
Who will sponsor this feature?
Please @-mention the committer that will sponsor your feature.
Linked Issue(s)
Closes # <-- insert Issue number if one exists
Please be sure to take a look at the contributing guidelines and our etiquette for pull requests.