Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add connector support for IS 7.1 #103

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .connector-store/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@
"products": [
"IS 6.1.0"
]
},
{
"tagName": "v1.3.16",
"products": [
"IS 7.1.0"
]
}
]
}
9 changes: 9 additions & 0 deletions docs/tryout.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,15 @@ Update claims for the service provider:

2. Click **Update** to save the changes.

### Create custom scope

1. In the WSO2 Identity Server Console, go to User Attributes & Stores > Attributes > Manage Attribute Mappings > OpenID Connect.
2. Under Manage Attribute Mappings, click OpenID Connect.
3. Click Scopes
4. Click New OIDC Scope to open the Create OpenID Connect Scope dialog box.
5. Enter scope name as `uma_protection` and also give Display name and Description.
6. Select the attributes that should correspond to the scope and click Finish. (ex:username)

---

## Obtain the Protection API Access token (PAT)
Expand Down
Loading