Skip to content

Commit

Permalink
Add toml changes
Browse files Browse the repository at this point in the history
  • Loading branch information
imesh94 committed Oct 27, 2024
1 parent 36d2d7d commit 8038786
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ websub_event_receiver_http_endpoint = "http://APIM_HOSTNAME:9021"
websub_event_receiver_https_endpoint = "https://APIM_HOSTNAME:8021"

[apim.sync_runtime_artifacts.gateway]
skip_list.apis = ["_AuthorizeAPI_.xml", "_TokenAPI_.xml", "_OIDCDiscoveryAPI_.xml", "_UserInfoAPI_.xml", "_RevokeAPI_.xml", "_IntrospectAPI_.xml", "_PARAPI_.xml"]
skip_list.sequences = ["jsonConverter.xml"]
gateway_labels =["Default"]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ allowed_scopes = ["OB.*", "profile"]
renew_refresh_token = false

[oauth.endpoints]
oauth2_token_url = "${carbon.protocol}://IS_HOSTNAME:${carbon.management.port}/oauth2/token"
oauth2_consent_page = "${carbon.protocol}://IS_HOSTNAME:${carbon.management.port}/ob/authenticationendpoint/oauth2_authz.do"
oidc_consent_page = "${carbon.protocol}://IS_HOSTNAME:${carbon.management.port}/ob/authenticationendpoint/oauth2_consent.do"

Expand Down

0 comments on commit 8038786

Please sign in to comment.