Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

327: Aggregated polling scopes #368

Merged
merged 1 commit into from
Feb 18, 2021
Merged

Conversation

jsanhc
Copy link
Contributor

@jsanhc jsanhc commented Feb 18, 2021

Description

  • Added supported scope eventpolling to AM local config Oauth provider service.

Issues

- Added supported scope `eventpolling` to AM local config `Oauth provider service`
Issue: OpenBankingToolkit/openbanking-aspsp#327
@jsanhc jsanhc added the bug Something isn't working label Feb 18, 2021
@jsanhc jsanhc self-assigned this Feb 18, 2021
@@ -27,7 +27,7 @@
},
"advancedOAuth2Config" : {
"customLoginUrlTemplate" : "https://bank.&{ob.domain}:4201/login?goto=${goto}<#if acrValues??>&acr_values=${acrValues}</#if><#if realm??>&realm=${realm}</#if><#if module??>&module=${module}</#if><#if service??>&service=${service}</#if><#if locale??>&locale=${locale}</#if><#if request??>&request=${request}</#if>",
"supportedScopes" : [ "openid", "payments", "fundsconfirmations", "accounts" ],
"supportedScopes" : [ "openid", "payments", "fundsconfirmations", "accounts", "eventpolling" ],
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only added to support it on local environments, this scope still set on ob-kube-am-config / OAuth2Provider config for deployments.

@jsanhc jsanhc merged commit f0be46d into master Feb 18, 2021
@jsanhc jsanhc deleted the issue/327-aggregated-polling-scopes branch February 18, 2021 08:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants