Skip to content

Commit

Permalink
authentication: document that info has to return external id
Browse files Browse the repository at this point in the history
  • Loading branch information
jrcastro2 authored and fenekku committed Jul 10, 2024
1 parent d6b5b14 commit 6b016c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/customize/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,10 @@ handlers = _keycloak_helper.get_handlers()
handlers["signup_handler"]["info_serializer"] = custom_info_serializer
```

!!! info "Mandatory external id"
When customizing an info endpoint, it is mandatory for a field to provide an external ID. This field must be named `external_id`.


### New OAuth plugins

If you need to implement your own OAuth plugin to enable integration with your OAuth provider,
Expand Down

0 comments on commit 6b016c4

Please sign in to comment.