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: README.md
-16Lines changed: 0 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,22 +67,6 @@ After creating the app, you can find the configuration details on the app’s **
67
67
-**Client ID**: Found in the **Client Credentials** section
68
68
-**Issuer**: Found in the **Issuer URI** field for the authorization server that appears by selecting **Security > API** from the navigation pane.
69
69
70
-
71
-
**Verify Authorization Server**
72
-
73
-
This repo calls a custom resource server to demonstrate making a protected resource request using an access token. Ensure that your default custom authorization server has an access policy. Add an access policy if it's not there. See [Create access polices](https://help.okta.com/okta_help.htm?type=oie&id=ext-create-access-policies).
74
-
75
-
76
-
## Configure Okta resources
77
-
78
-
**Enable Refresh Tokens**
79
-
80
-
Sign into your [Okta Developer Edition account](https://developer.okta.com/login/) to add a required setting to your Angular Okta app to avoid third-party cookies. Navigate to **Applications** > **Applications** and select "okta-angular-sample" application to edit. Find the **General Settings** and press **Edit**. Enable **Refresh Token** in the **Grant type** section. **Save** your changes.
81
-
82
-
**Verify Authorization Server**
83
-
84
-
This repo calls a custom resource server to demonstrate making a protected resource request using an access token. Ensure that your default custom authorization server has an access policy. Add an access policy if it's not there. See [Create access polices](https://help.okta.com/okta_help.htm?type=oie&id=ext-create-access-policies).
85
-
86
70
## Run the Example
87
71
88
72
To run this application, install its dependencies:
0 commit comments