Skip to content

Commit 24a08c4

Browse files
Merge pull request #5857 from himeshsiriwardana/update-workflows
Fixed broken links and added missing docs
2 parents 4174266 + efe489f commit 24a08c4

File tree

31 files changed

+128
-73
lines changed

31 files changed

+128
-73
lines changed

.vale/styles/Microsoft/Acronyms.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,9 @@ exceptions:
7373
- LDAP
7474
- JWKS
7575
- TLS
76+
- PEM
77+
- CRT
78+
- CER
79+
- DER
7680
- VPN
7781
- SCIM

.vale/styles/Microsoft/Vocab.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ tokens:
88
- actionable
99
- alarm
1010
- alert
11-
- alias
1211
- and/or
1312
- as well as
1413
- assure

.vale/styles/WSO2-IAM/SentenceStyleTitles.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,4 @@ exceptions:
3434
- Java
3535
- Asgardeo
3636
- React Native App CLI
37+
- JWT
6.24 MB
Loading
6.32 MB
Loading
6.41 MB
Loading
6.45 MB
Loading
6 MB
Loading
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{% set base_url = "https://api.asgardeo.io/t/<organization_name>" %}
2+
{% set base_url_sample = "https://api.asgardeo.io/t/bifrost" %}
3+
{% include "../../../../includes/guides/authentication/configure-jwt-bearer-grant.md" %}
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
{% set product_name = "Asgardeo" %}
2-
{% set product_url_format = "https://api.asgardeo.io/t/{organization_name}" %}
1+
{% set product_url_format = "https://api.asgardeo.io/t/<organization_name>" %}
32
{% set product_url_sample = "https://api.asgardeo.io/t/bifrost" %}
4-
{% include "../../../../includes/guides/authentication/configure-token-exchange.md" %}
3+
{% include "../../../../includes/guides/authentication/configure-token-exchange.md" %}

0 commit comments

Comments
 (0)