Difference between revisions of "OpenID Connect"
Jump to navigation
Jump to search
(Created page with "==OpenID Connect== #Login to '''Cloudwork Dashboard''' #Navigate to '''Single Sign On'''>'''Manage OpenID Connect Apps'''<br>File:Openidlist.PNG|centre|frame|Example of Ope...") |
|||
| (3 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
==OpenID Connect== | ==OpenID Connect== | ||
| − | + | ===General Settings=== | |
#Login to '''Cloudwork Dashboard''' | #Login to '''Cloudwork Dashboard''' | ||
#Navigate to '''Single Sign On'''>'''Manage OpenID Connect Apps'''<br>[[File:Openidlist.PNG|centre|frame|Example of OpenID Connect Apps List]] | #Navigate to '''Single Sign On'''>'''Manage OpenID Connect Apps'''<br>[[File:Openidlist.PNG|centre|frame|Example of OpenID Connect Apps List]] | ||
| Line 6: | Line 6: | ||
Here you will be able to list of already configured OpenID Connect Apps | Here you will be able to list of already configured OpenID Connect Apps | ||
| + | ===Creating a new OAuth App=== | ||
| + | |||
| + | #Navigate to '''Single Sign On'''>'''Manage OpenID Connect Apps''' > '''Add New Service''' <br>[[Image:Newoauth.png]] | ||
===OpenID Connect IDP Details=== | ===OpenID Connect IDP Details=== | ||
#Navigate to '''Single Sign On'''>'''Manage OpenID Connect Apps'''>'''Identity Provider'''<br>[[File:Openid_idp_details.PNG|centre|frame|Example of OpenID Connect IDP Details]] | #Navigate to '''Single Sign On'''>'''Manage OpenID Connect Apps'''>'''Identity Provider'''<br>[[File:Openid_idp_details.PNG|centre|frame|Example of OpenID Connect IDP Details]] | ||
| + | |||
| + | |||
| + | |||
| + | ===Supported Scopes=== | ||
| + | Cloudwork supports the following scopes | ||
| + | *'''openid''': Required for OpenID Connect | ||
| + | *'''email''': Optional; required if you need the user's primary email address | ||
| + | *'''profile''': provides the standard profile claims defined by the OpenID Connect specs | ||
| + | *'''https://scopes.cloudwork.id/profile''': provides custom claims configured in Cloudwork that aren't explicitly part of the OIDC spec, such as SIS ID | ||
| + | *'''offline_access''': allows access to refresh tokens | ||
[[Category:Cloudwork Dashboard]] | [[Category:Cloudwork Dashboard]] | ||
Latest revision as of 00:47, 19 August 2025
Contents
OpenID Connect
General Settings
- Login to Cloudwork Dashboard
- Navigate to Single Sign On>Manage OpenID Connect Apps
Here you will be able to list of already configured OpenID Connect Apps
Creating a new OAuth App
OpenID Connect IDP Details
- Navigate to Single Sign On>Manage OpenID Connect Apps>Identity Provider
Supported Scopes
Cloudwork supports the following scopes
- openid: Required for OpenID Connect
- email: Optional; required if you need the user's primary email address
- profile: provides the standard profile claims defined by the OpenID Connect specs
- https://scopes.cloudwork.id/profile: provides custom claims configured in Cloudwork that aren't explicitly part of the OIDC spec, such as SIS ID
- offline_access: allows access to refresh tokens
