Skip to content

Commit

Permalink
docs: script references (#3462)
Browse files Browse the repository at this point in the history
* docs: add tags

* docs: add sample references
  • Loading branch information
SafinWasi authored Dec 29, 2022
1 parent 780b843 commit 1001dd0
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 4 deletions.
5 changes: 4 additions & 1 deletion docs/admin/developer/scripts/client-registration.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,4 +261,7 @@ public class ClientRegistration implements ClientRegistrationType {
}
}

```
```

### Sample Scripts
- [OpenBanking](../../../script-catalog/client_registration/OpenBanking/)
3 changes: 1 addition & 2 deletions docs/admin/developer/scripts/consent-gathering.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ tags:
- developer
- scripts
- ConsentGathering
- ConsentGatheringType
---

## Overview
Expand Down Expand Up @@ -218,4 +217,4 @@ public class ConsentGathering implements ConsentGatheringType {
return "";
}
}
```
```
10 changes: 9 additions & 1 deletion docs/admin/developer/scripts/dynamic-scope.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ tags:
- administration
- developer
- scripts
- DynamicScope
---

## Overview
Expand Down Expand Up @@ -164,4 +165,11 @@ public class DynamicScope implements DynamicScopeType {
}
}

```
```

### Sample Scripts
- [Dynamic Permission](../../../script-catalog/dynamic_scope/dynamic-permission/)
- [MemberOf Attribute](../../../script-catalog/dynamic_scope/memberof-attribute/)
- [Organization Name](../../../script-catalog/dynamic_scope/org-name/)
- [Session Parameter](../../../script-catalog/dynamic_scope/session-parameter/)
- [Work Phone](../../../script-catalog/dynamic_scope/work-phone/)
1 change: 1 addition & 0 deletions docs/admin/developer/scripts/end-session.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ tags:
- administration
- developer
- scripts
- EndSession
---

## Overview
Expand Down
1 change: 1 addition & 0 deletions docs/admin/developer/scripts/id-generator.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ tags:
- administration
- developer
- scripts
- IdGenerator
---

## Overview
Expand Down
1 change: 1 addition & 0 deletions docs/admin/developer/scripts/introspection.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ tags:
- administration
- developer
- scripts
- Introspection
---

# Introspection Script Guide
Expand Down
1 change: 1 addition & 0 deletions docs/admin/developer/scripts/post-authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ tags:
- administration
- developer
- scripts
- PostAuthn
---

## Overview
Expand Down
1 change: 1 addition & 0 deletions docs/admin/developer/scripts/revoke-token.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ tags:
- administration
- developer
- scripts
- RevokeToken
---

## Overview
Expand Down
4 changes: 4 additions & 0 deletions docs/admin/developer/scripts/ropc.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ tags:
- administration
- developer
- scripts
- ResourceOwnerPasswordCredentials
---

## Overview
Expand Down Expand Up @@ -174,3 +175,6 @@ public class ResourceOwnerPasswordCredentials implements ResourceOwnerPasswordCr

}
```
### Sample Scripts
- [Super Gluu ROPW Script](https://github.com/GluuFederation/radius/blob/master/setup/scripts/super_gluu_ro.py)
- [3 Step ROPW Script](../../../script-catalog/resource_owner_password_credentials/resource-owner-password-credentials-2fa/)
1 change: 1 addition & 0 deletions docs/admin/developer/scripts/uma-rpt.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ tags:
- administration
- developer
- scripts
- UmaRptPolicy
---

## Overview
Expand Down

0 comments on commit 1001dd0

Please sign in to comment.