Join Slack
Powered by
this is my Hydra Config file. refer to <https://ww...
# talk-hydra
d
dry-guitar-88273
01/02/2023, 4:55 AM
this is my Hydra Config file. # refer to
https://www.ory.sh/docs/hydra/reference/configuration
serve: tls: key: path: /etc/config/hydra/key.pem cert: path: /etc/config/hydra/cert.crt cookies: domain: "
daekyo.co.kr
" same_site_mode: Lax urls: self: issuer:
https://oauth2l.daekyo.co.kr:5444/
consent:
https://drs-hydra-endpointl.daekyo.co.kr:18085/oauth/consent
login:
https://drs-hydra-endpointl.daekyo.co.kr:18085/oauth/login
secrets: system: - sEMDMXDHdr00baHnBkUPc6naZtOlGkkI dsn:
postgres://u61d7su9ng3b70:pd24417e776a98828c87b1e904fd4706e4b822ad5f93114312856a9a3d6dd9142@ec2-54-210-221-248.compute-1.amazonaws.com:5432/d4t2oikt69jno?sslmode=require
strategies: # 아래와 같이 설정하면 jwt access token이 만들어짐 access_token: jwt # 아래와 같이 설정하면 opaque access token이 만들어짐 # access_token: opaque ttl: access_token: 8h refresh_token: 24h id_token: 1h auth_code: 10m log: level: debug format: json leak_sensitive_values: true
2
Views
Open in Slack
Previous
Next