Skip to content

Commit

Permalink
Added initial oauth2 configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dresse committed Oct 7, 2024
1 parent 0675389 commit b792b57
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 0 deletions.
10 changes: 10 additions & 0 deletions config/sync/simple_oauth.oauth2_token.bundle.access_token.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
uuid: 7aae2999-546f-4094-b14e-507e9913c03b
langcode: en
status: true
dependencies: { }
_core:
default_config_hash: z9ULI9nj9yt73YKI3ZE8v9yXhkVfvQsDJToEDzijcxY
id: access_token
label: 'Access Token'
description: 'The access token type.'
locked: true
10 changes: 10 additions & 0 deletions config/sync/simple_oauth.oauth2_token.bundle.auth_code.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
uuid: 0bd07fae-50e0-46e8-95f3-83add199f65f
langcode: en
status: true
dependencies: { }
_core:
default_config_hash: zYKaSl4QZrKMFj7aIhSGDRcBy4SoNjvY2EZlT7amrBk
id: auth_code
label: 'Auth code'
description: 'The auth code type.'
locked: true
10 changes: 10 additions & 0 deletions config/sync/simple_oauth.oauth2_token.bundle.refresh_token.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
uuid: 9687a981-f94c-4ce8-ac35-c202f9daba4c
langcode: en
status: true
dependencies: { }
_core:
default_config_hash: YWMv3Do9fsPFhylyFkOwcqcFP4jSU6DLRootOlgrC0M
id: refresh_token
label: 'Refresh token'
description: 'The refresh token type.'
locked: true
11 changes: 11 additions & 0 deletions config/sync/simple_oauth.settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
_core:
default_config_hash: KsPFWSp6mgXIQgjBJEShfKUGn6VLRlbpIJ2EysXvXWM
access_token_expiration: 300
authorization_code_expiration: 300
refresh_token_expiration: 1209600
token_cron_batch_size: 0
public_key: ../public.key
private_key: ../private.key
remember_clients: true
use_implicit: false
disable_openid_connect: false

0 comments on commit b792b57

Please sign in to comment.