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

Need to return customized JWTs for different client ids #675

Closed
janitham opened this issue May 3, 2024 · 2 comments
Closed

Need to return customized JWTs for different client ids #675

janitham opened this issue May 3, 2024 · 2 comments
Labels

Comments

@janitham
Copy link

janitham commented May 3, 2024

I want to return scopes and audiences by different client_id s of the token requests as follows,
{ "interactiveLogin": true, "httpServer": "NettyWrapper", "loginPagePath": "/app/login/login.example.html", "staticAssetsPath": "/app/static", "tokenCallbacks": [ { "issuerId": "issuer1", "tokenExpiry": 120, "requestMappings": [ { "requestParam": "client_id", "match": "service.all", "claims": { "aud": [ "anyAud" ], "scope": "myscopes" } } ] }

But this only works when the scope is given in the requestParam and the same scope is given in the token request as additional scopes (I use Postman).

image
Copy link

github-actions bot commented Jul 3, 2024

This issue is stale because it has been open for 60 days with no activity.

@github-actions github-actions bot added the stale label Jul 3, 2024
Copy link

This issue was closed because it has been inactive for 14 days since being marked as stale.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jul 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant