Track oidc authorizations by app, not client
This commit is contained in:
@@ -7,7 +7,7 @@ const openid = {
|
||||
],
|
||||
|
||||
get: {
|
||||
'/grant-and-save/:client_id/:uid': [
|
||||
'/grant-and-save/:app_id/:uid': [
|
||||
'middleware::auth:UserOnly', 'controller::OpenID.grant_and_save',
|
||||
],
|
||||
'/interaction/:uid': [
|
||||
|
||||
Reference in New Issue
Block a user