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

dynamic oidc registration #8350

Merged
merged 3 commits into from
Jan 18, 2021
Merged

dynamic oidc registration #8350

merged 3 commits into from
Jan 18, 2021

Conversation

TheOneRing
Copy link
Member

No description provided.

@TheOneRing TheOneRing force-pushed the work/oidc_dynamic branch 3 times, most recently from d853a0e to 6c0a397 Compare January 12, 2021 16:09
@TheOneRing TheOneRing changed the title WIP: dynamic oidc registration dynamic oidc registration Jan 12, 2021
@TheOneRing TheOneRing marked this pull request as ready for review January 12, 2021 16:09
Copy link

@felix-schwarz felix-schwarz left a comment

Choose a reason for hiding this comment

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

Looks good to me! 👍

@@ -35,6 +36,11 @@ void AbstractCredentials::setAccount(Account *account)
_account = account;
}

QString AbstractCredentials::keychainServerWhideKey(Account *acc, const QString &key)

Choose a reason for hiding this comment

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

Little typo here: …WhideKey vs …WideKey.

Copy link
Member Author

Choose a reason for hiding this comment

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

Last night I also thought about the fact that we can clash here if two accounts start the process at the same time...
Which is a reason against ServerWide keys, but during registration I don't know the username yet, if I use a uuid assigned to the account, I would need cleanup during account removal and.....

Copy link
Contributor

@dragotin dragotin left a comment

Choose a reason for hiding this comment

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

LGTM

@TheOneRing TheOneRing merged commit c0b04e4 into master Jan 18, 2021
@delete-merged-branch delete-merged-branch bot deleted the work/oidc_dynamic branch January 18, 2021 09:40
@sonarcloud
Copy link

sonarcloud bot commented Jan 18, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 20 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

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

Successfully merging this pull request may close these issues.

3 participants