Skip to content

Commit

Permalink
Merge pull request flownative#1 from flownative/bwaidelich-patch-1
Browse files Browse the repository at this point in the history
Fix indentation in Settings.Http.yaml
  • Loading branch information
kdambekalns authored Jul 9, 2019
2 parents 62e9b63 + b746655 commit 869c229
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions Configuration/Settings.Http.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Neos:
Flow:
http:
chain:
'postprocess':
chain:
'Flownative.OpenIdConnect.Client:setJwtCookie':
'position': 'after setSessionCookie'
component: 'Flownative\OpenIdConnect\Client\Http\SetJwtCookieComponent'
componentOptions:
cookieName: 'flownative_oidc_jwt'
secureCookie: true
authenticationProviderName: 'Flownative.OpenIdConnect.Client:OidcProvider'
Flow:
http:
chain:
'postprocess':
chain:
'Flownative.OpenIdConnect.Client:setJwtCookie':
'position': 'after setSessionCookie'
component: 'Flownative\OpenIdConnect\Client\Http\SetJwtCookieComponent'
componentOptions:
cookieName: 'flownative_oidc_jwt'
secureCookie: true
authenticationProviderName: 'Flownative.OpenIdConnect.Client:OidcProvider'

0 comments on commit 869c229

Please sign in to comment.