-
Notifications
You must be signed in to change notification settings - Fork 63
Clarify audience and clients #701 #702
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
base: main
Are you sure you want to change the base?
Conversation
panta-123
commented
Dec 19, 2025
- Clairfy audience registration in IdP.
- Turns out only one client is needed and use for both auth and transfers.
- clarify comma in id and make it single line
- make json example valid json
Change from two to one client registration step. SCIM part of json is no used but required to in json due to legacy code and needs some warning. multiline id to single line. And add info about space after comma.
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.
Hi @panta-123, many thanks for these clarifications!
Aside from a couple of cosmetic suggestions, just one main question: am I understanding correctly that we only need 1 client to manage both users authN + authZ for 3rd party transfers / daemons? And therefore the C1/C2 business we had before is not really used anymore?
In this case I think it's worth mentioning that the same client will manage both; I liked the explanation for the usage of the two clients before, and I think it's worth keeping an updated description for clarity.
This includes for instance elaborating on what each grant type addresses.
I didn't have the opportunity yet of testing the transfers setup, but by reading it looks good.
Will try to test stuff in the next days.
I tested it in dev server and thats the conclusion I made. Would love to have second person opinion after testing or already using it. May be @maxnoe , are you already using it ?
Okay will add that in next commit.
|
change to docusaurus admonitions . Add what each grant is used for. Some cosmetics changes.