You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/advanced_topics.rst
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ logo, acceptance of some user agreement and so on.
21
21
* :attr:`user` ref to a Django user
22
22
* :attr:`redirect_uris` The list of allowed redirect uri. The string consists of valid URLs separated by space
23
23
* :attr:`post_logout_redirect_uris` The list of allowed redirect uris after an RP initiated logout. The string consists of valid URLs separated by space
24
+
* :attr:`allowed_origins` The list of origin URIs to enable CORS for token endpoint. The string consists of valid URLs separated by space
24
25
* :attr:`client_type` Client type as described in :rfc:`2.1`
25
26
* :attr:`authorization_grant_type` Authorization flows available to the Application
26
27
* :attr:`client_secret` Confidential secret issued to the client during the registration process as described in :rfc:`2.2`
0 commit comments