FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit dbc12c88 authored by Monty Dawson's avatar Monty Dawson :coffee:
Browse files

Add Lookup and API Gateway app identifiers

parent 893cd6c9
No related branches found
No related tags found
1 merge request!5Add identifiers for groups and apps
......@@ -197,6 +197,18 @@ class IdentifierSchemes:
}
)
LOOKUP_GROUP = IdentifierScheme(
'group.lookup.cam.ac.uk',
'Lookup Group Identifier',
{}
)
API_GATEWAY_APPLICATION = IdentifierScheme(
'application.api.apps.cam.ac.uk',
'Application Gateway Application',
{}
)
@staticmethod
@lru_cache()
def get_registered_schemes() -> List[IdentifierScheme]:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment