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 ntarocco committed Jul 13, 2023
1 parent 856bc64 commit e9eac32
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 @@ -541,6 +541,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 e9eac32

Please sign in to comment.