Skip to content

Commit

Permalink
auth/maskinporten: add note on eventual consistent config
Browse files Browse the repository at this point in the history
  • Loading branch information
tronghn committed Dec 2, 2024
1 parent a965a90 commit c1a085c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/auth/maskinporten/how-to/consume.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ spec:
- name: "nav:some/other/scope"
```
???+ warning "Maskinporten configuration changes are eventually consistent"
Changes to the Maskinporten configuration may take up to 15 minutes to propagate.
If you're experiencing issues with access to these scopes, wait a few minutes before trying again.
The scopes themselves are defined and owned by the external API provider. The exact scope values must be exchanged out-of-band.
{%- if tenant() == "nav" %}
Expand All @@ -32,11 +38,11 @@ The scopes themselves are defined and owned by the external API provider. The ex

???+ warning "Use webproxy for outbound network connectivity from on-premises environments"

If you're on-premises, you must enable and use [`webproxy`](../../../workloads/application/reference/application-spec.md#webproxy) to access Maskinporten.
If you're on-premises, you must also enable and use [`webproxy`](../../../workloads/application/reference/application-spec.md#webproxy) to access Maskinporten.

{%- endif %}

[Configure appropriate outbound access policies](../../../workloads/how-to/access-policies.md#send-requests-to-external-addresses) to access the external API endpoints.
Finally, [configure appropriate outbound access policies](../../../workloads/how-to/access-policies.md#send-requests-to-external-addresses) to access the external API endpoints.

## Acquire token

Expand Down

0 comments on commit c1a085c

Please sign in to comment.