Skip to content

Commit

Permalink
Add the drop_unregistered_scopes config
Browse files Browse the repository at this point in the history
  • Loading branch information
sahandilshan committed Dec 18, 2023
1 parent f3731a8 commit 896d02a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,7 @@ app_password= "dashboard"
#password= "xxxx"
#hostname= "smtp.gmail.com"
#port= 587

[oauth]
drop_unregistered_scopes= true
allowed_scopes= ["^device_.*"]
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ password = "wso2carbon"

[oauth]
hash_tokens_and_secrets = true
drop_unregistered_scopes= true
allowed_scopes= ["^device_.*"]
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ file_name = "wso2carbon.jks"
password = "wso2carbon"

[oauth]
hash_token_algorithm = "SHA-512"
hash_token_algorithm = "SHA-512"
drop_unregistered_scopes= true
allowed_scopes= ["^device_.*"]

0 comments on commit 896d02a

Please sign in to comment.