Published January 17, 2023
| Version v0.7.0
Software
Open
oidc-mytoken/server: mytoken-server 0.7.0
Description
mytoken 0.7.0
Features
- Webinterface has option to show event history for other mytokens in mytoken list.
- Webinterface has a new option in the tokeninfo pane to create a new mytoken with the same properties.
- Added server side
profilesandtemplates- Can be used in the API, i.e. mytoken requests can include profiles, the capability, restrictions, and rotation claims can use templates
- Can be used in the webinterface
- Improved responsiveness of webinterface
- Expired mytokens are now greyed-out in webinterface mytoken list
- The database auto-cleanup now only removes mytokens expired more than a month ago.
- This allows expired tokens to be shown in a mytoken list for extended periods.
- This also allows to obtain history for expired tokens (by using a mytoken with the
manage_mytokens:listcapability) for a longer time. - Mytokens are still directly deleted when revoked.
- Requests from private IPs (e.g. from within the same entwork where the server is located) are now geolocated to the country where the server stands.
- The 'Create Mytoken' tab in the webitnerface now supports an
rquery parameter that takes a base64 encoded request from which the form is prefilled.- This allows 'create-a-mytoken-with-these-properties' links.
- Added profile endpoint:
- Any user can get list of groups
- Any user can get profiles, and templates (capabilities, restrictions, rotation) for all the groups
- Groups credentials are defined in the config file
- With Basic authentication profiles and templates for the authenticated group can be created, updated, and deleted.
- Renamed
revocation_idtomom_id - Restructured capabilities related to other mytokens
- Added possibility to obtain history information for children and other tokens (capability)
- Added a name for OPs in the
supported_providersof the mytoken configuration endpoint
- Fixed a bug where transfer codes could be used just like a short token (but only while the transfer code did not expire)
Files
oidc-mytoken/server-v0.7.0.zip
Files
(2.2 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:4fcf9aa7a07e960edaec37649e4b33a3
|
2.2 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/oidc-mytoken/server/tree/v0.7.0 (URL)