Skip to content

Commit 7cd3302

Browse files
Remove type from SAML guide
1 parent ec13e21 commit 7cd3302

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

  • packages/@okta/vuepress-site/docs/guides/oag-configure-apps-offline-mode/main/saml2

packages/@okta/vuepress-site/docs/guides/oag-configure-apps-offline-mode/main/saml2/procedure.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,6 @@ The user attributes available for SAML assertions are determined by what's been
100100
1. Send the POST request.
101101
1. Repeat this request for each attribute required by your SP.
102102

103-
> **Note:** The `type` field in the attribute request (`HEADER` or `COOKIE`) has no effect on SAML apps. The schema requires the `type` field in the request body, but it's ignored for SAML apps. The attribute is always included in the SAML assertion regardless of the value in `type`.
104-
105103
### Request example
106104

107105
```bash
@@ -112,8 +110,7 @@ curl -i -X POST \
112110
-d '{
113111
"name": "email",
114112
"source": "IDP",
115-
"value": "email",
116-
"type": "HEADER"
113+
"value": "email"
117114
}'
118115
```
119116

0 commit comments

Comments
 (0)